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: Matthew Rogers <email@hidden>
- Date: Tue, 30 Dec 2003 20:11:56 +0000
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 ?
Thanks
Matt
_______________________________________________
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.