After installing the beta version of IBM XL Fortran 8.1 for Mac
OSX on my G4 iBook, the simple program x.f, consisting of the
three lines
f=.3
write(6,*) f
end
compiles but does not load. Doing, for example, f77 x.f gives output message
** _main === End of Compilation 1 ===
1501-510 Compilation successful for file x.f.
/usr/bin/ld: can't map file: /usr/lib ((os/kern) invalid argument)
Does anybody know the origin of this problem?
Strange, it works fine for me. Here is my commandline output:
dualG4 peter /Users/peter/md> cat x.f
f=0.3
write (6,*) f
end
dualG4 peter /Users/peter/md>
dualG4 peter /Users/peter/md>
dualG4 peter /Users/peter/md> xlf x.f
** _main === End of Compilation 1 ===
1501-510 Compilation successful for file x.f.
dualG4 peter /Users/peter/md>
dualG4 peter /Users/peter/md>
dualG4 peter /Users/peter/md> ./a.out
0.3000000119
dualG4 peter /Users/peter/md>
This is also the xlf beta, not the final release. It also works fine
for me with Absoft. Do you have that (or g77) installed? See if that
will work, if so your problem would appear not to originate in XLF.
Speaking of XLF, has anyone managed to get his hands on the final
release yet? I'm very eager to get it. If anyone has information on
where to get it or where we can place orders, please let all of us
know.
kind greets,
Peter
--
+++++++++++++++++++++++++++++++++++++++
The requirements said: Windows 2000 or better.
So I got a Macintosh.
Peter Klaver
private:
Noordeinde 28
2311 CE Leiden
071-5137357
at work:
Delft University of Technology
e-mail email@hidden
room 222, 015-2789518
Rotterdamse Weg 137
2628 AL Delft
the Netherlands
_______________________________________________
scitech mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/scitech
Do not post admin requests to the list. They will be ignored.