Re: [gtk-list] Install Errors



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]