Re: [gentoo-user] sys-libs/glibc-2.3.4 b0rkage with segmentation fault

2005-03-27 Thread Christian Bartels
Am Freitag, 25. März 2005 12:01 schrieb Stroller: A bit of searching suggested that dev-perl/Locale-gettext might be responsible for stuff associated with `env LD_LIBRARY_PATH=${D}/$(get_libdir), so I just remerged that am trying again glibc. Any other suggestions whilst I waitr to see if  

RE: [gentoo-user] sys-libs/glibc-2.3.4 b0rkage with segmentation fault

2005-03-24 Thread Dave Nebinger
CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer CXXFLAGS=-O2 -mcpu=i686 -pipe You really should try to match your CFLAGS and CXXFLAGS. It's safer that way. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] sys-libs/glibc-2.3.4 b0rkage with segmentation fault

2005-03-24 Thread Stroller
On Mar 24, 2005, at 2:01 pm, Dave Nebinger wrote: CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer CXXFLAGS=-O2 -mcpu=i686 -pipe You really should try to match your CFLAGS and CXXFLAGS. It's safer that way. Ooops thanks for pointing that out. $ grep FLAGS /etc/make.conf