Node:Loader Flags, Next:, Previous:Compiler Flags, Up:mailutils-config



Getting Loader Flags

The --link, or its short form -l prints to the standard output the loader flags necessary to link a program against Mailutils libraries.

When invoked without arguments, it produces the flags necessary to link against the basic library of Mailutils: libmailbox. Up to two arguments may be given that alter this behavior. These are:

auth
Print flags to link against libmuauth, the library adding new authentication methods to libmailbox.
guile
Print flags to link against libmu_scm, the Guile interface library.

Both arguments may be given simultaneously, e.g.:

cc -omyprog myprog.o `mailutils-config --link auth guile`