Re: multiple compilations?



Hi

This is a problem with the arrangement of gcc options. The source file has
to be the last argument!

Expl: gcc -Wall -O2 -c -I/usr/include `pkg-config gtk+-2.0 --cflags` -o
src/interface.o src/interface.c

Jan-Marek



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