| Thread Tools | Search this thread |
|---|
whmoweryjr@yahoo.com
| July 3, 2009 6:48 PM PDT Older Compilers on the command line can't find... | ||||
Hi folks; Trying to build a simple console app from the command line {using version Intel C++ compiler 10.0.025} since i only have visual C++ Express 2008. I need to make some changes in some bat or config or whatever files to get this whole thing working. Please tell me what to do to what file... There used to be a good writeup on this somewhere, but i can't find it {after many hours searching} Here is the error i get: C:\Users\WHMoweryJr\Documents\DeepLearninToga 1.9\DeepLearninToga 1.9.10\src\uti l.h(9): catastrophic error: could not open source file "cstdio" #include <cstdio> ^ here is the iclvars.bat file: @echo off echo. REM @call "<Microsoft VC++ Bin Dir>\Bin\Vcvars32.bat" echo. SET ICPP_COMPILER10=C:\Program Files (x86)\Intel\Compiler\C++\10.0.025\ SET INTEL_SHARED=C:\Program Files (x86)\Common Files\Intel\Shared Files SET INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses SET PATH=%ICPP_COMPILER10%\Ia32\Bin;%INTEL_SHARED%\Ia32\Bin;%PATH% SET LIB=%ICPP_COMPILER10%\Ia32\Lib;%LIB% SET INCLUDE=%ICPP_COMPILER10%\Ia32\Include;%INCLUDE%
| |||||
|
|||||||||||||
|
|||||||||||||
| 8283 users have contributed to 31229 threads and 99098 posts to date. |
|---|
| In the past 24 hours, we have 25 new thread(s) 85 new posts(s), and 120 new user(s). In the past 3 days, the most popular thread for everyone has been comparison cilk++, openmp, pthreads first results The most posts were made to comparison cilk++, openmp, pthreads first results The post with the most views is It certainly appears that al Please welcome our newest member shoguntom |