I'm updating my build scripts to support 64-bit packages.
Should (T)Qt3 install the lib files to $PREFIX/lib or $PREFIX/lib64?
Thanks.
Darrell
I'm updating my build scripts to support 64-bit packages.
Should (T)Qt3 install the lib files to $PREFIX/lib or $PREFIX/lib64?
Thanks.
More specifically, I'm stumbling over my feet trying to get TQt3 to build and install the lib files to $PREFIX/lib64. They keep getting installed to $PREFIX/lib and then tqtinterface won't build.
Darrell
On 04/19/2012 06:12 PM, Darrell Anderson wrote:
I'm updating my build scripts to support 64-bit packages.
Should (T)Qt3 install the lib files to $PREFIX/lib or $PREFIX/lib64?
Thanks.
More specifically, I'm stumbling over my feet trying to get TQt3 to build and install the lib files to $PREFIX/lib64. They keep getting installed to $PREFIX/lib and then tqtinterface won't build.
Darrell
That is distro specific! SuSE puts 64 bit libs in /usr/lib64 on 64 bit boxes while Archlinux just uses /usr/lib. (have not a clue why...)
More specifically, I'm stumbling over my feet trying to
get TQt3 to build and install the lib files to $PREFIX/lib64. They keep getting installed to $PREFIX/lib and then tqtinterface won't build.
That is distro specific! SuSE puts 64 bit libs in /usr/lib64 on 64 bit boxes while Archlinux just uses /usr/lib. (have not a clue why...)
Oh, never mind. Sometimes the obvious is too easy: ./configure --help.
Sometimes I sit and think. Sometimes I just sit.
Darrell