Re: [hatari-devel] OS X devel compiled binary |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
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.
--disable-osx-bundle should still work for pre 10.5 PowerPC build. It was still working for 1.7.0 build. I wanted to try with new cpu core.
Envoyé de mon iPhone
> Le 12 nov. 2015 à 08:06, Thomas Huth <th.huth@xxxxxx> a écrit :
>
>> On 11/11/15 11:42, Jerome Vernet wrote:
>> Hi,
>>
>> I tried to buil a powerpc build of Hatari 1.9 on my newly acquired Mac
>> Mini G4 (10.4.11) today. OSX Gui OSX stuff will not work below 10.5.
>> Need to use SDL 1.2.14, as 1.2.15 need 10.5 minimum.
>>
>> So I tried ./configure --disable-osx-bundle
>> And make gave me this error:
>> Undefined symbols for architecture x86_64:
>> "_main", referenced from:
>> implicit entry/start for main executable
>> (maybe you meant: _SDL_main)
>> ld: symbol(s) not found for architecture x86_64
>
> Why is it complaining about x86_64 when you're compiling a powerpc
> build? Could it be that you're trying to compile an universal binary but
> your SDL framework / library is not ready for universal builds?
>
> Thomas
>
>
>
>