Is anyone out there who can tell me what went wrong here?
I'm not sure where the error begins and hope this log excerpt is long enough?
---
/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -lintl -L/sw/lib -o libpopt.la -rpath /sw/lib popt.lo findme.lo poptparse.lo poptconfig.lo popthelp.lo
rm -fr .libs/libpopt.la .libs/libpopt.* .libs/libpopt.*
gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libpopt.0.0.0.dylib popt.lo findme.lo poptparse.lo poptconfig.lo popthelp.lo -L/sw/lib -lintl -lc -install_name /sw/lib/libpopt.0.dylib -compatibility_version 1 -current_version 1.0
ld: warning -dylib_install_name /sw/lib/libpopt.0.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
ld: warning -undefined suppress disables -prebind
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.2.dylib(localcharset.o) definition of _locale_charset
(cd .libs && rm -f libpopt.0.dylib && ln -s libpopt.0.0.0.dylib libpopt.0.dylib)
(cd .libs && rm -f libpopt.dylib && ln -s libpopt.0.0.0.dylib libpopt.dylib)
ar cru .libs/libpopt.a popt.o findme.o poptparse.o poptconfig.o popthelp.o
ranlib .libs/libpopt.a
creating libpopt.la
(cd .libs && rm -f libpopt.la && ln -s ../libpopt.la libpopt.la)
source='test1.c' object='test1.o' libtool=no \
depfile='.deps/test1.Po' tmpdepfile='.deps/test1.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/sw/include -Wall -g -O2 -c `test -f 'test1.c' || echo './'`test1.c
/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -lintl -L/sw/lib -o test1 -all-static test1.o libpopt.la
libtool: link: warning: complete static linking is impossible in this configuration
gcc -Wall -g -O2 -o test1 test1.o -L/sw/lib ./.libs/libpopt.a /sw/lib/libintl.a -liconv
ld: table of contents for archive: /sw/lib/libintl.a is out of date; rerun ranlib(1) (can't load from it)
ld: warning prebinding disabled because dependent library: /usr/lib/system/libmathCommon.A.dylib can't be searched
make[2]: *** [test1] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling popt-1.7-1 failed
---
libpopt.0.0.0.dylib is missing, but where to find it? XCode is installed and X11 SDK too. Did i forget another one?
Thanks
Markus
------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners