Re: Building with icc

2007-07-06 Thread Andy Lester
Here's how I got it going. It's the -no-cxxlib that was crucial. Note that we don't use GCC anywhere in here. ICC='/opt/intel/cce/10.0.023' CC="$ICC/bin/icc -no-cxxlib" # Turn off certain warnings CCFLAGS="$CCFLAGS -wd810" # conversion from "x" to "y" may lose significant bits CCFLAGS="

Re: Building with icc

2007-07-06 Thread Paul Cochrane
On 30/06/07, Andy Lester <[EMAIL PROTECTED]> wrote: > > perl Configure.pl --cc=icc --link=icc --ld=icc > --ccflags=-I/opt/intel/compiler91/include/ Even with this, I get complaints that: icc: error #10001: could not find directory in which the set of libstdc++ include files resides I've app

Re: Building with icc

2007-06-30 Thread Andy Lester
perl Configure.pl --cc=icc --link=icc --ld=icc --ccflags=-I/opt/intel/compiler91/include/ Even with this, I get complaints that: icc: error #10001: could not find directory in which the set of libstdc++ include files resides I've apparently got a libstdc++-devel package installed at /usr

Re: Building with icc

2007-06-30 Thread Paul Cochrane
On 07/06/07, Paul Cochrane <[EMAIL PROTECTED]> wrote: > perl Configure.pl --cc=icc --link=icc --ld=icc I tried this, but got the following output from Configure.pl: [EMAIL PROTECTED] parrot_svn2 $ perl Configure.pl --cc=icc --link=icc --ld=icc Parrot Version 0.4.12 Configure 2.0 Copyright (C) 2

Re: Building with icc

2007-06-07 Thread Paul Cochrane
perl Configure.pl --cc=icc --link=icc --ld=icc I tried this, but got the following output from Configure.pl: [EMAIL PROTECTED] parrot_svn2 $ perl Configure.pl --cc=icc --link=icc --ld=icc Parrot Version 0.4.12 Configure 2.0 Copyright (C) 2001-2007, The Perl Foundation. Hello, I'm Configure. My

Re: Building with icc

2007-06-07 Thread Andy Lester
On Jun 7, 2007, at 7:34 AM, Steve Peters wrote: perl Configure.pl --cc=icc --link=icc --ld=icc I get test many warnings when I run this, and then when I try to run make I get [EMAIL PROTECTED]/parrot]$ make Compiling with: xx.c icc -I./include -D_REENTRANT -D_GNU_SOURCE -pipe -Wdeclarati

Re: Building with icc

2007-06-07 Thread Steve Peters
On Thu, Jun 07, 2007 at 12:19:57AM -0500, Andy Lester wrote: > Anyone out there using the Intel compiler? > > How are you running Configure.pl? > > perl Configure.pl --cc=icc --link=icc --ld=icc Steve Peters [EMAIL PROTECTED]

Building with icc

2007-06-06 Thread Andy Lester
Anyone out there using the Intel compiler? How are you running Configure.pl? Thanks, xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance