At Tue, 3 Feb 2004 7:46am +0300, Arkady V.Belousov wrote:

> Hi!
> 
> - what the difference between * and *386 (for example, WCC and WCC386)?

The 386 version builds 32-bit code.

> - how to compile .COM files? With command line
>         wlink form dos com file attrib.obj
>   wlink gives some errors about "segment relocation", then "stack segment
>   ignored", then page fault. Without "com" in command line, wlink generates
>   .exe file. With "sys com" instead "form dos com" wlink says "undefined
>   system name".

wcl /mt filename.c

> - when I run wlink without LIB environment variable, it can't find
>   libraries. Bug (ignored libpath in wlink.lnk/wlsystem.lnk)? (Of course,
>   WATCOM variable is defined).

It seems to need that... (M$ linker uses it too)

-uso.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to