--- trunk/scons/ess_options.py 2005/11/28 05:25:35 236 +++ trunk/scons/ess_options.py 2005/11/28 05:33:38 238 @@ -4,8 +4,8 @@ python_lib_path = '/raid2/tools/python-2.3.4/lib' boost_lib_path = '/raid2/tools/boost/lib' -python_lib = python2.3 -boost_lib = boost_python-intel-d-1_31 +python_lib = 'python2.3' +boost_lib = 'boost_python-intel-d-1_31' cc = 'icc' cxx = 'icc'