1$Id: INSTALL,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $ 2 3Platform Specific Notes 4 5FreeBSD 6 7 If you use a cc or c++ other than the system one, threads may not be 8 detected properly. To work around this set the following environment 9 variables: 10 11 setenv CC /usr/bin/cc 12 setenv CXX /usr/bin/c++ 13 14