Displaying 2 results from an estimated 2 matches for "make_install".
Did you mean:
cmake_install
2010 Jun 12
3
Speed/latency issues for development in a Wine environment
...d and test PLplot.
However, one issue that is of concern is the builds are extremely slow on
Wine compared to Linux.
Here are some comparisons for components of CMake builds done in an
initially empty build tree.
Wine I.
wine at raven> time wine cmake -G "MinGW Makefiles" \
"-DCMAKE_INSTALL_PREFIX=z:/home/wine/cmake/install1" \
z:/home/software/cmake/cmake-2.8.1_patched/ >& cmake.out
real 14m17.124s
user 0m16.233s
sys 0m6.320s
That real time is a factor of ~40 (!) longer than the sum of user and sys
time which implies wine is spending most of its time in a wait...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...CXXCPP
./configure --prefix=/soft/R/v1.5.1
--with-tcl-config=/soft/tcl/v8.3.4/lib/tclConfig.sh
--with-tk-config=/soft/tcl/v8.3.4/lib/tkConfig.sh >&! config.out
gmake >&! gmake.out
gmake check >&! gmake_check.out
gmake pdf >&! gmake_pdf.out
gmake install >&! gmake_install.out
gmake install-pdf >&! gmake_install_pdf.out
------------------------------------------------------
config.out:
checking for a BSD-compatible install... tools/install-sh -c
checking whether build environment is sane... yes
checking whether /soft/bin/gmake sets ${MAKE}... yes
checking fo...