public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/51031] build error in libitm  (how to disable trans-mem???)
Date: Wed, 09 Nov 2011 08:58:00 -0000	[thread overview]
Message-ID: <bug-51031-4-eYUoX9IgIF@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-51031-4@http.gcc.gnu.org/bugzilla/>

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

vincenzo Innocente <vincenzo.innocente at cern dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i686-apple-darwin11
               Host|                            |host-x86_64-apple-darwin11.
                   |                            |2.0

--- Comment #2 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2011-11-09 08:48:52 UTC ---
progressing

now build stop at

make[4]: Nothing to be done for `all'.
/bin/sh ./libtool   --mode=compile
/Users/innocent/RealStuff/gcc-trunk/host-x86_64-apple-darwin11.2.0/gcc/xgcc
-B/Users/innocent/RealStuff/gcc-trunk/host-x86_64-apple-darwin11.2.0/gcc/
-B/usr/local/x86_64-apple-darwin11.2.0/bin/
-B/usr/local/x86_64-apple-darwin11.2.0/lib/ -isystem
/usr/local/x86_64-apple-darwin11.2.0/include -isystem
/usr/local/x86_64-apple-darwin11.2.0/sys-include    -DHAVE_CONFIG_H -I.
-I../.././libitm  -I../.././libitm/config/x86 -I../.././libitm/config/posix
-I../.././libitm/config/generic -I../.././libitm  -Wall -Werror  -Wc,-pthread
-g -O2 -MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c -o sjlj.lo
../.././libitm/config/x86/sjlj.S
libtool: compile: 
/Users/innocent/RealStuff/gcc-trunk/host-x86_64-apple-darwin11.2.0/gcc/xgcc
-B/Users/innocent/RealStuff/gcc-trunk/host-x86_64-apple-darwin11.2.0/gcc/
-B/usr/local/x86_64-apple-darwin11.2.0/bin/
-B/usr/local/x86_64-apple-darwin11.2.0/lib/ -isystem
/usr/local/x86_64-apple-darwin11.2.0/include -isystem
/usr/local/x86_64-apple-darwin11.2.0/sys-include -DHAVE_CONFIG_H -I.
-I../.././libitm -I../.././libitm/config/x86 -I../.././libitm/config/posix
-I../.././libitm/config/generic -I../.././libitm -Wall -pthread -Werror -g -O2
-MT sjlj.lo -MD -MP -MF .deps/sjlj.Tpo -c ../.././libitm/config/x86/sjlj.S 
-fno-common -DPIC -o .libs/sjlj.o
../.././libitm/config/x86/sjlj.S:28:Unknown pseudo-op: .type
../.././libitm/config/x86/sjlj.S:28:Rest of line ignored. 1st junk character
valued 95 (_).
../.././libitm/config/x86/sjlj.S:31:Unknown pseudo-op: .cfi_startproc
../.././libitm/config/x86/sjlj.S:36:Unknown pseudo-op: .cfi_def_cfa_offset
../.././libitm/config/x86/sjlj.S:36:Rest of line ignored. 1st junk character
valued 56 (8).
../.././libitm/config/x86/sjlj.S:48:Unknown pseudo-op: .cfi_def_cfa_offset
../.././libitm/config/x86/sjlj.S:48:Rest of line ignored. 1st junk character
valued 56 (8).
../.././libitm/config/x86/sjlj.S:65:Unknown pseudo-op: .cfi_endproc
../.././libitm/config/x86/sjlj.S:66:Unknown pseudo-op: .size
../.././libitm/config/x86/sjlj.S:66:Rest of line ignored. 1st junk character
valued 95 (_).
../.././libitm/config/x86/sjlj.S:70:Unknown pseudo-op: .type
../.././libitm/config/x86/sjlj.S:70:Rest of line ignored. 1st junk character
valued 71 (G).
../.././libitm/config/x86/sjlj.S:71:Unknown pseudo-op: .hidden
../.././libitm/config/x86/sjlj.S:71:Rest of line ignored. 1st junk character
valued 71 (G).
../.././libitm/config/x86/sjlj.S:74:Unknown pseudo-op: .cfi_startproc
../.././libitm/config/x86/sjlj.S:85:Unknown pseudo-op: .cfi_def_cfa
../.././libitm/config/x86/sjlj.S:85:Rest of line ignored. 1st junk character
valued 37 (%).
../.././libitm/config/x86/sjlj.S:86:Unknown pseudo-op: .cfi_register
../.././libitm/config/x86/sjlj.S:86:Rest of line ignored. 1st junk character
valued 37 (%).
../.././libitm/config/x86/sjlj.S:102:Unknown pseudo-op: .cfi_endproc
../.././libitm/config/x86/sjlj.S:103:Unknown pseudo-op: .size
../.././libitm/config/x86/sjlj.S:103:Rest of line ignored. 1st junk character
valued 71 (G).
../.././libitm/config/x86/sjlj.S:105:unknown section type: @progbits
make[4]: *** [sjlj.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libitm] Error 2
make: *** [all] Error 2


I configure with

./configure --enable-languages=c,c++,fortran --disable-multilib
--disable-bootstrap --enable-lto


  parent reply	other threads:[~2011-11-09  8:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-08 14:52 [Bug bootstrap/51031] New: " vincenzo.innocente at cern dot ch
2011-11-08 14:57 ` [Bug bootstrap/51031] " dominiq at lps dot ens.fr
2011-11-09  8:58 ` vincenzo.innocente at cern dot ch [this message]
2011-11-09 11:48 ` fxcoudert at gcc dot gnu.org
2011-11-09 12:12 ` redi at gcc dot gnu.org
2011-11-09 12:38 ` torvald at gcc dot gnu.org
2011-11-09 13:43 ` vincenzo.innocente at cern dot ch
2011-11-09 13:55 ` dominiq at lps dot ens.fr
2011-11-09 17:03 ` howarth at nitro dot med.uc.edu
2011-11-09 21:38 ` howarth at nitro dot med.uc.edu
2011-11-09 21:45 ` howarth at nitro dot med.uc.edu
2011-11-10  0:38 ` howarth at nitro dot med.uc.edu
2011-11-10  1:49 ` kargl at gcc dot gnu.org
2011-11-10  2:28 ` rth at gcc dot gnu.org
2011-11-10  2:29 ` howarth at nitro dot med.uc.edu
2011-11-10 10:01 ` vincenzo.innocente at cern dot ch
2011-11-10 10:11 ` dominiq at lps dot ens.fr
2011-11-10 14:47 ` howarth at nitro dot med.uc.edu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-51031-4-eYUoX9IgIF@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).