Re: [gtk-list] Install Errors
- From: Jeff Garzik <jgarzik pobox com>
- To: gtk-list redhat com
- Cc: lbadinger eatel com
- Subject: Re: [gtk-list] Install Errors
- Date: Fri, 13 Nov 1998 10:41:39 -0500 (EST)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]