我下了SDL-devel-1.2.5-1.i386.rpm安完后configure过去了,但 make不行。
我的是zsnes-1.36,打开后进src目录编译,显示
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/sfxproc.o chips/sfxproc.asm
make: w-orphan-labels: Command not found
make: [chips/sfxproc.o] Error 127 (ignored)
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/fxemu2.o chips/fxemu2.asm
make: w-orphan-labels: Command not found
make: [chips/fxemu2.o] Error 127 (ignored)
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/dsp1proc.o chips/dsp1proc.asm
make: w-orphan-labels: Command not found
make: [chips/dsp1proc.o] Error 127 (ignored)
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/fxemu2b.o chips/fxemu2b.asm
make: w-orphan-labels: Command not found
make: [chips/fxemu2b.o] Error 127 (ignored)
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/fxemu2c.o chips/fxemu2c.asm
make: w-orphan-labels: Command not found
make: [chips/fxemu2c.o] Error 127 (ignored)
w-orphan-labels -D__LINUX__ -f elf -DELF -DNO_PNG -o chips/fxtable.o chips/fxtable.asm
make: w-orphan-labels: Command not found
................................
....中间略
gcc: video/2xsaiw.o: 没有那个文件或目录
gcc: video/procvid.o: 没有那个文件或目录
gcc: video/sw_draw.o: 没有那个文件或目录
gcc: cfgload.o: 没有那个文件或目录
gcc: endmem.o: 没有那个文件或目录
gcc: init.o: 没有那个文件或目录
gcc: ui.o: 没有那个文件或目录
gcc: vcache.o: 没有那个文件或目录
make: *** [zsnes] Error 1
是不是asm编译不了呀 |