Re: Intermediate Library Targets
Re: Intermediate Library Targets
- Subject: Re: Intermediate Library Targets
- From: Kevin Grant <email@hidden>
- Date: Sun, 22 Feb 2004 17:25:42 -0600
The "-L<library>" is suspicious, because this shouldn't be a library;
it should be a directory that contains a library. The "-l" option is
used to link libraries themselves...
The typo was mine...sorry. The link line would like like:
<blah> <blah> -L/path/to/library.dylib -llibrary
If you used "-L/path/to/library.dylib", try using -L/path/to" instead.
The "library.dylib" part should be found implicitly because of the -l
option.
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
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.