/[libtool]/libtool/README
ViewVC logotype

Diff of /libtool/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17.2.2 by pogma, Thu Feb 3 13:55:05 2005 UTC revision 1.17.2.3 by rwild, Mon Apr 25 18:13:26 2005 UTC
# Line 108  all recent releases of XEmacs. Line 108  all recent releases of XEmacs.
108  6)  The default shell on UNICOS 9, a ksh 88e variant, is too buggy to  6)  The default shell on UNICOS 9, a ksh 88e variant, is too buggy to
109  correctly execute the libtool script.  Users are advised to install a  correctly execute the libtool script.  Users are advised to install a
110  modern shell such as GNU bash.  modern shell such as GNU bash.
111    
112    7)  Note in some cases you might need to put ABI-changing compiler flags
113    into the compiler name.  For example, use of
114      configure CC='gcc -m32'
115    rather than
116      configure CC=gcc CFLAGS=-m32 LDFLAGS=-m32
117    might help with this Libtool release.  This will be fixed in Libtool-2.0.
118    
119    8)  Note that use of libltdl and a native dlopening mechanism for the
120    same module within one program is not supported.  This includes modules
121    loaded through inter-module dependencies.
122    
123    9)  Note that newer Sun Studio Fortran compilers might need Autoconf macros
124    not yet present in 2.59 but only in CVS Autoconf.

Legend:
Removed from v.1.17.2.2  
changed lines
  Added in v.1.17.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26