Re: Linking/symbol problem
Re: Linking/symbol problem
- Subject: Re: Linking/symbol problem
- From: "Peter O'Gorman" <email@hidden>
- Date: Sun, 04 Dec 2005 18:30:02 +0900
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jo Meder wrote:
| Hi Nick,
|
| On 4/12/2005, at 5:19 PM, Nick Zitzmann wrote:
|
|> Try linking the framework using the -all_load linker option. If the
|> framework is linked using G++ you'll most likely get a bunch of
|> multiple symbol warnings, but that's OK unless the framework is using
|> a flat namespace.
|
|
| Thanks for the tip. I tried it, but I end up with :
|
| /usr/bin/libtool: internal link edit command failed
|
| after all the warnings.
|
| Regards,
Is the symbol referenced in the framework? Does 'otool -Sv' also show the
symbol? If not run 'ranlib -c' on it. In the end though, it may be better to
unpack the archive and use objects, or make the archive a reloadable object.
Peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
iQCVAwUBQ5K3GriDAg3OZTLPAQI9qwP/QAJM2DTqGFDK256t/zLzVeexmcyOFMzY
UWZmKFyEZY21GF0IDjLFiQgMTYpZ3Y4DwxwvPGzd9upWfSgeRoYXO0oUNJrhUzcq
MmCVkEEx+nl9U41JwykiX/2fHkYL2FUzCNPDuAdyAFZg14pz0YoYyUvlRwMh4cjw
tUsKUi3LYsk=
=Hml/
-----END PGP SIGNATURE-----
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden