Hi,
On a 10.4.10 Mac Intel box, I just installed Absoft 9.2 & XCode 2.2.1, applied the instructions about getting 9.2 to work on an Intel machine from here:
http://www.absoft.com/Support/FAQ/macosx92faqupdated.html#anchor0084 and installed the FX2 quickfix from here:
http://www.absoft.com/download/osxdownloads92.html. I rebooted after setting up the environment variables.
Unfortunately, something is still out of whack because I get errors just trying to build the examples in /Applications/Absoft/Examples.
For example, building the MRWE example gives me this:
f95 -o "./build/AddMenu.o" -c -nowdir -SysModFiles -YEXT_NAMES=ASIS -YBOZTYPE=INT "./AddMenu.f"
AddMenu.f:33:no such 386 instruction: `mflr'
AddMenu.f:34:no such 386 instruction: `stw'
AddMenu.f:35:no such 386 instruction: `stw'
AddMenu.f:36:no such 386 instruction: `stw'
AddMenu.f:37:no such 386 instruction: `stw'
AddMenu.f:38:no such 386 instruction: `stw'
AddMenu.f:39:no such 386 instruction: `stw'
AddMenu.f:40:no such 386 instruction: `stw'
AddMenu.f:41:no such 386 instruction: `stw'
AddMenu.f:42:no such 386 instruction: `stw'
AddMenu.f:43:no such 386 instruction: `stw'
AddMenu.f:44:no such 386 instruction: `stw'
AddMenu.f:45:no such 386 instruction: `stwu'
AddMenu.f:46:no such 386 instruction: `mflr'
etc...
The other examples fail to build in a similar way.
Any ideas?
Thanks,
- jm