From: Arthur W. <ar...@gm...> - 2004-12-16 15:08:29
|
Hi, I've been trying to get libexif 0.6.11 to build on Mac OS X GCC 3.3 but seem to be having problems with multiple symbol definitions. Somehow related to libintl and libiconv. I checked my system and I can only find one installation of libiconv and libintl so I have no idea what's up. Here's the output: creating test-mnote if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libexif -I..intl -I.. -I/usr/local/include -g -O2 -g -Wall -Wmissing-declarations -Wmissing-prototypes -MT test-value.o -MD -MP -MF ".deps/test-value.Tpo" -c -o test-value.o test-value.c; \ then mv -f ".deps/test-value.Tpo" ".deps/test-value.Po"; else rm -f ".deps/test-value.Tpo"; exit 1; fi /bin/sh ../libtool --mode=link gcc -g -O2 -g -Wall -Wmissing-declarations -Wmissing-prototypes -g -Wall -o test-value test-value.o ../libexif/libexif.la -L/usr/local/lib -lintl -liconv -lc gcc -g -O2 -g -Wall -Wmissing-declarations -Wmissing-prototypes -g -Wall -o .libs/test-value test-value.o ../libexif/.libs/libexif.dylib -lm -L/usr/local/lib /usr/local/lib/libintl.dylib /usr/local/lib/libiconv.dylib -lc ld: warning multiple definitions of symbol _locale_charset /usr/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset /usr/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset creating test-value Making all in po make[2]: *** No rule to make target `all'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 And help would be really appreciated. -- <Arthur/> |