public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/35654]  New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
@ 2008-03-21 14:14 bart dot vanassche at gmail dot com
  2008-03-21 14:17 ` [Bug bootstrap/35654] " bart dot vanassche at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bart dot vanassche at gmail dot com @ 2008-03-21 14:14 UTC (permalink / raw)
  To: gcc-bugs

Compilation of gcc 4.3.0 with the attached script failed on a 64-bit Ubuntu
7.10 server system with the following error message:

[...]
checking how to run the C preprocessor... /lib/cpp
checking whether decimal floating point is supported... yes
checking whether fixed-point is supported... no
checking for __attribute__((visibility("hidden")))... yes
checking whether the target asssembler upports thread-local storage... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
Adding multilib support to Makefile in /home/vanasscb/software/gcc-4.3.0/libgcc
with_multisubdir=32
In file included from
/home/vanasscb/software/gcc-4.3.0-build/./gcc/include-fixed/features.h:354,
                 from /usr/include/stdio.h:28,
                 from
/home/vanasscb/software/gcc-4.3.0/libgcc/../gcc/tsystem.h:90,
                 from
/home/vanasscb/software/gcc-4.3.0/libgcc/../gcc/libgcc2.c:33:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[5]: *** [_muldi3.o] Error 1
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all-stage1-target-libgcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2


-- 
           Summary: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bart dot vanassche at gmail dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35654


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

* [Bug bootstrap/35654] Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
  2008-03-21 14:14 [Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10 bart dot vanassche at gmail dot com
@ 2008-03-21 14:17 ` bart dot vanassche at gmail dot com
  2008-03-21 14:58 ` rguenth at gcc dot gnu dot org
  2008-03-22  8:43 ` bart dot vanassche at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: bart dot vanassche at gmail dot com @ 2008-03-21 14:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bart dot vanassche at gmail dot com  2008-03-21 14:16 -------
Created an attachment (id=15354)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15354&action=view)
gcc compilation script


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35654


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

* [Bug bootstrap/35654] Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
  2008-03-21 14:14 [Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10 bart dot vanassche at gmail dot com
  2008-03-21 14:17 ` [Bug bootstrap/35654] " bart dot vanassche at gmail dot com
@ 2008-03-21 14:58 ` rguenth at gcc dot gnu dot org
  2008-03-22  8:43 ` bart dot vanassche at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-21 14:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-03-21 14:57 -------
You need 32bit glibc includes installed or specify --disable-multilib at
configure time.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35654


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

* [Bug bootstrap/35654] Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10
  2008-03-21 14:14 [Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10 bart dot vanassche at gmail dot com
  2008-03-21 14:17 ` [Bug bootstrap/35654] " bart dot vanassche at gmail dot com
  2008-03-21 14:58 ` rguenth at gcc dot gnu dot org
@ 2008-03-22  8:43 ` bart dot vanassche at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: bart dot vanassche at gmail dot com @ 2008-03-22  8:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bart dot vanassche at gmail dot com  2008-03-22 08:43 -------
It would be nice if the configure script would print a comprehensible error
message in case 32-bit libraries are not found on a 64-bit system.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35654


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

end of thread, other threads:[~2008-03-22  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-21 14:14 [Bug bootstrap/35654] New: Native build of gcc 4.3.0 fails on 64-bit Ubuntu 7.10 bart dot vanassche at gmail dot com
2008-03-21 14:17 ` [Bug bootstrap/35654] " bart dot vanassche at gmail dot com
2008-03-21 14:58 ` rguenth at gcc dot gnu dot org
2008-03-22  8:43 ` bart dot vanassche at gmail dot com

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