From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Fri, 18 Jan 2002 04:09:29 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 108 ************************************************** Thursday 17 January 2002 Number 108 ************************************************** Subjects for today 1 Re: EMXBIND : Henry Sobotka 2 EMXBIND : John Poltorak 3 Re: EMXBIND : John Poltorak 4 jpeg6 & libpng : John Poltorak **= Email 1 ==========================** Date: Fri, 18 Jan 2002 12:51:08 -0500 From: Henry Sobotka Subject: Re: EMXBIND Try adding -Zexe to your LDFLAGS. h~ **= Email 2 ==========================** Date: Fri, 18 Jan 2002 16:49:27 +0000 From: John Poltorak Subject: EMXBIND I have found that I can build SOX reasonably well by running autoconf, configure and make, but I need to run EMXBIND at the end to convert sox to sox.exe. I know people have explained this before, but I've never really understood all the different formats involved, but it looks like the default FLAGS create the final output in the wrong format which needs to be converted. Can anyone tell me how I can obviate the need to run EMXBIND by setting the correct FLAGS? In this case SOX creates a couple of intermediate libraries - libgsm.a and libst.a Are these two settings anywhere near the mark for doing what I want? :- CFLAGS="-Zomf -O2 -s -Zmt -D__ST_MT_ERRNO__" LDFLAGS="-Zcrtdll -Zmt -s -Zlinker /exepack:2 -Zlinker /pmtype:vio" -- John **= Email 3 ==========================** Date: Fri, 18 Jan 2002 19:29:33 +0000 From: John Poltorak Subject: Re: EMXBIND On Fri, Jan 18, 2002 at 12:51:08PM -0500, Henry Sobotka wrote: > Try adding -Zexe to your LDFLAGS. Thanks! That's all I needed. > h~ -- John **= Email 4 ==========================** Date: Fri, 18 Jan 2002 20:57:09 +0000 From: John Poltorak Subject: jpeg6 & libpng jpeg6 and libpng are currently a couple of UnixOS/2 packages consisting of ports made by HCChu before he disappeared. Now, I have just discovered these two ports:- http://www.pcug.org.au/~andymac/jpeg6b-emx.zip http://www.pcug.org.au/~andymac/libpng-1.0.12-emx.zip which someone here might recognise... IMV it's better to use currently maintained ports if possible so I'd like to adopt these two instead. Just wondered how recent and compatible they are... -- John