public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl
@ 2013-11-01  0:08 gerald at pfeifer dot com
  2013-11-01  0:10 ` [Bug bootstrap/58951] " gerald at pfeifer dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gerald at pfeifer dot com @ 2013-11-01  0:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58951
           Summary: [4.9 regression] cilk build fails due to use of -ldl
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gerald at pfeifer dot com

libtool: link:  /scratch2/tmp/gerald/OBJ-1031-1937/./gcc/xg++
-B/scratch2/tmp/gerald/OBJ-1031-1937/./gcc/ -nostdinc++ -nostdinc++
-I/scratch2/tmp/gerald/OBJ-103a1-1937/i386-unknown-freebsd10.0/libstdc++-v3/inc$
-I/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/incl$
-I/scratch2/tmp/gerald/gcc-HEAD/libstdc++-v3/libsupc++
-I/scratch2/tmp/gerald/gcc-HEAD/libstdc++-v3/include/backward
-I/scratch2/tmp/gerald/gcc-HEAD/libstdc++-v3/testsuite/util
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/src
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/src/$
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/libs$
-B/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.0/bin/
-B/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.0/lib/ -isystem
/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.0/include -isystem
/home/gerald/gcc-ref10-i386/i386-unknown-freebsd10.0/sys-include -shared
-nostdlib /usr/lib/crti.o
/scratch2/tmp/gerald/OBJ-1031-1937/./gcc/crtbeginS.o .libs/cilk-abi-vla.o
.libs/os-unix-sysdep.o .libs/bug.o .libs/cilk-abi.o
.libs/cilk-abi-cilk-for.o .libs/cilk-abi-vla-internal.o .libs/cilk_api.o
.libs/cilk_fiber.o .libs/cilk_fiber-unix.o .libs/cilk_malloc.o
.libs/c_reducers.o .libs/except-gcc.o .libs/frame_malloc.o
.libs/full_frame.o .libs/global_state.o .libs/jmpbuf.o .libs/local_state.o
.libs/metacall_impl.o .libs/os_mutex-unix.o .libs/os-unix.o
.libs/pedigrees.o .libs/record-replay.o .libs/reducer_impl.o
.libs/scheduler.o .libs/signal_node.o .libs/spin_mutex.o .libs/stats.o
.libs/symbol_test.o .libs/sysdep-unix.o .libs/worker_mutex.o -Wl,-rpath
-Wl,/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/sr$
-Wl,-rpath -Wl,/home/gerald/gcc-ref10-i386/lib
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/src/$
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/src  
-L/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/libs$
-lpthread -ldl -L/scratch2/tmp/gerald/OBJ-1031-1937/./gcc
/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-freebsd10.0/libstdc++-v3/src/.l$
-lm -lc -lgcc_s /scratch2/tmp/gerald/OBJ-1031-1937/./gcc/crtendS.o
/usr/lib/crtn.o -Wl,-soname -Wl,libcilkrts.so.5 -o .libs/libcilkrts.so.5
/home/gerald/10-i386/bin/ld: cannot find -ldl
collect2: error: ld returned 1 exit status
gmake[2]: *** [libcilkrts.la] Error 1
gmake[2]: Leaving directory
`/scratch2/tmp/gerald/OBJ-1031-1937/i386-unknown-fre
ebsd10.0/libcilkrts'
gmake[1]: *** [all-target-libcilkrts] Error 2
gmake[1]: Leaving directory `/scratch2/tmp/gerald/OBJ-1031-1937'
gmake: *** [bootstrap] Error 2


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

* [Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl
  2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
@ 2013-11-01  0:10 ` gerald at pfeifer dot com
  2013-11-04 14:37 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gerald at pfeifer dot com @ 2013-11-01  0:10 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-01
           Assignee|unassigned at gcc dot gnu.org      |bviyer at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl
  2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
  2013-11-01  0:10 ` [Bug bootstrap/58951] " gerald at pfeifer dot com
@ 2013-11-04 14:37 ` rguenth at gcc dot gnu.org
  2013-11-05  4:14 ` bviyer at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-04 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |4.9.0


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

* [Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl
  2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
  2013-11-01  0:10 ` [Bug bootstrap/58951] " gerald at pfeifer dot com
  2013-11-04 14:37 ` rguenth at gcc dot gnu.org
@ 2013-11-05  4:14 ` bviyer at gcc dot gnu.org
  2013-11-05  4:23 ` kargl at gcc dot gnu.org
  2013-11-13 16:06 ` gerald at pfeifer dot com
  4 siblings, 0 replies; 6+ messages in thread
From: bviyer at gcc dot gnu.org @ 2013-11-05  4:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from bviyer at gcc dot gnu.org ---
Author: bviyer
Date: Tue Nov  5 04:12:53 2013
New Revision: 204381

URL: http://gcc.gnu.org/viewcvs?rev=204381&root=gcc&view=rev
Log:
fix for PR bootstrap/58951
+2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR bootstrap/58951
+       * Makefile.am (AM_LDFLAGS): Removed -ldl flag.
+       * Makefile.in: Regenerate.
+


Modified:
    trunk/libcilkrts/ChangeLog
    trunk/libcilkrts/Makefile.am
    trunk/libcilkrts/Makefile.in


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

* [Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl
  2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2013-11-05  4:14 ` bviyer at gcc dot gnu.org
@ 2013-11-05  4:23 ` kargl at gcc dot gnu.org
  2013-11-13 16:06 ` gerald at pfeifer dot com
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu.org @ 2013-11-05  4:23 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #3 from kargl at gcc dot gnu.org ---
*** Bug 58995 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/58951] [4.9 regression] cilk build fails due to use of -ldl
  2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
                   ` (3 preceding siblings ...)
  2013-11-05  4:23 ` kargl at gcc dot gnu.org
@ 2013-11-13 16:06 ` gerald at pfeifer dot com
  4 siblings, 0 replies; 6+ messages in thread
From: gerald at pfeifer dot com @ 2013-11-13 16:06 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Gerald Pfeifer <gerald at pfeifer dot com> ---
Fixed now, confirmed on i386-unknown-freebsd10.0 with the following
additional change:

  2013-11-12  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability
        of "-ldl" flag.
        * configure.ac: Likewise.
        * configure: Regenerate
        * Makefile.in: Likewise.


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

end of thread, other threads:[~2013-11-13 16:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-01  0:08 [Bug bootstrap/58951] New: [4.9 regression] cilk build fails due to use of -ldl gerald at pfeifer dot com
2013-11-01  0:10 ` [Bug bootstrap/58951] " gerald at pfeifer dot com
2013-11-04 14:37 ` rguenth at gcc dot gnu.org
2013-11-05  4:14 ` bviyer at gcc dot gnu.org
2013-11-05  4:23 ` kargl at gcc dot gnu.org
2013-11-13 16:06 ` gerald at pfeifer dot com

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).