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
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
# If you set a CFLAGS above, then this line will set your default C++ flags to
#CXXFLAGS="${CFLAGS}"


I had always believed that the last line above was not simply "commented out" but was also a comment to indicate that CXXFLAGS would default to CFLAGS, or you could set it here. Looks like I was mistaken.

In any case, setting CXXFLAGS correctly has made no difference.     :(

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 that worked would be very gratefully received, however.

Stroller.

--
[email protected] mailing list



Reply via email to