Arguments to execve

Thomas Schwinge thomas@codesourcery.com
Thu Oct 10 05:52:00 GMT 2013


Hi!

A bit late to the game, but:

On Thu, 13 Jun 2013 15:16:30 -0700, Peter LaDow <petela@gocougs.wsu.edu> wrote:
> tried a full re-build of glibc, but I get build errors in the elf/
> subdir (see below).

> make[3]: Leaving directory `/home/user/k/glibc/elf'
> gcc   -nostdlib -nostartfiles -shared -o
> /home/petelado/k/glibc-build/elf/ld.so.new             \
>                   -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both
> -Wl,-z,defs       \
>                   /home/petelado/k/glibc-build/elf/librtld.os
> -Wl,--version-script=/home/petelado/k/glibc-build/ld.map          \
>                   -Wl,-soname=ld-linux.so.2                     \
>                   -Wl,-defsym=_begin=0
> readelf -s /home/user/k/glibc-build/elf/ld.so.new \
>           | gawk '($7 ~ /^UND(|EF)$/ && $1 != "0:" && $4 !=
> "REGISTER") { print; p=1 } END { exit p != 0 }'
>      1: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memset
>      2: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
>    578: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memset
>    586: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND __GI_memmove
> make[2]: *** [/home/user/k/glibc-build/elf/ld.so] Error 1

How did you configure glibc for this to happen?


Grüße,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-help/attachments/20131010/608e3f78/attachment.sig>


More information about the Libc-help mailing list