libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mkcheck.in partial patch for AIX


From: Phil Edwards
Subject: Re: mkcheck.in partial patch for AIX
Date: Thu, 9 Nov 2000 14:29:57 -0500
User-agent: Mutt/1.2.5i

On Tue, Nov 07, 2000 at 06:51:54PM -0200, Alexandre Oliva wrote:
> 
> > Could this be added to the libtool manual and the link-mode-specific help?
> 
> If someone writes a patch... :-)

How did I know you were going to say that?  :-)

Phil


Index: libtool.texi
===================================================================
RCS file: /cvs/libtool/doc/libtool.texi,v
retrieving revision 1.106
diff -u -3 -r1.106 libtool.texi
--- libtool.texi        2000/10/30 23:31:45     1.106
+++ libtool.texi        2000/11/09 19:20:15
@@ -1151,7 +1151,9 @@
 @samp{-Xlinker @var{flag}}, respectively.
 
 If the @samp{-static} option is given, then a @samp{.o} file is built,
-even if libtool was configured with @samp{--disable-static}.
+even if libtool was configured with @samp{--disable-static}.  The
address@hidden option is passed after the compiler name, as if it were
+an option to the compiler itself.
 
 Note that the @samp{-o} option is now fully supported.  It is emulated
 on the platforms that don't support it (by locking and moving the
@@ -1187,7 +1189,8 @@
 @var{mode-args} consist of a command using the C compiler to create an
 output file (with the @samp{-o} flag) from several object files.
 
-The following components of @var{mode-args} are treated specially:
+The following components of @var{mode-args} are treated specially, and
+must appear after the C compiler command:
 
 @table @samp
 @cindex undefined symbols, allowing
@@ -1329,7 +1332,8 @@
 The first of the @var{mode-args} is treated as a program name, with the
 rest as arguments to that program.
 
-The following components of @var{mode-args} are treated specially:
+The following components of @var{mode-args} are treated specially, and
+must appear after the program name:
 
 @table @samp
 @item -dlopen @var{file}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]