From 9cba093c6301a327c49d570f34c46a6311445518 Mon Sep 17 00:00:00 2001 From: HinTak Date: Fri, 1 Sep 2017 23:01:51 +0100 Subject: [PATCH] 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 --- man/mkbundle.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1