Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glibtoolize(1) [osx man page]

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-provided 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. SEE ALSO
ar(1), libtool(1), ranlib(1) /Developer/ADC Reference Library/documentation/DeveloperTools/glibtool GNU
July 25, 2003 GNU

Check Out this Related Man Page

redland-config(1)					      General Commands Manual						 redland-config(1)

NAME
redland-config - script to get information about the installed version of Redland SYNOPSIS
redland-config [--cflags] [--help] [--libs] [--libtool-libs] [--prefix[=DIR]] [--private-libs] [--version-decimal] [--version] DESCRIPTION
redland-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Redland RDF library. OPTIONS
redland-config accepts the following options: --version Print the currently installed version of redland on the standard output. --version-decimal Print the currently installed version of redland as a decimal integer. --libs Print the linker flags that are necessary to link a redland program. This excludes linker arguments used to build the librdf shared library. --libtool-libs Print the flags that are necessary to link a redland program with libtool. --private-libs Print the linker flags that are necessary to build the librdf shared library. This option is not usually needed because the librdf shared library has already been dynamically linked against these libs. --cflags Print the compiler flags that are necessary to compile a redland program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that redland was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
redland(3), AUTHOR
Dave Beckett - http://www.dajobe.org/ <http://www.dajobe.org/> 2008-09-07 redland-config(1)
Man Page