Re: Intermediate Library Targets
Re: Intermediate Library Targets
- Subject: Re: Intermediate Library Targets
- From: "Adam H. Pendleton" <email@hidden>
- Date: Sun, 22 Feb 2004 17:08:04 -0500
On Feb 22, 2004, at 11:58 AM, Kevin Grant wrote:
Would you mind posting the GCC and/or ld command lines that are
generated? You can find this in the build window, in the bottom half
where raw output from commands is displayed. This command line
usually shows pretty clearly whether Xcode didn't generate the
required/expected command options, etc.
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
ahp
_______________________________________________
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.