Hello,

I've been trying for the past few days to install fink on a new leopard install.
However, the make keeps dying due to some sort of unresolved dependency issue.

g++ -g -O2  -o gperf version.o positions.o options.o keyword.o keyword-list.o
input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm
Undefined symbols:
 "_strtod$UNIX2003", referenced from:
Options::parse_options(int, char**)in options.o
Options::parse_options(int, char**)in options.o
ld: symbol(s) not found

I have already checked to see if there's a duplicate libSystem.dylib
or libm.dylib in usr/loca/lib -- there aren't.

([EMAIL PROTECTED] /usr) find . -name libSystem\* -print
./lib/libSystem.B.dylib
./lib/libSystem.B_debug.dylib
./lib/libSystem.B_profile.dylib
./lib/libSystem.dylib
./lib/libSystem_debug.dylib
./lib/libSystem_profile.dylib
./lib/libSystemStubs.a
./lib/libSystemStubs_debug.a
./lib/libSystemStubs_profile.a
./libexec/oah/Shims/libSystem.B.dylib

([EMAIL PROTECTED] /usr) find . -name libm\.dylib -print
./lib/libm.dylib

I have checked the FAQs page but was unable to find anything relating
to this issue.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to