[10076] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: Install Errors
daemon@ATHENA.MIT.EDU (Jeff Garzik)
Fri Nov 13 10:40:50 1998
To: gtk-list@redhat.com
Date: Fri, 13 Nov 1998 10:41:39 -0500 (EST)
Cc: lbadinger@eatel.com
Reply-To: jgarzik@pobox.com
In-Reply-To: <BCE2C1AC8D32D211BEC900E0290EE2D136EC26@mail.eatel.com> from "Leo Badinger" at Nov 13, 98 09:35:30 am
From: Jeff Garzik <jgarzik@pobox.com>
Resent-From: gtk-list@redhat.com
Leo Badinger wrote:
> I've installed glib-1.1.4 and gtk+-1.1.3. I've never had the testgtk program
> run correctly. And when trying to compile other programs (afterstep control
> panel) I receive errors like Invalid option -fcflags & -flibs. It will also
> tell me that it doesn't recognize the format of the gtk-config file. My
> command line is gcc -g -Wall /usr/bin/gtk-config --cflags -o ascp *.c
> /usr/bin/gtk-config --libs . Any ideas?
You are missing backticks.
gcc -g -Wall `/usr/bin/gtk-config --cflags` -o ascp *.c \
`/usr/bin/gtk-config --libs`
Jeff
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null