Problem solved.
As it happens, there's a couple of different OS/2 ports of ZIP.exe that
are labelled v3.0
There's the version that ships with eCS 2.1
5-26-09 9:33p 276,548 ZIP.EXE
Compiled with IBM Visual Age C++ 4.30 for OS/2 2.x/3.x (32-bit) on May
26 2009.
That one fails:
> [C:\temp]zip -o aspirb10.zip
> zip warning: unable to seek in input file aspirb10.zip
> zip I/O error: A previous error has occurred on the stream.
> zip error: Input file read failure (aspirb10.zip)
Then there's the one that Paul Smedley ported:
http://download.smedley.info/zip30-os2-20100814.zip
8-13-10 6:11p 224,844 zip.exe
[C:\temp]zip -v
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
Compiled with emx+gcc 4.4.4 for OS/2 2.x/3.x (32-bit) on Aug 14 2010.
This one works:
[C:\temp]zip -o g:\ftp\os2\aspirb10
{no text output}
And the ECSMT on eCS has an old v2.32 zip.exe in \TOOLS\ECSMT, just to
keep things interesting.
--
Regards,
Al S.