Date: Tue, 4 Nov 2003 02:54:34 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 221 ************************************************** Monday 03 November 2003 Number 221 ************************************************** Subjects for today 1 Re: UX2BS : John Poltorak 2 Re: UX2BS : Dave and Natalie" 3 Re: unzip : Dave and Natalie" **= Email 1 ==========================** Date: Tue, 4 Nov 2003 10:09:46 +0000 From: John Poltorak Subject: Re: UX2BS On Sun, Nov 02, 2003 at 04:40:18PM -0800, Dave and Natalie wrote: > On Sat, 1 Nov 2003 17:42:22 +0000, John Poltorak wrote: > > >> Ok, all these did build. Question, shouldn't unzip be built with > >> OS2_EAS and USE_UNSHRINK (which I believe the patent recently > >> expired).IIRC IBM uses unshrink in some archives. > > > >I'm not sure what the correct settings are for UNZIP, I just used the > >defaults. If you think some others are more appropriate then I'll change > >them. What exactly would you suggest as the right options for building it? > >How should your suggestions be implemented? > > just do SET LOCAL_UNZIP=-DOS2_EAS -DUSE_UNSHRINK before building OK, I've changed \unixos2\scripts\build\build_unzip.cmd to:- SET LOCAL_UNZIP=-DOS2_EAS -DUSE_UNSHRINK make -f os2\makefile.os2 gcc How do I tell if it actually works? > Dave -- John _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Tue, 04 Nov 2003 21:06:55 -0800 From: "Dave and Natalie" Subject: Re: UX2BS On Tue, 4 Nov 2003 10:09:46 +0000, John Poltorak wrote: >OK, I've changed \unixos2\scripts\build\build_unzip.cmd to:- > >SET LOCAL_UNZIP=-DOS2_EAS -DUSE_UNSHRINK >make -f os2\makefile.os2 gcc > > >How do I tell if it actually works? Well the OS2_EAS is easy, just do a unzip -l zippedfile.zip and it will have columns for EAs and ACLs. To test the USE_UNSHRINK you need a zipfile that contains shrunk files. Some of IBMs tcpip and mpts updates have these. Unzip -v zipfile.zip will show them. Then just try unzipping the file. If you need a test zipfile let me know. You also might be able to use an old pkzip to create a shrunk zip. Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 3 ==========================** Date: Tue, 04 Nov 2003 21:10:11 -0800 From: "Dave and Natalie" Subject: Re: unzip On Tue, 4 Nov 2003 10:09:46 +0000, John Poltorak wrote: >OK, I've changed \unixos2\scripts\build\build_unzip.cmd to:- > >SET LOCAL_UNZIP=-DOS2_EAS -DUSE_UNSHRINK >make -f os2\makefile.os2 gcc You should also be able to pass the -DOS2_EAS -DUSE_UNSHRINK on the make line, just slips my mind how rightnow. Dave _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs