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: 2.2.92 on i386-pc-linux-gnu (2.2.93 ldconfig too)


Sounds like this is the problem.
I built with 

CFLAGS="-mcpu=i386 -O2" ../glibc-2.2.93/configure 
	--prefix=/usr 
	--enable-add-ons 
	--host=i386-pc-linux-gnu 
	--enable-kernel=2.0.36


This is probably all wrong too. I should try with -march=i486
or -march=i386 which are the gcc-3.2 flags. According to some
docs the -mcpu=i386 doesn't even do anything. 


Troy



> 
> "Troy" <tjk@tksoft.com> writes:
> 
> > Looking at it with strace/ltrace, it looks like ldconfig
> > is not finding anything.
> Same here on i386. On i586, i686, athlon and ppc everything
> is ok. On each arch I'm using -march=xyz. Probably gcc 3.2
> miscompiles things with -march=i386.
> 
> > Troy
> 
> -- 
> Arkadiusz Mi¶kiewicz    CS at FoE, Wroclaw University of Technology
> arekm@sse.pl   AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PLD/Linux
> 


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