[Genabel-commits] r920 - pkg/ProbABEL/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 12 00:13:28 CEST 2012
Author: lckarssen
Date: 2012-06-12 00:13:28 +0200 (Tue, 12 Jun 2012)
New Revision: 920
Modified:
pkg/ProbABEL/doc/INSTALL
Log:
Small update of ProbABEL documentation on how to cross-compile for windows. After testing on Windows it turned out some CFLAGS had to be set to make the binaries work.
Modified: pkg/ProbABEL/doc/INSTALL
===================================================================
--- pkg/ProbABEL/doc/INSTALL 2012-06-11 21:39:33 UTC (rev 919)
+++ pkg/ProbABEL/doc/INSTALL 2012-06-11 22:13:28 UTC (rev 920)
@@ -97,7 +97,7 @@
subdirectories like 'share/' and 'etc/'.
Now you can run
-make
+make CFLAGS+="-O3 -static-libgcc -static-libstdc++" CXXFLAGS+="-O3 -static-libgcc -static-libstdc++"
make install
This creates the binaries pacoxph.exe, palinear.exe and
More information about the Genabel-commits
mailing list