Hi everyone,
I was wondering if there is an easy way to test if using the C++ intel
compiler (icpc). I've been trying to see the values of variables GXX, GCC,
CC and CXX when running the configure script, and they show
yes
yes
gcc
icpc -g -O2 -gxx-name=g++-mp-4.3
So at least these variables don'
This may do what you need:
http://autoconf-archive.cryp.to/ax_compiler_vendor.html
- Rhys
On Fri, Feb 20, 2009 at 4:43 PM, aaragon wrote:
>
> Hi everyone,
>
> I was wondering if there is an easy way to test if using the C++ intel
> compiler (icpc). I've been trying to see the values of variable
That's exactly what I needed. I tested it and it works just fine. Thanks a
lot.
aa
Rhys Ulerich-2 wrote:
>
> This may do what you need:
> http://autoconf-archive.cryp.to/ax_compiler_vendor.html
>
> - Rhys
>
> On Fri, Feb 20, 2009 at 4:43 PM, aaragon
> wrote:
>
>>
>> Hi everyone,
>>
>> I wa