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
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
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
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
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
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
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
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
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