This is the mail archive of the gcc@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]

Re: GCC Release Delay


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

> On Sun, 17 Jun 2001, H . J . Lu wrote:
> 
> > FYI, yesterday's gcc 3.0 branch from CVS doesn't work with binutils
> > 2.11.90.0.15 under Linux. See
> > 
> > http://gcc.gnu.org/ml/gcc/2001-06/msg00927.html
> 
> The 3.0 release works fine for me with binutils 2.11.90.0.15.

I tried 20010615 snap (as described in above message (url)) on
i686 with binutils 2.11.90.0.15 and on alpha with binutils
2.11.90.0.8. In both cases the same problem.

I was using such options:
CFLAGS="-O2 -march=i686"; export CFLAGS (-O2 -mieee on alpha)
CXXFLAGS="-O2 -march=i686"; export CXXFLAGS (as in CFLAGS)
./configure --prefix=/usr --infodir=/usr/share/info \
--mandir=/usr/share/man --enable-shared --enable-threads=posix \
--enable-haifa --enable-languages=c,gcov,c++,objc,java,f77 \
--enable-long-long --enable-namespaces --enable-multilib \
--with-gnu-as --with-gnu-ld --with-system-zlib --without-x \
i686-pld-linux

I'm also using small patch to disable shared libgcc.
diff -urN gcc-20010319.org/gcc/configure.in gcc-20010319/gcc/configure.in
--- gcc-20010319.org/gcc/configure.in   Thu Mar 22 20:30:21 2001
+++ gcc-20010319/gcc/configure.in       Thu Mar 22 20:32:01 2001
@@ -329,6 +329,7 @@
     ;;
   esac
 ], [enable_shared=yes])
+enable_shared=no
 AC_SUBST(enable_shared)
 
 # Determine the host, build, and target systems

> Joseph S. Myers

ps.20010507 snapshot was compiling sucessfully using tese options and
that patch (ftp://ftp.pld.org.pl/people/misiek/gcc-3.0/)

-- 
 Arkadiusz Miśkiewicz, AM2-6BONE, 1024/3DB19BBD
 IPv6 ready PLD Linux at http://www.pld.org.pl/
My jsme Borg. Odpor je marný, budete asimilováni


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