Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread troy d. straszheim
Sean Chittenden wrote: I had no idea LIB_SUFFIX was standard. Can you point me to some examples? Of course we'll prefer the most standard thing when it exists. For that matter, it would be great if cmake supported configure-style '--prefix' and friends. Anything KDE-4 based supports this. kd

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 22:43:16 +0100 2009: > Sean Chittenden wrote: > > Take: > > http://www.gnu.org/software/hello/manual/autoconf/Makefile-Substitutions.html#Makefile-Substitutions > > > > > > > > Your: > > http://www.gnu.org/software/hello/manual/autoconf/I

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Sean Chittenden
I had no idea LIB_SUFFIX was standard. Can you point me to some examples? Of course we'll prefer the most standard thing when it exists. For that matter, it would be great if cmake supported configure-style '--prefix' and friends. Anything KDE-4 based supports this. kdelibs installs a set of

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 22:35:13 +0100 2009: > Ingmar Vanhassel wrote: > > Excerpts from troy d. straszheim's message of Mon Oct 26 21:37:58 +0100 > > 2009: > >> Ingmar Vanhassel wrote: > >>> --- > >>> tools/build/CMake/BoostCore.cmake |2 +- > >>> 1 files cha

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread troy d. straszheim
Sean Chittenden wrote: Take: http://www.gnu.org/software/hello/manual/autoconf/Makefile-Substitutions.html#Makefile-Substitutions Your: http://www.gnu.org/software/hello/manual/autoconf/Installation-Directory-Variables.html#Installation-Directory-Variables Pick: http://www.gnu.org/softwar

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Sean Chittenden
Take: http://www.gnu.org/software/hello/manual/autoconf/Makefile-Substitutions.html#Makefile-Substitutions Your: http://www.gnu.org/software/hello/manual/autoconf/Installation-Directory-Variables.html#Installation-Directory-Variables Pick: http://www.gnu.org/software/hello/manual/autoconf/Preset

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread troy d. straszheim
Ingmar Vanhassel wrote: Excerpts from troy d. straszheim's message of Mon Oct 26 21:37:58 +0100 2009: Ingmar Vanhassel wrote: --- tools/build/CMake/BoostCore.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Try the following patch. Use 'cmake -DLIB_SUFFIX=64 .' if you want l

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread Ingmar Vanhassel
Excerpts from troy d. straszheim's message of Mon Oct 26 21:37:58 +0100 2009: > Ingmar Vanhassel wrote: > > --- > > tools/build/CMake/BoostCore.cmake |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > Try the following patch. > > > > Use 'cmake -DLIB_SUFFIX=64 .' if you want

Re: [Boost-cmake] [PATCH] Use LIB_SUFFIX, allows installing 64bit libs into /usr/lib64.

2009-10-26 Thread troy d. straszheim
Ingmar Vanhassel wrote: --- tools/build/CMake/BoostCore.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Try the following patch. Use 'cmake -DLIB_SUFFIX=64 .' if you want libraries to be installed to /usr/lib64. Thanks for this. 1.41.0 is patched to support changing that