Re: Link problem : undefined symbol
Re: Link problem : undefined symbol
- Subject: Re: Link problem : undefined symbol
- From: "Peter O'Gorman" <email@hidden>
- Date: Wed, 08 Mar 2006 22:51:58 +0900
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin wrote:
| Hi,
|
| I'm trying to compile a Cocoa application in Xcode but I have the
| following error during the link process :
|
| /usr/bin/ld: Undefined symbols:
| _MD5
|
| Indeed, in one of my classes, I call the C "MD5" function as defined in
| "openssl/md5.h".
|
| How do I solve this problem ?
You need to add the lib which contains the definition for MD5 to your
project. In this case, /usr/lib/libcrypto.dylib
Peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
iQCVAwUBRA7hfriDAg3OZTLPAQKSRgQAvlnr8gYyY/c8u1a/cCz85EnswBbIXkGf
rFCb7ORn2nXRTGYDOAzKNkBEzOZTHOS+SBOooJbLTGp6psB2FYWNW3uc13fkbuxQ
dYXmqEwtbGuJKTInbhOQe7gTm4SmnVQGpp2ZsArvomdt14ymM8sDBmV8zSmgDu6J
FuF3cMicxyU=
=pJCe
-----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