[PATCH] autodetecting lib suffix
Dirk Mueller
mueller at kde.org
Thu Jan 19 11:28:13 GMT 2006
On Wednesday 18 January 2006 15:38, Andras Mantia wrote:
> Yes, I actually tested -m32 to simulate a 32bit build. Shouldn't gcc/ld
> -m32 pick up the /lib/libc.so instead of the one from /lib64 (and in
> this case the KDE libs should go to $KDEDIRS/lib)? At least my
> intention was to do this way.
Ah! so $CC contains $CPPFLAGS for you as well? so you tried
CC="gcc -m32" ./configure?
I was thinking about the case
CPPFLAGS="-m32" CC="gcc" ./configure
instead.
If both cases work fine then I'm happy with your patch.
--
Dirk//\
More information about the kde-core-devel
mailing list