Re: compiling C source for HP850C ghostscript driver from OS/2 or DOS on Linux

1997-04-19 Thread Bruce Perens
I think this user has to run "fromdos" (in the sysutils package) on the files, to replace the MS-DOS CR-NL line endings with just plain CR. Thanks Bruce -- Bruce Perens K6BP [EMAIL PROTECTED] 510-215-3502 Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15

Re: compiling C source for HP850C ghostscript driver from OS/2 or DOS on Linux

1997-04-19 Thread Geoff R Deasey
> >... what I tried to do was delete all "^M" chars and > >all backslashes at the ends of lines. Even this wasn't enough. are you using a make file ? I had a problem that with the ^M in the make file made it not work properly. What was the exact error message ? -- TO UNSUBSCRIBE FROM THIS MA

Re: compiling C source for HP850C ghostscript driver from OS/2 or DOS on Linux

1997-04-18 Thread Chris Hanson
Date: Fri, 18 Apr 97 20:24 GST From: Alan Eugene Davis <[EMAIL PROTECTED]> To: debian-user@lists.debian.org MOre than once I have tried compiling C source on linux, using gcc, that generated alot of error messages, including many concerning backslashes at the ends of lines. An e

Re: compiling C source for HP850C ghostscript driver from OS/2 or DOS on Linux

1997-04-18 Thread Dima
In message <[EMAIL PROTECTED]> you wrote: > >MOre than once I have tried compiling C source on linux, using gcc, >that generated alot of error messages, including many concerning >backslashes at the ends of lines. ... >Can anyone provide the slightest clue? What's special about MSDOG >source cod

compiling C source for HP850C ghostscript driver from OS/2 or DOS on Linux

1997-04-18 Thread Alan Eugene Davis
MOre than once I have tried compiling C source on linux, using gcc, that generated alot of error messages, including many concerning backslashes at the ends of lines. An example is an existing ghostscript driver for the HP850C Deskjet into ghostscript. The main problem I had was with this source