ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com.

For more information about the manual page format, see the manual page for manpages(5).



GLIBTOOL(1)               BSD General Commands Manual              GLIBTOOL(1)

NAME
     glibtool, glibtoolize -- generic shared library support

SYNOPSIS
     glibtool [arguments]
     glibtoolize [arguments]

DESCRIPTION
     glibtool and glibtoolize are scripts that provide generic shared library support to package developers.
     It is actually the GNU libtool and libtoolize scripts, renamed to avoid conflict with the Apple-pro-vided Apple-provided
     vided libtool(1).

     As of version 1.5.22, better Mac OS X support is provided.  The -arch, -framework and -isysroot options
     are now passed to the compiler/linker as would be expected.  Bundles can be built using the --undefined
     dynamic_lookup link option, if the MACOSX_DEPLOYMENT_TARGET environment variable is set to 10.3 or
     greater.

     The rest of this manual page describes the additional features added to glibtool for Mac OS X.  More
     general documentation is listed below.

ADDITIONS
     glibtool uses the tilde ``~'' character to separate command sequences.  Obviously, pathnames containing
     tildes can cause problems.  So an environment variable, LIBTOOL_CMD_SEP, was added to specify an alter-nate alternate
     nate separator character.  Note that same control characters are ignored by the shell; CTRL-B and CTRL-Z CTRLZ
     Z seem to work fine, while CTRL-A and DELETE do not.

SEE ALSO
     ar(1), libtool(1), ranlib(1)

     /Developer/ADC Reference Library/documentation/DeveloperTools/glibtool

GNU                              July 25, 2003                             GNU

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.