1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] Maybe Python as it contains .py files 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] No documentation provided on how to run code. when I go into the /exec folder and in the 168.wupwise folder, then >>./wupwise ./wupwise: error while loading shared libraries: liblineage.so.1: cannot open shared object file: No such file or directory when I do >>sh ./wupwise in the same directory , then ./wupwise: 1: ./wupwise: Syntax error: ")" unexpected liblineage.so is located in the lib directory. python files in the same directory give assertion errors. Not sure how to run it. 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 12.04 64-bit 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] The Makefile in gcc-build does not work. To regenerate that Makefile, we need Makefile.tpl. But that file is missing. The python sampling programs in exe/168.wupwise need to be modified in the following way to work: replace "./wupwise" by "LD_LIBRARY_PATH=../../lib/ ./wupwise" 2:END_NOTES