macOS High Sierra linking error

Hi guys,
I've trying to compile the latest version of Supermodel, and I'm getting this output. Any help? I suspect there's an issue with the Makefile, maybe?
I've trying to compile the latest version of Supermodel, and I'm getting this output. Any help? I suspect there's an issue with the Makefile, maybe?
- Code: Select all
--------------------------------------------------------------------------------
Linking Supermodel : bin/supermodel
--------------------------------------------------------------------------------
ld: warning: option -s is obsolete and being ignored
Undefined symbols for architecture x86_64:
"_fopen64", referenced from:
_fopen64_file_func in ioapi.o
(maybe you meant: _fill_fopen64_filefunc)
"_fseeko64", referenced from:
_fseek64_file_func in ioapi.o
"_ftello64", referenced from:
_ftell64_file_func in ioapi.o
"_main", referenced from:
implicit entry/start for main executable
(maybe you meant: _SDL_main)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bin/supermodel] Error 1