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]
Other format: [Raw text]

other/10420: Cannot compile GCC 3.3 snapshot view on x86 solaris 9


>Number:         10420
>Category:       other
>Synopsis:       Cannot compile GCC 3.3 snapshot view on x86 solaris 9
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 16 06:56:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     chiiwenl at yahoo dot com
>Release:        Gcc 3.3 prerelease snapshot on April 15, 9pm PST
>Organization:
>Environment:
x86 solaris 9
>Description:
I update gcc 3.3 around April 15, 9pm Pacific standard time.
use following commands to build gcc 3.3.
-----------------
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
make bootstrap
------------------
configuring in libF77
running /bin/sh ../../../../libf2c/libF77/configure  --host=i386-pc-solaris2.9 --build=i386-pc-solaris2.9 --enable-multilib --with-gcc-version-trigger=/user/chiiwen/source/gcc-3.3/gcc/gcc/version.c --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls --with-target-subdir=i386-pc-solaris2.9 --cache-file=../../config.cache --srcdir=../../../../libf2c/libF77
loading cache ../../config.cache
checking for gcc... (cached) /user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/xgcc -B/user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/ -B/usr/local/i386-pc-solaris2.9/bin/ -B/usr/local/i386-pc-solaris2.9/lib/ -isystem /usr/local/i386-pc-solaris2.9/include
checking whether we are using GNU C... (cached) yes
checking whether /user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/xgcc -B/user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/ -B/usr/local/i386-pc-solaris2.9/bin/ -B/usr/local/i386-pc-solaris2.9/lib/ -isystem /usr/local/i386-pc-solaris2.9/include accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... (cached) /user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/xgcc -B/user/chiiwen/source/gcc-3.3/gcc/objdir/gcc/ -B/usr/local/i386-pc-solaris2.9/bin/ -B/usr/local/i386-pc-solaris2.9/lib/ -isystem /usr/local/i386-pc-solaris2.9/include -E
checking for stdio.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for posix... (cached) yes
checking for GNU library... (cached) no
checking return type of signal handlers... (cached) void
checking for drem in -lm... (cached) no
creating ./config.status
creating Makefile
make[2]: Entering directory `/user/chiiwen/source/gcc-3.3/gcc/objdir/i386-pc-solaris2.9/libf2c'
rm -f config.cache
cd /user/chiiwen/source/gcc-3.3/gcc/libf2c && autoconf
configure.in:38: error: defn: undefined macro: _AC_PROG_CC_GNU
aclocal.m4:150: GLIBCPP_CONFIGURE is expanded from...
configure.in:38: the top level
make[2]: *** [/user/chiiwen/source/gcc-3.3/gcc/libf2c/configure] Error 1
make[2]: Leaving directory `/user/chiiwen/source/gcc-3.3/gcc/objdir/i386-pc-solaris2.9/libf2c'
make[1]: *** [all-target-libf2c] Error 2
make[1]: Leaving directory `/user/chiiwen/source/gcc-3.3/gcc/objdir'
make: *** [bootstrap] Error 2
>How-To-Repeat:
run following command to compile gcc 3.3 on x86 solaris 9 machine
-----------------
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
make bootstrap
------------------
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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