public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/36248]  New: configure: error: cannot compute suffix of object files: cannot compil
@ 2008-05-16 15:38 info at yourkit dot com
  2008-05-16 15:54 ` [Bug middle-end/36248] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: info at yourkit dot com @ 2008-05-16 15:38 UTC (permalink / raw)
  To: gcc-bugs

I'm trying to compile gcc-4.3

Here is my configuration details

/home/vova/tmp/gcc-4.3.0/configure --prefix=/opt/gcc-4.3.0
--enable-threads=posix --disable-checking --disable-libunwind-exceptions
--with-system-zlib --with-gmp=/opt/gmp-4.2.2 --with-mpfr=/opt/mpfr-2.3.1
--enable-__cxa_atexit --enable-languages=c,c++

uname -a
Linux localhost.localdomain 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686
unknown

CC and CXX point to working GCC 4.2.3 intallation.

Here is the last messages from compilation log. If you need any additional
details, I'll provide them with pleasure.


cp /home/vova/tmp/gcc-4.3.0/gcc/../fixincludes/README-fixinc
include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
/bin/sh /home/vova/tmp/gcc-4.3.0/gcc/mkconfig.sh tconfig.h
make[3]: Leaving directory `/home/vova/tmp/objdir/gcc'
mkdir -p -- i686-pc-linux-gnu/libgcc
Checking multilib configuration for libgcc...
Configuring stage 1 in i686-pc-linux-gnu/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-lipo... lipo
checking for i686-pc-linux-gnu-nm... /home/vova/tmp/objdir/./gcc/nm
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc... /home/vova/tmp/objdir/./gcc/xgcc
-B/home/vova/tmp/objdir/./gcc/ -B/opt/gcc-4.3.0/i686-pc-linux-gnu/bin/
-B/opt/gcc-4.3.0/i686-pc-linux-gnu/lib/ -isystem
/opt/gcc-4.3.0/i686-pc-linux-gnu/include -isystem
/opt/gcc-4.3.0/i686-pc-linux-gnu/sys-include
checking for suffix of object files... configure: error: cannot compute suffix
of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Error 1
make[2]: Leaving directory `/home/vova/tmp/objdir'
make[1]: *** [stage1-bubble] Error 2


-- 
           Summary: configure: error: cannot compute suffix of object files:
                    cannot compil
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: info at yourkit dot com


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


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

* [Bug middle-end/36248] configure: error: cannot compute suffix of object files: cannot compil
  2008-05-16 15:38 [Bug c++/36248] New: configure: error: cannot compute suffix of object files: cannot compil info at yourkit dot com
@ 2008-05-16 15:54 ` pinskia at gcc dot gnu dot org
  2008-05-16 17:21 ` info at yourkit dot com
  2008-05-16 19:01 ` info at yourkit dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-16 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-05-16 15:53 -------
look at config.log inside $(target)/libgcc directory.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |middle-end


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


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

* [Bug middle-end/36248] configure: error: cannot compute suffix of object files: cannot compil
  2008-05-16 15:38 [Bug c++/36248] New: configure: error: cannot compute suffix of object files: cannot compil info at yourkit dot com
  2008-05-16 15:54 ` [Bug middle-end/36248] " pinskia at gcc dot gnu dot org
@ 2008-05-16 17:21 ` info at yourkit dot com
  2008-05-16 19:01 ` info at yourkit dot com
  2 siblings, 0 replies; 4+ messages in thread
From: info at yourkit dot com @ 2008-05-16 17:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from info at yourkit dot com  2008-05-16 17:20 -------
Created an attachment (id=15646)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15646&action=view)
config.log with error

I've attached config.log. It contains a message that libmpfr.so cannot be
loaded, but --with-mpfr=/op/mpfr-2.3.1 is specified and here are the files from
/opt/mpfr-2.3.1/lib

 ls -l /opt/mpfr-2.3.1/lib/
total 2528
-rw-r--r--    1 root     root      1639052 May 16 21:09 libmpfr.a
-rwxr-xr-x    1 root     root          863 May 16 21:09 libmpfr.la
lrwxrwxrwx    1 root     root           16 May 16 21:09 libmpfr.so ->
libmpfr.so.1.1.1
lrwxrwxrwx    1 root     root           16 May 16 21:09 libmpfr.so.1 ->
libmpfr.so.1.1.1
-rwxr-xr-x    1 root     root       932472 May 16 21:09 libmpfr.so.1.1.1


-- 


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


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

* [Bug middle-end/36248] configure: error: cannot compute suffix of object files: cannot compil
  2008-05-16 15:38 [Bug c++/36248] New: configure: error: cannot compute suffix of object files: cannot compil info at yourkit dot com
  2008-05-16 15:54 ` [Bug middle-end/36248] " pinskia at gcc dot gnu dot org
  2008-05-16 17:21 ` info at yourkit dot com
@ 2008-05-16 19:01 ` info at yourkit dot com
  2 siblings, 0 replies; 4+ messages in thread
From: info at yourkit dot com @ 2008-05-16 19:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from info at yourkit dot com  2008-05-16 19:00 -------
Actually it's a dumb shit that make doesn't modify LD_LIBRARY_PATH. It will be
so naturally... For what purpose do we specify --with-mpfr-lib specified? 

*** This bug has been marked as a duplicate of 35577 ***


-- 

info at yourkit dot com changed:

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


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


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

end of thread, other threads:[~2008-05-16 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-16 15:38 [Bug c++/36248] New: configure: error: cannot compute suffix of object files: cannot compil info at yourkit dot com
2008-05-16 15:54 ` [Bug middle-end/36248] " pinskia at gcc dot gnu dot org
2008-05-16 17:21 ` info at yourkit dot com
2008-05-16 19:01 ` info at yourkit 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).