public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/33191]  New: Install failure,recent CVS
@ 2007-08-25 18:06 mckelvey at maskull dot com
  2007-08-25 18:07 ` [Bug bootstrap/33191] " mckelvey at maskull dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mckelvey at maskull dot com @ 2007-08-25 18:06 UTC (permalink / raw)
  To: gcc-bugs

undefined symbol: __gmpz_import on install.

Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

Using built-in specs.
Target: alphaev56-unknown-linux-gnu
Configured with: ../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls
Thread model: posix
gcc version 4.3.0 20070825 (experimental) (GCC) 

alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls >clog 2>&1 &'

alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap >log 2>&1 &'


-- 
           Summary: Install failure,recent CVS
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


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


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

* [Bug bootstrap/33191] Install failure,recent CVS
  2007-08-25 18:06 [Bug bootstrap/33191] New: Install failure,recent CVS mckelvey at maskull dot com
@ 2007-08-25 18:07 ` mckelvey at maskull dot com
  2007-08-29  0:13 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mckelvey at maskull dot com @ 2007-08-25 18:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mckelvey at maskull dot com  2007-08-25 18:07 -------
Created an attachment (id=14114)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14114&action=view)
Result of "make install"


-- 


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


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

* [Bug bootstrap/33191] Install failure,recent CVS
  2007-08-25 18:06 [Bug bootstrap/33191] New: Install failure,recent CVS mckelvey at maskull dot com
  2007-08-25 18:07 ` [Bug bootstrap/33191] " mckelvey at maskull dot com
@ 2007-08-29  0:13 ` pinskia at gcc dot gnu dot org
  2007-08-30  1:33 ` mckelvey at maskull dot com
  2007-08-30 21:09 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-29  0:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-08-29 00:12 -------
/usr/home/mckelvey/software/gcc-obj/./gcc/cc1plus: relocation error:
/usr/home/mckelvey/software/gcc-obj/./gcc/cc1plus: undefined symbol:
__gmpz_import


Sounds like you have two different versions of GMP installed and it is picking
up the wrong version while doing a make install.


-- 


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


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

* [Bug bootstrap/33191] Install failure,recent CVS
  2007-08-25 18:06 [Bug bootstrap/33191] New: Install failure,recent CVS mckelvey at maskull dot com
  2007-08-25 18:07 ` [Bug bootstrap/33191] " mckelvey at maskull dot com
  2007-08-29  0:13 ` pinskia at gcc dot gnu dot org
@ 2007-08-30  1:33 ` mckelvey at maskull dot com
  2007-08-30 21:09 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mckelvey at maskull dot com @ 2007-08-30  1:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mckelvey at maskull dot com  2007-08-30 01:33 -------
Yes, that was it. Removing the old GMP fixed the install.


-- 


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


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

* [Bug bootstrap/33191] Install failure,recent CVS
  2007-08-25 18:06 [Bug bootstrap/33191] New: Install failure,recent CVS mckelvey at maskull dot com
                   ` (2 preceding siblings ...)
  2007-08-30  1:33 ` mckelvey at maskull dot com
@ 2007-08-30 21:09 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-30 21:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-08-30 21:09 -------
Not a GCC bug so closing.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-08-30 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-25 18:06 [Bug bootstrap/33191] New: Install failure,recent CVS mckelvey at maskull dot com
2007-08-25 18:07 ` [Bug bootstrap/33191] " mckelvey at maskull dot com
2007-08-29  0:13 ` pinskia at gcc dot gnu dot org
2007-08-30  1:33 ` mckelvey at maskull dot com
2007-08-30 21:09 ` 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).