Re: LDFlags
Re: LDFlags
On Tue, Nov 12, 2002 at 03:31:16PM -0600, Brock Brandenberg wrote:
>
Although I've searched for an hour locally and on the web, I can't seem to
>
find the file or documentation for all of the LDFlags library options like
>
-lz, -lstdc++, etc. Could someone point me to the right file or docs for a
>
list of all of these pre-defined options?
The part after the -l is just the name of a library. See /usr/lib for
all the libraries that are included with OS X by default (you want the
files ending in '.a' for static and '.dylib' for dynamic libraries).
There should be more info in the documentation for Apple's linker.
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >LDFlags (From: Brock Brandenberg <email@hidden>) |