From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Sun, 11 May 2003 14:05:31 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 112 ************************************************** Saturday 10 May 2003 Number 112 ************************************************** Subjects for today 1 Re: List alive? : Patrick Ash 2 Re: List alive? : Ted Sikora 3 Re: List alive? : Ted Sikora 4 List alive? : Adrian Gschwend" 5 *.lib to *.a : Dave and Natalie" 6 Re: *.lib to *.a : Jeff Robinson 7 Re: *.lib to *.a : Dave and Natalie" 8 Re: *.lib to *.a : Jeff Robinson **= Email 1 ==========================** Date: Sun, 11 May 2003 09:20:22 +0000 From: Patrick Ash Subject: Re: List alive? I got your mail Adrian, but like you, I have not gotten anything on this list for some time. Same thing for the unixos2-bootstrap list. Pat On Sun, 11 May 2003 11:22:14 +0200 (CDT), Adrian Gschwend wrote: >Since a some time I don't get any emails anymore from the UnixOS2 >Mailinglist. Is this just me or is there something wrong in general? > >cu > >Adrian > > >-- >Adrian Gschwend > at netlabs.org > >ktk [a t] netlabs.org >------- >Free Software for OS/2 and eCS >http://www.netlabs.org > > -- Patrick Ash patash at comcast.net This OS/2 system uptime is 1 day, 00:10 hours and 52 seconds **= Email 2 ==========================** Date: Sun, 11 May 2003 10:34:43 +0000 From: Ted Sikora Subject: Re: List alive? Patrick Ash wrote: > I got your mail Adrian, but like you, I have not gotten anything on > this list for some time. Same thing for the unixos2-bootstrap list. I was wondering too. John seems to have dropped out of site. Right after that I started getting SpamCop reports for os2ports about relaying. Trying to track it down I removed sendmail and the reports continued. Someone is spoofing the lists ip so I shut down the UX2BS list a few days ago. It has been totally dead since the end of april anyway, very abruptly, and very strange. > > Pat > > > On Sun, 11 May 2003 11:22:14 +0200 (CDT), Adrian Gschwend wrote: > > >>Since a some time I don't get any emails anymore from the UnixOS2 >>Mailinglist. Is this just me or is there something wrong in general? >> >>cu >> >>Adrian >> >> >>-- >>Adrian Gschwend >> at netlabs.org >> >>ktk [a t] netlabs.org >>------- >>Free Software for OS/2 and eCS >>http://www.netlabs.org >> >> > > -- T.Sikora tsikora at ntplx.net **= Email 3 ==========================** Date: Sun, 11 May 2003 10:39:06 +0000 From: Ted Sikora Subject: Re: List alive? The infuriating part of this is the spammers ip belongs to Microsoft Corp themselves. Ted Sikora wrote: > > Patrick Ash wrote: > >> I got your mail Adrian, but like you, I have not gotten anything on >> this list for some time. Same thing for the unixos2-bootstrap list. > > > I was wondering too. John seems to have dropped out of site. Right after > that I started getting SpamCop reports for os2ports about relaying. > Trying to track it down I removed sendmail and the reports continued. > Someone is spoofing the lists ip so I shut down the UX2BS list a few > days ago. It has been totally dead since the end of april anyway, very > abruptly, and very strange. > >> >> Pat >> >> >> On Sun, 11 May 2003 11:22:14 +0200 (CDT), Adrian Gschwend wrote: >> >> >>> Since a some time I don't get any emails anymore from the UnixOS2 >>> Mailinglist. Is this just me or is there something wrong in general? >>> >>> cu >>> >>> Adrian >>> >>> >>> -- >>> Adrian Gschwend >>> at netlabs.org >>> >>> ktk [a t] netlabs.org >>> ------- >>> Free Software for OS/2 and eCS >>> http://www.netlabs.org >>> >>> >> >> > > -- T.Sikora tsikora at ntplx.net **= Email 4 ==========================** Date: Sun, 11 May 2003 11:22:14 +0200 (CDT) From: "Adrian Gschwend" Subject: List alive? Since a some time I don't get any emails anymore from the UnixOS2 Mailinglist. Is this just me or is there something wrong in general? cu Adrian -- Adrian Gschwend at netlabs.org ktk [a t] netlabs.org ------- Free Software for OS/2 and eCS http://www.netlabs.org **= Email 5 ==========================** Date: Sun, 11 May 2003 12:37:18 -0800 From: "Dave and Natalie" Subject: *.lib to *.a I know how to convert an a type lib to a lib type lib but how do you do the reverse, eg convert foo.lib to foo.a? (and still use foo.dll) Dave **= Email 6 ==========================** Date: Sun, 11 May 2003 14:50:14 -0500 From: Jeff Robinson Subject: Re: *.lib to *.a Dave and Natalie wrote: > I know how to convert an a type lib to a lib type lib but how do you do the reverse, eg convert foo.lib to foo.a? (and still use foo.dll) > Dave > Hi Dave, You can probably do this by using emximp, though I don't have an example on-hand to try it on: eg: emximp -o output.a input.lib Jeff -- ---------------- Whatza JamochaMUD? http://jamochamud.anecho.mb.ca Or other stuff: http://www.anecho.mb.ca/~jeffnik ----------------------------------------------------------- **= Email 7 ==========================** Date: Sun, 11 May 2003 19:38:03 -0800 From: "Dave and Natalie" Subject: Re: *.lib to *.a On Sun, 11 May 2003 14:50:14 -0500, Jeff Robinson wrote: >Dave and Natalie wrote: >> I know how to convert an a type lib to a lib type lib but how do you do the reverse, eg convert foo.lib to foo.a? (and still use foo.dll) >> Dave >> > >Hi Dave, > >You can probably do this by using emximp, though I don't have an example >on-hand to try it on: >eg: emximp -o output.a input.lib You seem to be right, lousy documentation (EMX) didn't mention this (that I could find) Many thanx Dave **= Email 8 ==========================** Date: Sun, 11 May 2003 21:52:55 -0500 From: Jeff Robinson Subject: Re: *.lib to *.a Dave and Natalie wrote: > On Sun, 11 May 2003 14:50:14 -0500, Jeff Robinson wrote: > > >>Dave and Natalie wrote: >> >>>I know how to convert an a type lib to a lib type lib but how do you do the reverse, eg convert foo.lib to foo.a? (and still use foo.dll) >>>Dave >>> >> >>Hi Dave, >> >>You can probably do this by using emximp, though I don't have an example >>on-hand to try it on: >>eg: emximp -o output.a input.lib > > > You seem to be right, lousy documentation (EMX) didn't mention this (that I could find) > Many thanx > Dave > Yeah, I sometimes find myself a little mucked about in that documentation as well. It just so happens I was doing some of the same conversions last week in my attempts to play around with FreeType. Jeff -- ---------------- Whatza JamochaMUD? http://jamochamud.anecho.mb.ca Or other stuff: http://www.anecho.mb.ca/~jeffnik -----------------------------------------------------------