Operating System - HP-UX
1832339 Members
2557 Online
110041 Solutions
New Discussion

+Maked option in aCC Compiler

 
Rkambala
Occasional Advisor

+Maked option in aCC Compiler

Hello,

Getting the below error while compilation.

uname -a
HP-UX smithers B.11.31 U ia64 3847634126 unlimited-user license

/opt/aCC/bin/aCC --version
aCC: HP C/aC++ B3910B A.06.25 [Nov 30 2009]

Any pointers on this would help.

Thanks,
Ravindra

---------Compilation Clip-------
-g +eh +inst_implicit_include +W829 +DD32 +O2 -w -Wl,+n -AA -mt +p -Wl,+s +Z +inst_implicit_include -g +eh +W829 +DD32 +O2 -w -Wl,+n -AA
-mt +p -Wl,+s -c -o HP-UX-B.11.31-ia64/shobj/NDAttrName.so src/NDAttrName.C; /bin/sed "s/:/ HP-UX-B.11.31-ia64\/dep\/NDAttrName.d : /" HP-UX-B.11.31-ia6
4/shobj/NDAttrName.so.d > HP-UX-B.11.31-ia64/dep/NDAttrName.d ; rm -f HP-UX-B.11.31-ia64/shobj/NDAttrName.so.d ; fi fi
/bin/sh: +Maked: not found.
sed: Cannot find or open file HP-UX-B.11.31-ia64/shobj/NDAttrName.d.
---------End----------

2 REPLIES 2
Steven Schweda
Honored Contributor

Re: +Maked option in aCC Compiler

> ---------Compilation Clip-------

You seem to have left out most of the
important stuff. Like, for example, where
this "+Maked" thing appeared.

> /bin/sh: +Maked: not found.

The _shell_ is complaining, not the compiler.

You seem to be running some script which has
been damaged, but my psychic powers are too
weak to tell me much about it. I'd guess
that the line endings have been lost or
corrupted.
Dennis Handly
Acclaimed Contributor

Re: +Maked option in aCC Compiler

As Steven says, you left something out at the beginning, probably the $(CXX) macro?

>+inst_implicit_include

Any reason you are using the obsolete cfront template coding style option?

>+W829

This is for aCC3 only.

>-w

Instead of turning off all warnings, you should suppress individual messages.