User Tools

Site Tools


archive:computer_resources:gcc-4.5

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
You could leave a comment if you were logged in.
archive/computer_resources/gcc-4.5.txt · Last modified: 2015/09/02 16:39 by ceisenhart