Has anybody been successful using ifc/ifort + Cygwin?
I got this message all the time whenever I tried ifort or ifc, e.g.,
/opt/intel_fc_80/bin/ifortbin: 1: Syntax error: "(" unexpected
Sounds simple except my code was even simpler,
program test1
write(6,*)" "
end
The exactly same message shows up even if I use Lahey compiler. Made me
wonder I must have done something funny somewhere.
Any hint? Thanks!
yong
Received on Wed Apr 05 2006 - 23:50:02 PDT