public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Help needed bootstrap'ing 4.1/4.2 snapshots on OSX TIger
@ 2006-02-23 15:43 Heitzso
  0 siblings, 0 replies; only message in thread
From: Heitzso @ 2006-02-23 15:43 UTC (permalink / raw)
  To: gcc-help

I've spent a couple days trying to get 2 different 4.1 snapshots and
a 4.2 snapshot to compile on OS X Tiger 10.4.  I've tried compiling
gcc with official Tiger 3.x and official Tiger 4.x gcc.  I've also tried
compiling with fink gcc 4.x.  All gcc bootstraps run for several hours
(1G RAM, 1.25ghz eMac) then stop at the same place. 

It appears that it gets to a point in the build where it is testing
whether a bootstrap compiler functions.  But, on the console,
there is no target file provided to compile(?).  Next line states
that a.out does not work and the "make bootstrap" errors out.

My directory layout:
    /Users/heitzso/gcc-4.1/gcc.src  (renamed from gcc unpack)
    /Users/heitzso/gcc-4.1/obj   (where I run configure from and the make)
    /Users/heitzso/gcc-4.1/gcc  (where I configure output to go)

==========

End of "make bootstrap", similar to all of the other failures to run
over the past few days:

checking target system type... powerpc-apple-darwin8.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-apple-darwin8.5.0-gcc... 
/Users/heitzso/gcc-4.1/obj/./gcc/xgcc 
-B/Users/heitzso/gcc-4.1/obj/./gcc/ 
-B/Users/heitzso/gcc-4.1/gcc/powerpc-apple-darwin8.5.0/bin/ 
-B/Users/heitzso/gcc-4.1/gcc/powerpc-apple-darwin8.5.0/lib/ -isystem 
/Users/heitzso/gcc-4.1/gcc/powerpc-apple-darwin8.5.0/include -isystem 
/Users/heitzso/gcc-4.1/gcc/powerpc-apple-darwin8.5.0/sys-include  -m64
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C 
compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[2]: *** [configure-target-libstdc++-v3] Error 1
make[1]: *** [all] Error 2
make: *** [bootstrap] Error 2

==========

My configure command, run in gcc-4.1/obj:

../gcc-4.1.0-20060219/configure \
        --prefix=/Users/heitzso/gcc-4.1/gcc \
        --enable-languages=c,c++,java \
        --enable-threads=posix

==========

Thanks,
Heitzso

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-23 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-23 15:43 Help needed bootstrap'ing 4.1/4.2 snapshots on OSX TIger Heitzso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).