[Genabel-commits] r1900 - pkg/ProbABEL/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 22 17:14:34 CET 2014
Author: lckarssen
Date: 2014-12-22 17:14:33 +0100 (Mon, 22 Dec 2014)
New Revision: 1900
Modified:
pkg/ProbABEL/doc/INSTALL
Log:
In the ProbABEL doc/INSTALL file: in the instructions for compiling the Windows binaries move C{PP,XX,}FLAGS from the 'make' stage to the './configure' stage.
Modified: pkg/ProbABEL/doc/INSTALL
===================================================================
--- pkg/ProbABEL/doc/INSTALL 2014-12-21 22:46:48 UTC (rev 1899)
+++ pkg/ProbABEL/doc/INSTALL 2014-12-22 16:14:33 UTC (rev 1900)
@@ -137,7 +137,10 @@
easily):
./configure --host=i686-w64-mingw32 --build=i686-linux-gnu \
--prefix=/tmp/PA --sysconfdir=/tmp/PA/ \
- --datarootdir=/tmp/PA --docdir=/tmp/PA/doc
+ --datarootdir=/tmp/PA --docdir=/tmp/PA/doc \
+ CPPFLAGS="-DNDEBUG" \
+ CFLAGS="-O2 -static-libgcc -static-libstdc++" \
+ CXXFLAGS="-O2 -static-libgcc -static-libstdc++"
The --host option sets the type of the host the programs will be run
on, the --build option sets the type of machine you are building the
@@ -154,8 +157,7 @@
subdirectories like 'share/' and 'etc/'.
Now you can run
-make CFLAGS+="-O2 -static-libgcc -static-libstdc++ -D_NOT_R_FILEVECTOR" \
- CXXFLAGS+="-O2 -static-libgcc -static-libstdc++ -D_NOT_R_FILEVECTOR"
+make
make install
This creates the binaries pacoxph.exe, palinear.exe and
More information about the Genabel-commits
mailing list