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

Re: problem compiling GTK application...



On Sat, Dec 13, 2003 at 15:54:56 +0100, Alain D'EURVEILHER wrote:
> I just installed GTK 2.2.4 and when I want to compile, i've got thoses
> error messages.

> cc reboot.c -c -o reboot.o `pkg-config --cflags --libs gtk+-2.0`
> cc: -lpango-1.0: fichier d'entrée d'édition de liens n'est pas utilisé 

That's not an error, it's a warning. The compiler invocation contains flags
that only apply to the linking stage ("-lpango-1.0"), but no linking is
being done ("-c" -> compile only, no linking).

HTH,
Ray
-- 
RUMOUR  Believe all you hear. Your world may not be a better one than the one
the blocks live in but it'll be a sight more vivid.
    - The Hipcrime Vocab by Chad C. Mulligan



Reply to: