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 | 1c910fb89ee11f47c3ab22e3e6c66546accabc86 (patch) | |
tree | 33268af723c62c642cd287f644d67e108f5dd6fc /BUILDING | |
parent | 4cea650dce26e983c310aee5e50ce0987b1c26fc (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 |