Re: Compile under MDK 8.2 bis



Hi,

"Castor Fou" <castor fou wanadoo fr> writes:

> When I compile, I have errors :
> [castor athlon proj]$ make
> gcc -Wall -ansi -g -c -o fonction_menu.o

you want to use

 gcc -Wall -ansi -g -c `gtk-config --cflags` -o fonction_menu.o

and use the output of 'gtk-config --libs' when linking.


Salut, Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]