The C, C++, and Fortran GCC-4.5 compilers have been installed in /campusdata/BME235/bin.

To use these compilers you will need to compile your programs with the library linking variables set so that they search /campusdata/BME235/lib and /campusdata/BME235/lib64. One way of doing this is setting the environmental variables as follows (for bash users put this in your .profile)

LD_LIBRARY_PATH=/campusdata/BME235/lib:/campusdata/BME235/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH