@Spirantho
Quote:
Spirantho wrote:
@DJBase
That's it! I just renamed another .a.main file I think. :)
Ouch
The purpose of the .main file is to provide access from PPC programs to 68k libraries/devices.
Under OS4 programs expect libraries/devices to provide a "Main" interface, but 68k ones aren't providing such a thing. Purpose of this main interface is to contain pointer to functions provided by the library/device (I doubt you renamed another one and it worked execpt if this was one for a similar library/device that provided the exact same functions at the exact same offsets).
You can however generate one if you have the corresponding fd file.
For example Thomas Rapp described one way to do it on his web site :
How to create PPC stubs for M68K libraries