|
Boost Interest : |
Subject: Re: [Boost-cmake] Build failures on Mac OS X 10.5
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-02-26 10:56:50
Hey,
E. Wing wrote:
>
> /Developer/usr/bin/libtool: unknown option character `W' in:
-Wl,-u,_munmap
I'll look in to this one. Workarounds: if you don't need the static
libs you can just turn BUILD_STATIC off. Alternately, if you don't need
boost::mpi, you can turn BUILD_MPI off.
> CMake Error at libs/preprocessor/cmake_install.cmake:31 (FILE):
> file INSTALL cannot find file
> "/Users/ewing/Downloads/boost_1_38_0/libs/preprocessor/include/boost" to
> install.
> Call Stack (most recent call first):
> libs/cmake_install.cmake:32 (INCLUDE)
> cmake_install.cmake:37 (INCLUDE)
This one is a gotcha. You have to 'make modularize' before you 'make
install'.
-t