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

gcc 3.0.2 IRIX 5.3 build



configuring gcc-3.0.2 on IRIX 5.3 with:

CC=/usr/local/gcc-3.0.1/bin/gcc ../gcc-3.0.2/configure --prefix=/usr/local/gcc-3.0.2 --with-gnu-as --disable-shared --enable-languages=c++

works fine, but

make CFLAGS='-O2' LIBCFLAGS='-O2' LIBCXXFLAGS='-O2 -fno-implicit-templates' bootstrap
immeditately stops with:

        if [ x"" != x ] && [ ! -d pic ]; then \
          mkdir pic; \
        else true; fi
        touch stamp-picdir
don't know how to make config.in (bu42).
*** Error code 1 (bu21)

the contents of ./libiberty is:
Makefile       config.log     stamp-h        testsuite
config.h       config.status  stamp-picdir   xhost-mkfrag


build works fine on IRIX 6.5;
any more information I could supply, any workaround?

with best regards,
Werner Mausshardt

-- 
Werner Mausshardt		E-mail: werner.mausshardt@bruker.de
Software Department		Tel: +49 721 5161 448
Bruker Analytik GmbH		Fax: +49 721 5161 480


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