Re: .dylib project
Re: .dylib project
- Subject: Re: .dylib project
- From: Chris Espinosa <email@hidden>
- Date: Fri, 18 Feb 2005 11:12:03 -0800
On Feb 17, 2005, at 7:10 PM, walterw wrote:
I created a "Carbon Dynamic Library" project and can't seem to get my
"Carbon Application" project to link with it.
I tried adding the .dylib file to "External Frameworks and Libraries"
but that just gives me an error that -lDynLibProject can't be found
when linking.
Anyone know how this is done?
An unwritten rule of gcc and ld is that the -l operator expects to find
a library named "lib<foo>.dylib" in one of the directories in the
Library Search Path. Make sure that your Carbon Dynamic Library
project generated its build product with the name
libDynLibProject.dylib and stored it in a location that your
application project knows about. The easiest way to do the latter is
to use a common master build directory for both the framework and the
app.
Chris
_______________________________________________
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