[vsipl++] newb can't make it go

Jules Bergmann jules at codesourcery.com
Thu Apr 26 22:42:46 UTC 2007


David Gravereaux wrote:
> Am I doing this right?  Here's my first source, that is completely empty thus far:

> 
> Compiler is "Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for
> 80x86"  aka MSVC++ 6.0 IDE.  The errors I get are the following just trying to
> compile the empty source:

> Am I not setting the proper macros for compiling because I'm not using a GNU
> environment, or is a C++ conformance thingie?

David,

Unfortunately, it is a C++ conformance thing.  None of the Microsoft C++ 
compilers are ISO C++ conformant, even more recent ones than 6.0.

However, the Intel C++ compilers do meet the ISO standard, produce code 
that is ABI compliant with the Microsoft compilers, and even plug in to 
the Visual IDE.  We have tested Sourcery VSIPL++ with Intel C++ 9.1.

				-- Jules

-- 
Jules Bergmann
CodeSourcery
jules at codesourcery.com
(650) 331-3385 x705



More information about the vsipl++ mailing list