[SDL] nasm compilaton question

Sam Lantinga slouken at devolution.com
Mon Jan 20 20:50:02 PST 2003


> 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?

Did you ever figure this out?  That's really wierd since you see the 
command line for nasm: /bin/nasm -f win32 mmx_main.asm -o .libs/mmx_main.lo

See ya,
	-Sam Lantinga, Software Engineer, Blizzard Entertainment




More information about the SDL mailing list