Re: Compiling gtk apps on MingW



Ricardo Malafaia writed:


all: test

test.exe: test.c
        gcc.exe $(GTK_CFLAGS) $(GTK_LIBS) teste.c -o test.exe


try to put $(GTK_LIBS) to the end of the command line

gcc.exe $(GTK_CFLAGS) -o test.exe teste.c $(GTK_LIBS)





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