Skip navigation.
 
mlRe: LDFlags
FROM : Nicholas Riley
DATE : Tue Nov 12 23:00:42 2002

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_removed>> | <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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlLDFlags Brock Brandenberg Nov 12, 22:31
mlRe: LDFlags Nicholas Riley Nov 12, 23:00
mlRe: LDFlags Brock Brandenberg Nov 12, 23:42