how to compile pcomm in sysv

Berny Goodheart berny at tndsyd.oz
Thu Oct 25 15:10:40 AEST 1990


In article <1990Oct22.092129.1 at acad3.fai.alaska.edu>, fsdal1 at acad3.fai.alaska.edu writes:
> Has anyone ported Pcomm or their other favorite communications program to
> uPort sysV/286 ? I am trying to but my compiler hangs on two of the X-modem
> procedures and I have to do a hard reboot (most unhappy!) I tried throwing 
> in a -Ml to use the large lib but to no avail.
> 

The 286 is only capable of compressing to 12 BITS. Most
32 bit machines compress files to 16 bits. If the files you are trying
to de-compress where originally compressed on a 32 bit machine, then the
chances are you will not be able to decompress them on the 286
unless they where compressed on the 32 bit machine with a switch "-b12".
unpack uses a different algorithm and requires files to be compressed
using the UNIX pack(1) file. These files use the ".z" file name extention
and not the ".Z" as used by the PD compress utility. pack(1) files are not
compatible with compressed files.

Regards...berny



More information about the Comp.unix.sysv286 mailing list