This is the mail archive of the libc-alpha@sources.redhat.com 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: bug-wfflush.out Error 1


On 31 Oct, Andreas Jaeger wrote:
> Kaoru Fukui <k_fukui@highway.ne.jp> writes:
> 
>> Hi!
>> Thanks your works.
>>
>> I got a make check problem in current glibc-2.3.1 on Gnu/Linux powerpc32
>> Please look this.
> 
> Please send the file bug-wfflush.out, it might indicate the exact
> problem.
> 
> How did you configure glibc?  Which compiler and binutils are you
> using?

Thanks your replay.
I will try to delete -O3 from gcc option.

here is 
[root@g4mpkfukui Wk-0]# ld -v
GNU ld version 2.13.90.0.10 20021010

Then I'm looking config.log.

  $ ../configure --prefix=/usr --enable-add-ons=yes --without-cvs --enable-kernel=2.4.0 --without-tls ppc-redhat-linux

## --------- ##
## Platform. ##
## --------- ##

hostname = g4mpkfukui
uname -m = ppc
uname -r = 2.4.20-pre9_B0bsmp
uname -s = Linux
uname -v = #1 SMP Wed Oct 16 16:15:11 JST 2002
<snip>
configure:2890: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.1/specs
Configured with: ../configure --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --disable-checking --enable-threads=posix --enable-__cxa_atexit --enable-altivec=no --prefix=/usr --with-system-zlib --host=powerpc-unknown-linux-gnu --enable-languages=c,c++,objc,f77,java
Thread model: posix
gcc version 3.2.1 20021027 (prerelease)

<snip>
configure:2902: checking for suffix of object files
configure:2920: gcc -c -O2 -fsigned-char  -DNDEBUG=1 -g -O3  conftest.c >&5
<snip>
configure:5178: checking for DWARF2 unwind info support
configure:5213: gcc -O2 -fsigned-char  -DNDEBUG=1 -g -O3 -DCHECK__register_frame_info
			    -nostdlib -nostartfiles
			    -o conftest conftest.c -lgcc >&5
configure: In function `abort':
configure:5195: warning: `noreturn' function does return
/tmp/cccoLHZo.o(.text+0x1c): In function `_start':
/usr/src/redhat/BUILD/glibc-2.3.1/build-ppc-linux/configure:5192: undefined reference to `__register_frame_info'
/tmp/cccoLHZo.o(.text+0x1c):/usr/src/redhat/BUILD/glibc-2.3.1/build-ppc-linux/configure:5192: relocation truncated to fit: R_PPC_REL24 __register_frame_info
/tmp/cccoLHZo.o(.text+0x28):/usr/src/redhat/BUILD/glibc-2.3.1/build-ppc-linux/configure:5193: undefined reference to `__deregister_frame_info'
/tmp/cccoLHZo.o(.text+0x28):/usr/src/redhat/BUILD/glibc-2.3.1/build-ppc-linux/configure:5193: relocation truncated to fit: R_PPC_REL24 __deregister_frame_info
collect2: ld returned 1 exit status
configure:5216: $? = 1


Kaoru


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