public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/23416] New: Problem compiling gcc 4.0.1
@ 2005-08-16  6:53 pierre42d at 9online dot fr
  2005-08-16 12:10 ` [Bug other/23416] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: pierre42d at 9online dot fr @ 2005-08-16  6:53 UTC (permalink / raw)
  To: gcc-bugs

[...]
make[1]: Leaving directory `/tmp/gcc-4.0.1/build/i686-pc-linux-gnu/libmudflap'
make[1]: Entering directory `/tmp/gcc-4.0.1/build/i686-pc-linux-gnu/libgfortran'
make  all-am
make[2]: Entering directory `/tmp/gcc-4.0.1/build/i686-pc-linux-gnu/libgfortran'
/bin/sh ./libtool --mode=compile /tmp/gcc-4.0.1/build/gcc/gfortran
-B/tmp/gcc-4.0.1/build/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include -Wall -Wall -fno-repack-arrays
-fno-underscoring -c -o selected_int_kind.lo `test -f
'intrinsics/selected_int_kind.f90' || echo
'../../../libgfortran/'`intrinsics/selected_int_kind.f90
/tmp/gcc-4.0.1/build/gcc/gfortran -B/tmp/gcc-4.0.1/build/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include -Wall -Wall -fno-repack-arrays
-fno-underscoring -c ../../../libgfortran/intrinsics/selected_int_kind.f90 
-fPIC -DPIC -o .libs/selected_int_kind.o
sb_divrem_mn.c:82: GNU MP assertion failed: __nail == 0
<built-in>:0: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [selected_int_kind.lo] Error 1
make[2]: Leaving directory `/tmp/gcc-4.0.1/build/i686-pc-linux-gnu/libgfortran'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/gcc-4.0.1/build/i686-pc-linux-gnu/libgfortran'
make: *** [all-target-libgfortran] Error 2

-- 
           Summary: Problem compiling gcc 4.0.1
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pierre42d at 9online dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/23416] Problem compiling gcc 4.0.1
  2005-08-16  6:53 [Bug other/23416] New: Problem compiling gcc 4.0.1 pierre42d at 9online dot fr
@ 2005-08-16 12:10 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-16 12:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-16 12:10 -------
This is a bug in your GMP install.

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


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


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

* [Bug other/23416] Problem compiling gcc 4.0.1
       [not found] <bug-23416-6582@http.gcc.gnu.org/bugzilla/>
  2005-11-11 20:15 ` pierre42d at 9online dot fr
@ 2005-11-11 20:19 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 20:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-11 20:19 -------
(In reply to comment #2)
> Could you be more explicit ?
> And maybe could this problem be detected by the configure script ?

I and others have found that some versions of GMP are broken.  This is hard to
detect in the configure stage really.

The prerequisties page should mention which version is required:
http://gcc.gnu.org/install/prerequisites.html


This works for me and a huge amount others so closing as worksforme.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug other/23416] Problem compiling gcc 4.0.1
       [not found] <bug-23416-6582@http.gcc.gnu.org/bugzilla/>
@ 2005-11-11 20:15 ` pierre42d at 9online dot fr
  2005-11-11 20:19 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: pierre42d at 9online dot fr @ 2005-11-11 20:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pierre42d at 9online dot fr  2005-11-11 20:15 -------
Could you be more explicit ?
And maybe could this problem be detected by the configure script ?


-- 

pierre42d at 9online dot fr changed:

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


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


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

end of thread, other threads:[~2005-11-11 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-16  6:53 [Bug other/23416] New: Problem compiling gcc 4.0.1 pierre42d at 9online dot fr
2005-08-16 12:10 ` [Bug other/23416] " pinskia at gcc dot gnu dot org
     [not found] <bug-23416-6582@http.gcc.gnu.org/bugzilla/>
2005-11-11 20:15 ` pierre42d at 9online dot fr
2005-11-11 20:19 ` pinskia at gcc dot gnu dot org

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