aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 88550c14ff5e1d688f30efe6962d5c9392bd6627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id: INSTALL,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $

Platform Specific Notes

FreeBSD

  If you use a cc or c++ other than the system one, threads may not be
  detected properly.  To work around this set the following environment 
  variables:

    setenv CC /usr/bin/cc
    setenv CXX /usr/bin/c++