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

bootstrap/8717: gcc 3.2.1 fails to compile in 64-bit mode under Solaris 8


>Number:         8717
>Category:       bootstrap
>Synopsis:       gcc 3.2.1 fails to compile in 64-bit mode under Solaris 8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 26 06:56:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     rhfreeman@micron.com
>Release:        gcc-3.2.1
>Organization:
>Environment:
Solaris 2.8 (patch cluster 2-3 months old)
gcc 2.95.2
GNU ld 2.13
GNU automake 1.4
GNU autoconf 2.13
GNU make 3.79
>Description:
Run configure with "--enable-shared --enable-threads=posix" and it runs ok. Then run "make bootstrap". It runs for a long period of time before it fails thus:

checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for ANSI C header files... no
checking for uintptr_t... yes
checking whether the C compiler (/home/richf/gcc-3.2.1/gcc/xgcc -B/home/richf/gcc-3.2.1/gcc/ -B/opt/gcc3/sparc-sun-solaris2.8/bin/ -B/opt/gcc3/sparc-sun-solaris2.8/lib/ -isystem /opt/gcc3/sparc-sun-solaris2.8/include  -m64 -O2 -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
make[1]: *** [configure-target-libiberty] Error 1
make[1]: Leaving directory `/home/richf/gcc-3.2.1'
make: *** [bootstrap] Error 2


If I run that from the command line it does seem to work:

zulu% /home/richf/gcc-3.2.1/gcc/xgcc -B/home/richf/gcc-3.2.1/gcc/ -B/opt/gcc3/sparc-sun-solaris2.8/bin/ -B/opt/gcc3/sparc-sun-solaris2.8/lib/ -isystem /opt/gcc3/sparc-sun-solaris2.8/include  -m64 -O2 -g -O2 
xgcc: no input files

And it has got a long way through before it gives me this error message. Help!

I can't tell where it is failing so I can't give you anymore information. If you need config.log from somewhere in the build tree then let me know.
>How-To-Repeat:
Happens everytime!
>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]