This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Arguments to execve


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

Attachment: pgp8rOenqBgAq.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]