Date: Wed, 17 Dec 2003 00:04:02 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 271 ************************************************** Tuesday 16 December 2003 Number 271 ************************************************** Subjects for today 1 Re: Unix to DOS text file conversion. : Henry Sobotka 2 Re: Re: problems compiling gnuplot : Dave and Natalie" 3 Re: Re: problems compiling gnuplot : Dave and Natalie" 4 Make bugs? : Dave and Natalie" 5 Re: Make bugs? : Franz Bakan" 6 Re: Re: problems compiling gnuplot : Franz Bakan" **= Email 1 ==========================** Date: Mon, 15 Dec 2003 20:40:27 -0500 From: Henry Sobotka Subject: Re: Unix to DOS text file conversion. John Poltorak wrote: > > 1 +++ ?say 'hello'?; > REX0013: Error 13 running X:\home\john\ppc\hello.cmd, line 1: Invalid > character in program > > If this is converted to DOS format it works fine. Now I'm completely baffled. Yesterday I tested about three scripts ranging between two to 220 lines, made sure the difference in byte count equalled the number of lines, and the newline versions ran fine. Today I started getting the error 13... h~ **= Email 2 ==========================** Date: Mon, 15 Dec 2003 21:36:07 -0800 From: "Dave and Natalie" Subject: Re: Re: problems compiling gnuplot This compiles quite well with make 3.75. Seems make 3.76 and newer can't handle capital letters in a cmd.exe setting. doc2gih.exe crashes and kills make (any version) but I do get binaries built. Seems to work fine in PM mode but I get similar results to you in X. Gnuplot draws 2 graphs then starts showing garbage in the input and crashes. Here it also takes out part of OS/2 and I can't even shutdown. Irritating. On Mon, 15 Dec 2003 02:26:35 +0100 (CET), Franz Bakan wrote: > > Dave New Email Address - please update your Address book dave_yeo at paralynx.com **= Email 3 ==========================** Date: Mon, 15 Dec 2003 21:36:07 -0800 From: "Dave and Natalie" Subject: Re: Re: problems compiling gnuplot This compiles quite well with make 3.75. Seems make 3.76 and newer can't handle capital letters in a cmd.exe setting. doc2gih.exe crashes and kills make (any version) but I do get binaries built. Seems to work fine in PM mode but I get similar results to you in X. Gnuplot draws 2 graphs then starts showing garbage in the input and crashes. Here it also takes out part of OS/2 and I can't even shutdown. Irritating. On Mon, 15 Dec 2003 02:26:35 +0100 (CET), Franz Bakan wrote: > > Dave New Email Address - please update your Address book dave_yeo at paralynx.com **= Email 4 ==========================** Date: Mon, 15 Dec 2003 23:28:18 -0800 From: "Dave and Natalie" Subject: Make bugs? Seems make 3.76 to make 3.79.2a1r2 (newest I have) have problems with capital letters in a cmd.exe as shell setting eg X:\usr\src\gnuplot\src >make -f ../config/makefile.os2 clean IF EXIST config.h DEL config.h make: IF: Command not found make: spawn: No such file or directory This works if IF EXIST and DEL are lower cased. It also works if make 3.75 is used. In the gnuplot thread you can see some sed errors and I even had gcc not find foo.RES but renaming to foo.res worked. Dave New Email Address - please update your Address book dave_yeo at paralynx.com New Email Address - please update your Address book dave_yeo at paralynx.com **= Email 5 ==========================** Date: Tue, 16 Dec 2003 10:02:45 +0100 (CET) From: "Franz Bakan" Subject: Re: Make bugs? On Mon, 15 Dec 2003 23:28:18 -0800, Dave and Natalie wrote: >Seems make 3.76 to make 3.79.2a1r2 (newest I have) have >problems with capital letters in a cmd.exe as shell setting As allready told I see the same problems with newer make-versions, but 3.76.1 (the version that comes with UX2BS) works here. Franz **= Email 6 ==========================** Date: Tue, 16 Dec 2003 10:10:39 +0100 (CET) From: "Franz Bakan" Subject: Re: Re: problems compiling gnuplot On Mon, 15 Dec 2003 21:36:07 -0800, Dave and Natalie wrote: >doc2gih.exe crashes and kills make (any version) that's because of an empty allterm.h file (caused by sed crash with newer make.exes) delete this file and run again the make-version, that works for you. Franz