Re: [hatari-devel] OS X devel compiled binary |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
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