Re: Changing the default libtool used by Xcode
Re: Changing the default libtool used by Xcode
- Subject: Re: Changing the default libtool used by Xcode
- From: Philip Aker <email@hidden>
- Date: Wed, 31 Dec 2003 11:52:06 -0800
On Tuesday, Dec 30, 2003, at 12:11 US/Pacific, Matthew Rogers wrote:
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:
[...]
ld: Undefined symbols:
_gan_dgesv
_gan_dgetrf
_gan_sgesv
_gan_sgetrf
/usr/bin/libtool: internal link edit command failed
...failed DynamicLibrary.LinkUsingFileList
When I see stuff like that in my projects, it usually means I forgot
to assign an exports file ("xxx.exp").
Where do I assign the export file ?
Edit the active target. It's in the Linker settings.
Philip Aker
http://www.aker.ca
_______________________________________________
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.