Thanks, I now get this:

gcc -O2 -g -I/usr/X11R6/include `pkg-config gtk+-2.0 --cflags` -L/sw/lib -o deskmenu deskmenu.o popup.o windows.o workspaces.o keyboard.o xmalloc.o getopt.o getopt1.o -lX11 -lXext -lX11 -L/usr/X11R6/lib `pkg-config gtk+-2.0 --libs`
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
symbol _locale_charset used from dynamic library /sw/lib/libiconv.dylib(localcharset.lo) not from earlier dynamic library /sw/lib/libintl.1.dylib(localcharset.lo)
symbol _FT_Done_FreeType used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftinit.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftinit.lo)

...

symbol _FT_Glyph_Transform used from dynamic library /usr/X11R6/lib/libfreetype.6.dylib(ftglyph.o) not from earlier dynamic library /sw/lib/libfreetype.6.dylib(ftglyph.lo)
ld: Undefined symbols:
_error
make[1]: *** [deskmenu] Error 1
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2

I'm not quite sure how to fix it...

On Sunday, November 10, 2002, at 04:18 PM, Alexander Strange wrote:

Try taking the #include for it out and seeing what undefined symbols you get.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to