Hello,
I build hotspot under Cygwin+VS2008, the following are the environment variables I set: _________________________________________________________ set PATH=C:\Progra~1\MSVC9\VC\bin;c:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem set ANT_Home=C:/Progra~1/apache-ant-1.7.1 set ALT_BOOTDIR=C:/Progra~1/Java/jdk1.6.0 set ALT_BINARY_PLUGS_PATH=C:/Progra~1/JDK7/Plug/openjdk-binary-plugs set ALT_JDK_IMPORT_PATH=E:/OpenJDK/openjdk/build/windows-i586/j2sdk-image set ALT_DXSDK_PATH=C:/Progra~1/DXSDK set VC=C:/Progra~1/MSVC9 set ALT_COMPILER_PATH=%VC%/VC/bin set ALT_MSDEVTOOLS_PATH=C:/PROGRA~1/MI2578~1/Windows/v6.0A/bin set ALT_MSVCR90_DLL_PATH=%VC%/VC/redist/x86/Microsoft.VC90.CRT set ALT_MSVCRNN_DLL_PATH=%VC%/VC/redist/x86/Microsoft.VC90.CRT set ALT_FREETYPE_LIB_PATH=C:/Progra~1/Freetype/lib set ALT_FREETYPE_HEADERS_PATH=C:/Progra~1/Freetype/include rem I set CC_INTERP=true to use C++-interpreter, is it right? set CC_INTERP=true call C:\Progra~1\MSVC9\Common7\Tools\vsvars32.bat bash ________________________________________________________ then, I use "make" command to build hotspot. In order to build the C++-interpreter, not template-interpreter, I set CC_INTERP=true. But it didn't work. Is there anything wrong? Or how can I do? Thanks a lot. Best wishes Lianshun Liu