[Bug middle-end/51116] [4.7 Regression] configure: error: cannot compute suffix of object files: cannot compile
pinskia at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Nov 13 05:28:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116
--- Comment #3 from pinskia at gmail dot com <pinskia at gmail dot com> 2011-11-13 04:32:06 UTC ---
According to another email mips is broken the same way.
Sent from my Palm Pre on AT&T
On Nov 12, 2011 20:18, danglin at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51116
Bug #: 51116
Summary: [4.7 Regression] configure: error: cannot compute
suffix of object files: cannot compile
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: danglin@gcc.gnu.org
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
In stage1,
checking for hppa64-hp-hpux11.11-gcc... /test/gnu/gcc/objdir/./gcc/xgcc
-B/test/gnu/gcc/objdir/./gcc/ -B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/lib/ -isystem
/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/include -isystem
/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/sys-include
checking for suffix of object files... configure: error: in
`/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
In config.log,
configure:3650: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B
/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.7/hppa64-
hp-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/include
-i
system /opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/sys-include -c -g -O2
conf
test.c >&5
/var/tmp//ccjq1spX.s: Assembler messages:
/var/tmp//ccjq1spX.s:44: Error: can't resolve `.text.startup' {.text.startup
sec
tion} - `L$FB0000' {*UND* section}
/var/tmp//ccjq1spX.s:148: Error: can't resolve `.text.startup' {.text.startup
se
ction} - `L$FB0000' {*UND* section}
configure:3654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h. */
|
| int
| main ()
|
| ;
| return 0;
| }
More information about the Gcc-bugs
mailing list