Node:Loader Flags, Next:General Information, Previous:Compiler Flags, Up:mailutils-config
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
libmuauth
, the library adding new
authentication methods to libmailbox
.
guile
libmu_scm
, the Guile interface
library.
Both arguments may be given simultaneously, e.g.:
cc -omyprog myprog.o `mailutils-config --link auth guile`