No subject


Tue Nov 2 11:10:42 EDT 2010


############
# Build cmake for Windows under wine.

# Establish PATH to MinGW/MSYS.
. set_mingw_msys_path.wine_sh

# Use downloaded binary version of cmake to build cmake.
PATH=/z/home/wine/newstart/cmake-$CMAKE_VERSION-win32-x86/bin:$PATH

mkdir -p cmake/build_dir cmake/install
rm -rf /home/wine/newstart/cmake/build_dir/* \
/home/wine/newstart/cmake/install
cd cmake/build_dir

env \
CXXFLAGS='-O3' \
cmake -G "MSYS Makefiles"
"-DCMAKE_INSTALL_PREFIX=/z/home/wine/newstart/cmake/install"
/z/home/software/cmake/cmake-$CMAKE_VERSION >& cmake.out

make -j4 install >& make_install.out
############

That generated the error described above while going through the
whole procedure again with -j4 option removed succeeded without any
issues.

Other data: 64-bit (amd64) box with two cpu's.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________


More information about the cmake-developers mailing list