1748074 Members
5367 Online
108758 Solutions
New Discussion

Re: pdt

 
Kamath
Occasional Advisor

pdt

I have configured pdt. We are using gcc compiler. When giving make command it shows the following error

$ make
(cd ductape; make "MAKE=make" all)
(cd lib; make "MAKE=make" all CXX="aCC" CXXAR="" RANLIB="echo Built libp
db.a" PRELINK="echo Building libpdb.a" EXTRAOBJS="")
aCC -I../inc -c pdbRead.cc
Make: Cannot load aCC. Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Can u please suggest any solution.
Thank you in advance
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: pdt

>We are using gcc compiler.

Is this on HP-UX?
If you are using gcc, why do you have CXX="aCC"?
Replace it by: CXX="g++"