Greetings,
I’m compiling SDL 1.2.5 under msys 1.0.8 using mingw 3.2.1 on an XP
box. I’ve installed the directx7 and opengl
headers along with nasm from the SDL site. It appears to compile fine
until this point:
Making all in hermes
make[2]: Entering directory /home/Jeff/SDL-1.2.5/src/hermes' /bin/sh ../../libtool --mode=compile sh ../../strip_fPIC.sh /bin/nasm -f win32 mmx_main.asm rm -f .libs/mmx_main.lo sh ../../strip_fPIC.sh /bin/nasm -f win32 mmx_main.asm -DPIC -o .libs/mmx_main.lo /bin/nasm -f win32 mmx_main.asm -o .libs/mmx_main.lo nasm: error: no input file specified type
nasm -h’ for help
make[2]: *** [mmx_main.lo] Error 1
make[2]: Leaving directory /home/Jeff/SDL-1.2.5/src/hermes' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/Jeff/SDL-1.2.5/src’
make: *** [all-recursive] Error 1
Evidently I’m missing someting here. No input file to nasm for some
reason?
Any suggestions would be appreciated. Thanks!
Best Regards,
Jeff Houck