public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "red at rasc dot ru" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug libc/5217] New: Couldn't compile glibc 2.7 (gcc 4.4.2)
Date: Wed, 24 Oct 2007 14:09:00 -0000	[thread overview]
Message-ID: <20071024140848.5217.red@rasc.ru> (raw)

gcc   -shared -static-libgcc -Wl,-O1  -Wl,-z,defs
-Wl,-dynamic-linker=/lib/ld-linux.so.2  -B/software/gnu/glibc/build/csu/ 
-Wl,--version-script=/software/gnu/glibc/build/libc.map -Wl,-soname=libc.so.6
-Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -nostdlib -nostartfiles -e
__libc_main -L/software/gnu/glibc/build -L/software/gnu/glibc/build/math
-L/software/gnu/glibc/build/elf -L/software/gnu/glibc/build/dlfcn
-L/software/gnu/glibc/build/nss -L/software/gnu/glibc/build/nis
-L/software/gnu/glibc/build/rt -L/software/gnu/glibc/build/resolv
-L/software/gnu/glibc/build/crypt -L/software/gnu/glibc/build/nptl
-Wl,-rpath-link=/software/gnu/glibc/build:/software/gnu/glibc/build/math:/software/gnu/glibc/build/elf:/software/gnu/glibc/build/dlfcn:/software/gnu/glibc/build/nss:/software/gnu/glibc/build/nis:/software/gnu/glibc/build/rt:/software/gnu/glibc/build/resolv:/software/gnu/glibc/build/crypt:/software/gnu/glibc/build/nptl
-o /software/gnu/glibc/build/libc.so -T /software/gnu/glibc/build/shlib.lds
/software/gnu/glibc/build/csu/abi-note.o /software/gnu/glibc/build/elf/soinit.os
/software/gnu/glibc/build/libc_pic.os /software/gnu/glibc/build/elf/sofini.os
/software/gnu/glibc/build/elf/interp.os /software/gnu/glibc/build/elf/ld.so -lgcc
/software/gnu/glibc/build/libc_pic.os: In function `__libc_fork':
/software/gnu/glibc/glibc-2.7/posix/../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:76:
undefined reference to `__sync_bool_compare_and_swap_4'
/software/gnu/glibc/build/libc_pic.os: In function `__nscd_drop_map_ref':
/software/gnu/glibc/glibc-2.7/nscd/nscd-client.h:320: undefined reference to
`__sync_fetch_and_add_4'
/software/gnu/glibc/build/libc_pic.os: In function `nscd_getpw_r':
/software/gnu/glibc/glibc-2.7/nscd/nscd_getpw_r.c:232: undefined reference to
`__sync_fetch_and_add_4'
/software/gnu/glibc/build/libc_pic.os: In function `__nscd_drop_map_ref':
/software/gnu/glibc/glibc-2.7/nscd/nscd-client.h:320: undefined reference to
`__sync_fetch_and_add_4'
/software/gnu/glibc/build/libc_pic.os: In function `nscd_getgr_r':
/software/gnu/glibc/glibc-2.7/nscd/nscd_getgr_r.c:321: undefined reference to
`__sync_fetch_and_add_4'
/software/gnu/glibc/build/libc_pic.os: In function `__nscd_drop_map_ref':
/software/gnu/glibc/glibc-2.7/nscd/nscd-client.h:320: undefined reference to
`__sync_fetch_and_add_4'
/software/gnu/glibc/build/libc_pic.os:/software/gnu/glibc/glibc-2.7/nscd/nscd_gethst_r.c:400:
more undefined references to `__sync_fetch_and_add_4' follow
/software/gnu/glibc/build/libc_pic.os: In function `__nscd_get_map_ref':
/software/gnu/glibc/glibc-2.7/nscd/nscd_helper.c:404: undefined reference to
`__sync_val_compare_and_swap_4'
/software/gnu/glibc/build/libc_pic.os: In function `*__GI___libc_freeres':
/software/gnu/glibc/glibc-2.7/malloc/set-freeres.c:39: undefined reference to
`__sync_bool_compare_and_swap_4'
collect2: ld returned 1 exit status
make[1]: *** [/software/gnu/glibc/build/libc.so] Error 1
make[1]: Leaving directory `/software/gnu/glibc/glibc-2.7'
make: *** [all] Error 2

-- 
           Summary: Couldn't compile glibc 2.7 (gcc 4.4.2)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: red at rasc dot ru
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=5217

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


             reply	other threads:[~2007-10-24 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-24 14:09 red at rasc dot ru [this message]
2007-10-27 13:11 ` [Bug libc/5217] " Alexander dot Kahl at web dot de

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=20071024140848.5217.red@rasc.ru \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.com \
    /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).