[comp.sys.amiga.tech] Problems compiling MSH with manx v5.0a,b

gcglan@sdrc.UUCP (Frank Glandorf) (08/08/90)

I've been trying to compile the MSH device driver with Manx versions
v5.0a and v5.0b. I changed the compiler options to comply with v5.0
in the makefile. The assembler chokes on line 78 in hansec.c which
reads:     
	swap d0

What is it supposed to say?
Also the macro MODE_READWRITE is redefined in han.h. It's defined in
.../include/libraries/dos.h.

Version 5.0b also claims "msfl" is undefined in line 419 of pack.c.
It's a bug. Version 5.0a works ok.
-Frank