>>>>> "J" == Joshua Bahnsen <[EMAIL PROTECTED]> writes:

    J> I just realized that MMX_choose_table was never defined when I
    J> compiled with DJGPP. Now this is what I get:

> nasm -f coff -i i386/ i386/choose_table.nas -o i386/choose_table.o

sorry, I don't have windows environment, but I hope GOGO's makefile.wc
will help you.

according to it,

!ifeq TGT_ENV win32
        :
TGT_NASM=-f win32
        :
!else ifeq TGT_ENV os2
        :
TGT_NASM=-f obj -D__os2__
        :
!else ifeq TGT_ENV dos
        :
TGT_NASM=-f obj

so I think you should use -f win32 instead of coff. pls try it
--- 
Takehiro TOMINAGA // may the source be with you!
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to