Re: [hatari-devel] OS X devel compiled binary |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On 12/11/15 12:14, Jérôme Vernet wrote:
> It's the error copied while trying to build on my my Intel Mac. Got the same error but without x86 on the G4.
> --disable-osx-bundle is just broken. It miss the standard main() that is in GUI OS X sources but are not included with this option.
Ok, then the main() in src/main.c should be used instead. Since that is
not working, I guess your linker does not take the SDLmain library into
account. Could you please paste the output from the linking step so we
can check what gets linked in?
Thomas