public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51054] New: libitm doesn't build on MacOS 10.6
@ 2011-11-09 12:08 dave@boost-consulting.com
  2011-11-09 12:22 ` [Bug other/51054] " redi at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: dave@boost-consulting.com @ 2011-11-09 12:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51054
           Summary: libitm doesn't build on MacOS 10.6
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dave@boost-consulting.com


The following command (which works for me with macports gmp,mpfr,and mpc, and a
hand-built-from-source libiconv in /usr/local/lib) fails without
--disable-libitm.

export LDFLAGS=-L/usr/local/lib && ~/src/gcc/configure --enable-languages=c,c++
--disable-libitm --disable-multilib --disable-bootstrap
--prefix=/usr/local/stow/gcc-4.7 --with-gmp=/opt/local --with-mpfr=/opt/local
--with-mpc=/opt/local && gmake -j8

The failure looks like:


libtool: compile:  /private/tmp/gcc-build/./gcc/xgcc
-B/private/tmp/gcc-build/./gcc/
-B/usr/local/stow/gcc-4.7/x86_64-apple-darwin10.8.0/bin/
-B/usr/local/stow/gcc-4.7/x86_64-apple-darwin10.8.0/lib/ -isystem
/usr/local/stow/gcc-4.7/x86_64-apple-darwin10.8.0/include -isystem
/usr/local/stow/gcc-4.7/x86_64-apple-darwin10.8.0/sys-include -DHAVE_CONFIG_H
-I. -I/Users/dave/src/gcc/libitm -I/Users/dave/src/gcc/libitm/config/x86
-I/Users/dave/src/gcc/libitm/config/posix
-I/Users/dave/src/gcc/libitm/config/generic -I/Users/dave/src/gcc/libitm -Wall
-pthread -Werror -g -O2 -MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c
/Users/dave/src/gcc/libitm/config/x86/sjlj.S  -fno-common -DPIC -o .libs/sjlj.o
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:28:Unknown pseudo-op: .type
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:28:Rest of line ignored. 1st junk
character valued 95 (_).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:31:Unknown pseudo-op:
.cfi_startproc
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:36:Unknown pseudo-op:
.cfi_def_cfa_offset
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:36:Rest of line ignored. 1st junk
character valued 56 (8).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:48:Unknown pseudo-op:
.cfi_def_cfa_offset
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:48:Rest of line ignored. 1st junk
character valued 56 (8).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:65:Unknown pseudo-op: .cfi_endproc
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:66:Unknown pseudo-op: .size
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:66:Rest of line ignored. 1st junk
character valued 95 (_).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:70:Unknown pseudo-op: .type
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:70:Rest of line ignored. 1st junk
character valued 71 (G).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:71:Unknown pseudo-op: .hidden
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:71:Rest of line ignored. 1st junk
character valued 71 (G).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:74:Unknown pseudo-op:
.cfi_startproc
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:85:Unknown pseudo-op: .cfi_def_cfa
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:85:Rest of line ignored. 1st junk
character valued 37 (%).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:86:Unknown pseudo-op:
.cfi_register
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:86:Rest of line ignored. 1st junk
character valued 37 (%).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:102:Unknown pseudo-op:
.cfi_endproc
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:103:Unknown pseudo-op: .size
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:103:Rest of line ignored. 1st junk
character valued 71 (G).
/Users/dave/src/gcc/libitm/config/x86/sjlj.S:105:unknown section type:
@progbits
gmake[4]: *** [sjlj.lo] Error 1
gmake[4]: Leaving directory
`/private/tmp/gcc-build/x86_64-apple-darwin10.8.0/libitm'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/private/tmp/gcc-build/x86_64-apple-darwin10.8.0/libitm'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/private/tmp/gcc-build/x86_64-apple-darwin10.8.0/libitm'
gmake[1]: *** [all-target-libitm] Error 2
gmake[1]: Leaving directory `/private/tmp/gcc-build'
gmake: *** [all] Error 2

Compilation exited abnormally with code 2 at Wed Nov  9 06:41:48


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

* [Bug other/51054] libitm doesn't build on MacOS 10.6
  2011-11-09 12:08 [Bug other/51054] New: libitm doesn't build on MacOS 10.6 dave@boost-consulting.com
@ 2011-11-09 12:22 ` redi at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-09 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-09 12:04:35 UTC ---
dup dup dup

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


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

end of thread, other threads:[~2011-11-09 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-09 12:08 [Bug other/51054] New: libitm doesn't build on MacOS 10.6 dave@boost-consulting.com
2011-11-09 12:22 ` [Bug other/51054] " redi 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).