Le Tue, 13 Jan 2009 20:59:37 -0600, mike3 a écrit : > Any way to get the compiler to recognize that directory? I don't know Sun's compiler, but you should be able do it using CXXFLAGS at configure time. With GCC it would be : CXXFLAGS="-I/opt/local/include" ./configure