diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-24 22:35:50 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-24 22:35:50 +0000 |
commit | 5d661b49dab6e0e3620efbd4e45a2ed53d04232c (patch) | |
tree | 9fd881a62c8211c5917834bb404047d4dc56fd08 /BUILDING | |
parent | ed704ce2e0ec5ebb64a07c68f977a830a8e7d161 (diff) |
build on cygwin
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@23 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'BUILDING')
-rw-r--r-- | BUILDING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ Instructions for building version idiosyncracies (generally, I assume you have a relatively new of g++). + If you're building on cygwin, their libtool is buggy; this make command + works for now: + + make LIBS+="-loolm -ldstruct -lmisc -lz" + 5) Test ./tests/run-system-tests.pl |