Sebastien Maret wrote: > Jeff Whitaker <[EMAIL PROTECTED]> writes: > > >> Sebastien Maret wrote: >> >>> 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 >>> >>> >>> >> Sébastien >> >> >> fink g95 does use odcctools. There is a new version of odcctools >> though, so you might try updating odcctools and then rebuilding g95. >> > > I have tried to recompile g95 with odcctools 622.3-20060925, but it didn't > fixed the problem. > > 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 >
Sébastien: Is it really using the odcctools assembler? You can check this with g95 -print-prog-name=as Mine is using odcctools as and ld, but oddly the apple-supplied nm. Don't think that you would be the source of your trouble though. I'll try upgrading my xcode to 2.4.1 on my intel imac at home tonight and see if I can reproduce the problem. -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : [EMAIL PROTECTED] 325 Broadway Office : Skaggs Research Cntr 1D-124 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg ------------------------------------------------------------------------- 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