ld: warning prebinding disabled because dependent library: /sw/lib/libpopt.0.dylib is not prebound
creating test2
source='test3.c' object='test3.o' libtool=no \
depfile='.deps/test3.Po' tmpdepfile='.deps/test3.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/sw/include -Wall -g -O2 -c `test -f 'test3.c' || echo './'`test3.c
test3.c: In function `main':
test3.c:37: warning: passing arg 3 of `poptParseArgvString' from incompatible pointer type
/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -lintl -L/sw/lib -o test3 test3.o libpopt.la
gcc -Wall -g -O2 -o .libs/test3 test3.o -L/sw/lib -L./.libs -lpopt -lintl -liconv
ld: warning prebinding disabled because dependent library: /sw/lib/libpopt.0.dylib is not prebound
ld: Undefined symbols:
_poptConfigFileToString
make[2]: *** [test3] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling popt-1.7-2 failed
I probably should know what to do, but I don't. Tried the archives but didn't find anything helpful. Suggestions would be much appreciated.
Stan
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
