Hello,

I am getting the following error (warning?) for every Fortran program
I compile with Fink g95 (0.90-1) on 10.4.7 x86:

% cat test.f
      program hello
      print *,'Hello World'
      end

% g95 test.f 
/var/tmp//ccGrwDXl.s:59:indirect jmp without `*'
/var/tmp//ccGrwDXl.s:78:indirect jmp without `*'
/var/tmp//ccGrwDXl.s:97:indirect jmp without `*'
/var/tmp//ccGrwDXl.s:112:indirect jmp without `*'

>From what I've read it's a problem with Apple's assembler that comes with
XCode 2.4:
http://groups-beta.google.com/group/gg95/browse_thread/thread/7f222acfc2ec3c04

Is there an easy fix? Maybe one could use odcctools as instead of
Apple version?

Sébastien









-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to