This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Patch] htdocs/install configure.html still mentions --disable-sharedas default



As far as I know, shared libs for C++ is now the default. The appended
patch also reflects this in the online docs.
Regards
  Wolfgang

-------------------------------------------------------------------------
Wolfgang Bangerth          email: wolfgang.bangerth@iwr.uni-heidelberg.de
                             www: http://gaia.iwr.uni-heidelberg.de/~wolf

Index: configure.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/configure.html,v
retrieving revision 1.38
diff -c -r1.38 configure.html
*** configure.html	2001/03/16 15:09:52	1.38
--- configure.html	2001/03/19 08:57:14
***************
*** 77,83 ****
    </li>
  
    <li> <code>--enable-shared</code> -- Build shared versions of the C++ runtime
!   libraries if supported. <code>--disable-shared</code> is the default.</li>
  
    <li> <code>--with-gnu-as</code> -- Specify that the compiler should
    assume that the assembler it finds is the GNU assembler. However,
--- 77,84 ----
    </li>
  
    <li> <code>--enable-shared</code> -- Build shared versions of the C++ runtime
!   libraries if supported. This is the default on most systems. Use
!   <code>--disable-shared</code> for static libraries.</li>
  
    <li> <code>--with-gnu-as</code> -- Specify that the compiler should
    assume that the assembler it finds is the GNU assembler. However,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]