Closed
Description
When attempting to compile BLIIP through TEES, and later directly, I got the following problems:
-- first, I get a "invalid value '6' in '-O6'" when best-parses is compiled ('make -C second-stage/programs/features best-parses'). It seems that the OSX clang compiler (version 4.2 on my 10.7.5 box) doesn't accept optimization levels that high. Setting it to 3 appears to fix this problem. Note: the compilation of parseIt ('make -C first-stage/PARSE parseIt') uses -O3 instead of -O6; not sure why
-- second, once the optimization flag is changed, I get the following compilation errors: http://pastebin.com/5CiGgs5Q
Any help would be appreciated.
Thanks,
Aurélien