Re: Compile under MDK 8.2 bis
- From: Sven Neumann <sven gimp org>
- To: "Castor Fou" <castor fou wanadoo fr>
- Cc: <gtk-list gnome org>
- Subject: Re: Compile under MDK 8.2 bis
- Date: 11 Jun 2002 17:52:33 +0200
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]