1:BUILD_BY[name] student0 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] glib 2.0, g++ Should come with the build-essential package 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Attempt to generate sample traces failed with the following error: ../pin/pin -inline 0 -t rectrace.so -- ./simple ./simple : No such file or directory make: *** [all-test] Error 255 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 64 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] sudo ln -s /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/glibconfig.h Making dc using the Makefile gave the following error: In file included from ./include/_dc.h:22:0, from ./src/LScheduler.c:20: ./include/dc.h:19:16: fatal error: rm.h: No such file or directory compilation terminated. In file included from ./src/dc.c:21:0: ./include/dc.h:19:16: fatal error: rm.h: No such file or directory compilation terminated. make: *** [liblcp] Error 1 Making gentrace using the Makefile gave the following errors: /usr/bin/ld: cannot find -lglib-2.0 collect2: ld returned 1 exit status make: *** [rectrace.so] Error 1 Making protrace was successful. 2:END_NOTES