From: <se...@at...> - 2001-04-30 03:19:09
|
Hi david, The first fix (changing CC to CXX)worked. Let me know if you are interested in whether the second works, because I didn't bother trying. I was able to print a perfect test page with printtool and I tried all the ptal-hp functions except scan. They worked perfectly. When I rebooted, I couldn't print any more, so I must have messed up editing rc.local. I'll straighten that out later in the week and also will try scanning. For your records: Printer: OfficeJet R40 attached direct to LPT1: Connection: bi-directional SPP (not ECP) Distribution: Redhat 5.2 Kernel: 2.0.36 compiled for 486 Processor: AMD K6-3+ System: Tyan S1390 motherboard If you would like the gcc version, please tell me how to find it. P.S. Should I kill the lpd daemon? -- Tony Segredo > Tony Segredo wrote: > > I encountered the attached errors while building on my > > Redhat 5.2 system (kernel 2.0.36) I had to modify my > > $PATH from the red hat default to get this far. > > Originally, make built nothing, with the error "can't > > find cc1plus". I found its directory and added it to the > > path which got me to the attached file. Something is > > probably missing from my environment or the libraries are > > out of date. The gcc version is whatever redhat 5.2 > > installs. > > Hi, Tony. I searched for this problem on Google and found a lot of people > reporting similar problems but little in the way of definitive solutions. > :-( However, there are several different possibilities you could try by > hacking the Makefile (not Makefile.in for now) in the mlcd directory: > > - Change $(CC) to $(CXX) in the following section (which links): > $(GOAL): $(OBJS) > $(CC) -o $(GOAL) $(OBJS) > strip -o $(GOAL)-stripped $(GOAL) > > - Add "-fno-exceptions -fno-rtti" to CFLAGS near the middle of the file. > > Please try each of these possible fixes separately and then together, and > let me know if you have any luck. > > David > > > _______________________________________________ > hpoj-devel mailing list > hpo...@li... > http://lists.sourceforge.net/lists/listinfo/hpoj-devel |