From: HinTak Date: Fri, 1 Sep 2017 22:01:51 +0000 (+0100) Subject: Clarifying the usage of the --library option X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=9cba093c6301a327c49d570f34c46a6311445518 Clarifying the usage of the --library option I found that multiple libraries need to be specified in dependency order. That was not obvious from the man page. Make it explicit. See https://bugzilla.xamarin.com/show_bug.cgi?id=59154 --- diff --git a/man/mkbundle.1 b/man/mkbundle.1 index 8a738a56f83..adcc3adff0c 100644 --- a/man/mkbundle.1 +++ b/man/mkbundle.1 @@ -177,7 +177,9 @@ same as for the compiler -lib: or -L flags. Embeds the dynamic library file pointed to by `PATH' and optionally give it the name `LIB' into the bundled executable. This is used to ship native library dependencies that are unpacked at startup and -loaded from the runtime. +loaded from the runtime. Multiple libraries should be specified in +dependency order, where later ones on the command line depend on +earlier ones. .TP .I "--lists-targets" Lists all of the available local cross compilation targets available