public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "christian dot joensson at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/41357] libgomp build fail
Date: Thu, 24 Sep 2009 11:10:00 -0000	[thread overview]
Message-ID: <20090924111008.21703.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41357-11815@http.gcc.gnu.org/bugzilla/>



------- Comment #30 from christian dot joensson at gmail dot com  2009-09-24 11:10 -------
Not sure about the status here... but, on this system:
Windows XP Pro/SP3 cygwin Intel Core2 Duo T9600@2.80GHz system with packages:

binutils             2.19.51-1      2.19.51.20090704
bison                2.3-1          2.3
cloog-ppl            0.15.3-1
cygwin               1.7.0-61      
dejagnu              20021217-2     1.4.2.x
expect               20030128-1     5.26
gcc-ada              3.4.4-999
gcc-core             3.4.4-999
gcc-g++              3.4.4-999
gmp                  4.3.1-3
libcloog-devel       0.15.3-1
libgmp-devel         4.3.1-3
libmpfr-devel        2.4.1-4
libppl               0.10.2-1
make                 3.81-2
mpfr                 2.4.1-4
ppl                  0.10.2-1
ppl-devel            0.10.2-1
tcltk                20080420-1     8.4
w32api               3.13-1         

LAST_UPDATED: Thu Sep 24 09:42:02 UTC 2009 (revision 152114)

configure: --prefix=/usr/local/gnu --enable-threads=posix --enable-libgcj
--enable-libgomp --disable-sjlj-exceptions --with-system-zlib --enable-nls
--enable-static --enable-shared --enable-shared-libgcc --enable-__cxa_atexit
--disable-libmudflap --enable-version-specific-runtime-libs
--without-included-gettext --with-dwarf2 --disable-symvers --enable-libssp
--with-mpc --without-ppl --without-cloog
--enable-languages=c,ada,c++,fortran,java,objc,obj-c++

I still get 

/bin/sh ./libtool --tag CC   --mode=link /usr/local/src/trunk/objdir/./gcc/xgcc
-B/usr/local/src/trunk/objdir/./gcc/ -B/usr/local/gnu/i686-pc-cygwin/bin/
-B/usr/local/gnu/i686-pc-cygwin/lib/ -isystem
/usr/local/gnu/i686-pc-cygwin/include -isystem
/usr/local/gnu/i686-pc-cygwin/sys-include    -Wall -Werror -Wc,-pthread -g -O2 
 -Wl,-O1   -o libgomp.la -version-info 1:0:0  -no-undefined -bindir
"/usr/local/gnu/bin" -rpath /usr/local/gnu/lib/gcc/i686-pc-cygwin/4.5.0
alloc.lo barrier.lo critical.lo env.lo error.lo iter.lo iter_ull.lo loop.lo
loop_ull.lo ordered.lo parallel.lo sections.lo single.lo task.lo team.lo
work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo
affinity.lo  
libtool: link: rm -fr  .libs/libgomp.dll.a
libtool: link: /usr/local/src/trunk/objdir/./gcc/xgcc
-B/usr/local/src/trunk/objdir/./gcc/ -B/usr/local/gnu/i686-pc-cygwin/bin/
-B/usr/local/gnu/i686-pc-cygwin/lib/ -isystem
/usr/local/gnu/i686-pc-cygwin/include -isystem
/usr/local/gnu/i686-pc-cygwin/sys-include    -shared  .libs/alloc.o
.libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o
.libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o
.libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o
.libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o
.libs/time.o .libs/fortran.o .libs/affinity.o    -pthread -Wl,-O1   -o
.libs/cyggomp-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker
.libs/libgomp.dll.a
xgcc: unrecognized option '-pthread'
Creating library file:
.libs/libgomp.dll.a.libs/team.o:team.c:(.debug_info+0x1084): undefined
reference to `_gomp_tls_data'
collect2: ld returned 1 exit status

make[4]: *** [libgomp.la] Error 1
make[4]: Leaving directory `/usr/local/src/trunk/objdir/i686-pc-cygwin/libgomp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/trunk/objdir/i686-pc-cygwin/libgomp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/trunk/objdir/i686-pc-cygwin/libgomp'
make[1]: *** [all-target-libgomp] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir'
make: *** [all] Error 2


-- 


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


  parent reply	other threads:[~2009-09-24 11:10 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-15  5:54 [Bug target/41357] New: " jzhang918 at gmail dot com
2009-09-15  5:57 ` [Bug target/41357] " jzhang918 at gmail dot com
2009-09-15 11:23 ` rainer at emrich-ebersheim dot de
2009-09-15 12:48 ` [Bug debug/41357] " davek at gcc dot gnu dot org
2009-09-15 12:52 ` davek at gcc dot gnu dot org
2009-09-15 12:53 ` davek at gcc dot gnu dot org
2009-09-15 13:29 ` davek at gcc dot gnu dot org
2009-09-15 13:40 ` davek at gcc dot gnu dot org
2009-09-15 14:07 ` davek at gcc dot gnu dot org
2009-09-15 14:21 ` jzhang918 at gmail dot com
2009-09-15 14:24 ` davek at gcc dot gnu dot org
2009-09-15 14:53 ` davek at gcc dot gnu dot org
2009-09-15 16:16 ` davek at gcc dot gnu dot org
2009-09-15 16:43 ` jakub at gcc dot gnu dot org
2009-09-15 17:09 ` davek at gcc dot gnu dot org
2009-09-15 17:16 ` davek at gcc dot gnu dot org
2009-09-15 17:20 ` jakub at gcc dot gnu dot org
2009-09-15 17:25 ` davek at gcc dot gnu dot org
2009-09-15 17:36 ` davek at gcc dot gnu dot org
2009-09-15 17:41 ` hjl dot tools at gmail dot com
2009-09-15 17:45 ` jakub at gcc dot gnu dot org
2009-09-15 17:52 ` davek at gcc dot gnu dot org
2009-09-15 17:57 ` davek at gcc dot gnu dot org
2009-09-16 10:19 ` davek at gcc dot gnu dot org
2009-09-16 10:37 ` jakub at gcc dot gnu dot org
2009-09-16 10:51 ` davek at gcc dot gnu dot org
2009-09-16 10:55 ` davek at gcc dot gnu dot org
2009-09-16 21:10 ` [Bug middle-end/41357] " davek at gcc dot gnu dot org
2009-09-16 21:29 ` davek at gcc dot gnu dot org
2009-09-22  1:34 ` davek at gcc dot gnu dot org
2009-09-24 11:10 ` christian dot joensson at gmail dot com [this message]
2009-09-28  5:48 ` davek at gcc dot gnu dot org
2009-09-30 13:47 ` christian dot joensson at gmail dot com
2009-11-09 11:05 ` davek at gcc dot gnu dot org
2010-03-23  1:56 ` davek at gcc dot gnu dot org

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=20090924111008.21703.qmail@sourceware.org \
    --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).