public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55196] New: GCC 4.8 build error : link error on OS X 10.6
@ 2012-11-03 20:09 xcodexif at xif dot fr
  2012-12-09  3:07 ` [Bug bootstrap/55196] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xcodexif at xif dot fr @ 2012-11-03 20:09 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55196
           Summary: GCC 4.8 build error : link error on OS X 10.6
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: xcodexif@xif.fr


GCC 4.8 build error
On Mac OS X 10.6.8 (x86_64)
configured with ./configure --enable-languages=c,c++,objc,obj-c++ --prefix=/usr
_________________________
g++   -g -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W
-Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-fno-common  -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc  -o cc1
c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o
c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c-family/c-common.o
c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o
c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o
c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o
c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o
tree-mudflap.o i386-c.o darwin-c.o cc1-checksum.o libbackend.a main.o
tree-browser.o libcommon-target.a libcommon.a ../libcpp/libcpp.a
../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a -lintl 
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a   -lmpc -lmpfr -lgmp   -L../zlib -lz
ld: warning: ignoring file libcommon-target.a, file was built for archive which
is not the architecture being linked (x86_64)
ld: warning: ignoring file libcommon.a, file was built for archive which is not
the architecture being linked (x86_64)
ld: warning: ignoring file ../libcpp/libcpp.a, file was built for archive which
is not the architecture being linked (x86_64)
ld: warning: ignoring file ../libdecnumber/libdecnumber.a, file was built for
archive which is not the architecture being linked (x86_64)
Undefined symbols for architecture x86_64:

[LOT OF SYMBOLS...]

ld: symbol(s) not found for architecture x86_64
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[3]: *** [cc1] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
_________________________

Thanks


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

* [Bug bootstrap/55196] GCC 4.8 build error : link error on OS X 10.6
  2012-11-03 20:09 [Bug bootstrap/55196] New: GCC 4.8 build error : link error on OS X 10.6 xcodexif at xif dot fr
@ 2012-12-09  3:07 ` pinskia at gcc dot gnu.org
  2012-12-09 10:25 ` xcodexif at xif dot fr
  2012-12-09 10:51 ` steven at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09  3:07 UTC (permalink / raw)
  To: gcc-bugs


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-12-09
     Ever Confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 03:07:08 UTC ---
>./configure
First don't build in the source directory.

Second Don't use --prefix=/usr unless you are the distro builder.

Third is your gcc and g++ programs two different versions of GCC which are
configured differently?


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

* [Bug bootstrap/55196] GCC 4.8 build error : link error on OS X 10.6
  2012-11-03 20:09 [Bug bootstrap/55196] New: GCC 4.8 build error : link error on OS X 10.6 xcodexif at xif dot fr
  2012-12-09  3:07 ` [Bug bootstrap/55196] " pinskia at gcc dot gnu.org
@ 2012-12-09 10:25 ` xcodexif at xif dot fr
  2012-12-09 10:51 ` steven at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: xcodexif at xif dot fr @ 2012-12-09 10:25 UTC (permalink / raw)
  To: gcc-bugs


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

Félix Faisant <xcodexif at xif dot fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Félix Faisant <xcodexif at xif dot fr> 2012-12-09 10:25:35 UTC ---
Sorry, I can't help you now, I reinstalled my system which was very messy.


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

* [Bug bootstrap/55196] GCC 4.8 build error : link error on OS X 10.6
  2012-11-03 20:09 [Bug bootstrap/55196] New: GCC 4.8 build error : link error on OS X 10.6 xcodexif at xif dot fr
  2012-12-09  3:07 ` [Bug bootstrap/55196] " pinskia at gcc dot gnu.org
  2012-12-09 10:25 ` xcodexif at xif dot fr
@ 2012-12-09 10:51 ` steven at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: steven at gcc dot gnu.org @ 2012-12-09 10:51 UTC (permalink / raw)
  To: gcc-bugs


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |INVALID


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

end of thread, other threads:[~2012-12-09 10:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-03 20:09 [Bug bootstrap/55196] New: GCC 4.8 build error : link error on OS X 10.6 xcodexif at xif dot fr
2012-12-09  3:07 ` [Bug bootstrap/55196] " pinskia at gcc dot gnu.org
2012-12-09 10:25 ` xcodexif at xif dot fr
2012-12-09 10:51 ` steven at gcc dot gnu.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).