public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* libffi failure during bootstrap
@ 2003-05-19 17:05 Nathanael Nerode
  2003-05-19 21:02 ` Anthony Green
  0 siblings, 1 reply; 3+ messages in thread
From: Nathanael Nerode @ 2003-05-19 17:05 UTC (permalink / raw)
  To: gcc

I'm getting this when bootstrapping GCC mainline on i686-pc-linux-gnu:

make[3]: Entering directory 
`/home/neroden/gnu/build/i686-pc-linux-gnu/libffi'
/bin/sh ./libtool --mode=link /home/neroden/gnu/build/gcc/xgcc 
-B/home/neroden/gnu/build/gcc/ 
-B/home/neroden/gnu/inst/i686-pc-linux-gnu/bin/ 
-B/home/neroden/gnu/inst/i686-pc-linux-gnu/lib/ -isystem 
/home/neroden/gnu/inst/i686-pc-linux-gnu/include -isystem 
/home/neroden/gnu/inst/i686-pc-linux-gnu/sys-include 
-L/home/neroden/gnu/build/ld -fexceptions -O2 -g -O2  -o ffitest 
-shared-libgcc ffitest.lo libffi.la
/home/neroden/gnu/build/gcc/xgcc -B/home/neroden/gnu/build/gcc/ 
-B/home/neroden/gnu/inst/i686-pc-linux-gnu/bin/ 
-B/home/neroden/gnu/inst/i686-pc-linux-gnu/lib/ -isystem 
/home/neroden/gnu/inst/i686-pc-linux-gnu/include -isystem 
/home/neroden/gnu/inst/i686-pc-linux-gnu/sys-include -fexceptions -O2 -g 
-O2 -o .libs/ffitest -shared-libgcc .libs/ffitest.o  
-L/home/neroden/gnu/build/ld ./.libs/libffi.so -Wl,--rpath 
-Wl,/home/neroden/gnu/inst/lib
./.libs/libffi.so: undefined reference to `FFI_TYPE_DOUBLE'
./.libs/libffi.so: undefined reference to `FFI_TYPE_SINT64'
./.libs/libffi.so: undefined reference to `FFI_TYPE_LONGDOUBLE'
./.libs/libffi.so: undefined reference to `FFI_TYPE_INT'
./.libs/libffi.so: undefined reference to `FFI_TYPE_FLOAT'
collect2: ld returned 1 exit status
make[3]: *** [ffitest] Error 1

Any ideas?  Everything else is working so I'm guessing this really is a 
libffi issue...

--Nathanael

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libffi failure during bootstrap
  2003-05-19 17:05 libffi failure during bootstrap Nathanael Nerode
@ 2003-05-19 21:02 ` Anthony Green
  2003-05-19 21:14   ` Neil Booth
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Green @ 2003-05-19 21:02 UTC (permalink / raw)
  To: Nathanael Nerode; +Cc: gcc

On Mon, 2003-05-19 at 09:49, Nathanael Nerode wrote:
> Any ideas?  Everything else is working so I'm guessing this really is a 
> libffi issue..

This was a preprocessor bug.  Neil Booth is testing a cpp fix right now.

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libffi failure during bootstrap
  2003-05-19 21:02 ` Anthony Green
@ 2003-05-19 21:14   ` Neil Booth
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Booth @ 2003-05-19 21:14 UTC (permalink / raw)
  To: Anthony Green; +Cc: Nathanael Nerode, gcc

Anthony Green wrote:-

> On Mon, 2003-05-19 at 09:49, Nathanael Nerode wrote:
> > Any ideas?  Everything else is working so I'm guessing this really is a 
> > libffi issue..
> 
> This was a preprocessor bug.  Neil Booth is testing a cpp fix right now.

I think I'll apply it without waiting any longer.  My bootstrap is taking
too long.

Neil.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-19 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-19 17:05 libffi failure during bootstrap Nathanael Nerode
2003-05-19 21:02 ` Anthony Green
2003-05-19 21:14   ` Neil Booth

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).