Changing the default libtool used by Xcode
Changing the default libtool used by Xcode
- Subject: Changing the default libtool used by Xcode
- From: Matthew Rogers <email@hidden>
- Date: Tue, 30 Dec 2003 12:04:22 +0000
Hi,
I'm trying to compile an open source C library to a framework and I'm
receiving the following error at what seems to be the last step:
DynamicLibrary
/Users/matthewr/gandalf_root/gandalf/build/gandalf.framework/Versions/
A/gandalf
DynamicLibrary.LinkUsingFileList
/Users/matthewr/gandalf_root/gandalf/build/gandalf.framework/Versions/
A/gandalf
/usr/bin/gcc-3.3 -o
/Users/matthewr/gandalf_root/gandalf/build/gandalf.framework/Versions/
A/gandalf "-L/Users/matthewr/gandalf_root/gandalf/build" "-L/sw/lib"
"-F/Users/matthewr/gandalf_root/gandalf/build" -filelist
/Users/matthewr/gandalf_root/gandalf/build/gandalf.build/gandalf.build/
Objects-normal/LinkFileList "-framework" "vecLib" "-lpng" "-ltiff"
"-framework" "OpenGL" "-framework" "GLUT" "-ljpeg" "-ljpeg.62" "-arch"
"ppc" "-Wl,-single_module" "-dynamiclib" "-compatibility_version" "1"
"-current_version" "1" -install_name "`echo
"/Users/matthewr/Library/Frameworks/gandalf.framework/Versions/A/
gandalf" | /usr/bin/sed 's!//*!/!g'`"
ld: Undefined symbols:
_gan_dgesv
_gan_dgetrf
_gan_sgesv
_gan_sgetrf
/usr/bin/libtool: internal link edit command failed
...failed DynamicLibrary.LinkUsingFileList
/Users/matthewr/gandalf_root/gandalf/build/gandalf.framework/Versions/
A/gandalf ...
I've read that by changing the default libtool to an updated version
installed via fink that this could solve the problem. I've installed
the newest libtool v1.5 via fink but I am clueless as to telling Xcode
to use this new libtool.
Matthew Rogers
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.