Re: [X10-users] Compiling with x10c++

2010-05-26 Thread Igor Peshansky
Igor Peshansky/Watson/i...@ibmus wrote on 05/26/2010 05:56:03 PM: > Jim LaGrone wrote on 05/26/2010 04:37:32 PM: > > > > Re: [X10-users] Compiling with x10c++ > > > From: David P Grove - 2010-05-26 20:23 > > > I see things like this from time-to-time when compiling with g++ 4.4. > > > Usually

Re: [X10-users] Compiling with x10c++

2010-05-26 Thread Igor Peshansky
Jim LaGrone wrote on 05/26/2010 04:37:32 PM: > > Re: [X10-users] Compiling with x10c++ > > From: David P Grove - 2010-05-26 20:23 > > I see things like this from time-to-time when compiling with g++ 4.4. > > Usually the problem is that someone failed to include or similar > > "standard" header

[X10-users] Compiling with x10c++

2010-05-26 Thread Jim LaGrone
I used to get an email when someone responded to my queries, but this apparently is no longer the case. Dave, Can you suggest how I can compile my code? Jim > Re: [X10-users] Compiling with x10c++ > From: David P Grove - 2010-05-26 20:23 > I see things like this from time-to-time when compil

Re: [X10-users] Compiling with x10c++

2010-05-26 Thread David P Grove
I see things like this from time-to-time when compiling with g++ 4.4. Usually the problem is that someone failed to include or similar "standard" header file. g++ 4.3 and earlier tended to auto-import some of these for you (or ignore that they weren't included). Wild guess, but maybe it helps.

[X10-users] Compiling with x10c++

2010-05-26 Thread Jim LaGrone
I get the following when compiling with CentOS on Intel. Any suggestions? x10c++ -commandlineonly -d ../bin -OPTIMIZE=true -INLINE_OPTIMIZATIONS=true -MAIN_CLASS=RUN_knowledgeFormation Complex.x10 LetterAngle.x10 LSB.x10 MyClock.x10 FFT.x10 Bitmap.x10 State.x10 GenScalData.x10 RUN_knowledgeFor