Re: ld: library not found for -lbundle1.o
Re: ld: library not found for -lbundle1.o
- Subject: Re: ld: library not found for -lbundle1.o
- From: Tilghman Lesher <email@hidden>
- Date: Tue, 26 Apr 2011 14:03:32 -0500
- Reply-by: Wed, 19 Jan 2011 16:20:00 -0600
On Tuesday 26 April 2011 12:20:01 Joel Reymont wrote:
> Answering for posterity: I don't have the 10.5 SDK installed.
>
> On Apr 26, 2011, at 6:18 PM, Joel Reymont wrote:
> > Folks,
> >
> > Why do I get this error and how do I fix it?
You don't want to use the "-l" prefix. Just link it directly into the
executable (or library), by using the full path, /usr/lib/bundle1.o. The
"-l" prefix implicitly adds a "lib" prefix and a ".dylib" suffix to the name
you specify, which means it's looking for a file named "libbundle1.o.dylib",
which does not exist.
--
Tilghman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden