Re: How to set CXXFLAGS in a login shell on HP-UX
- From: "Amit_Basnak" <Amit.Basnak@xxxxxxxxx>
- Date: 12 Nov 2006 21:53:24 -0800
Dennis, Alexander and Paul Thank you very much for all your inputs and
time
I was able to compile it successfully :)
The command I gave was
/export/home/amitbas/systinet/server_cpp65/share/doc/waspc/demos>./configure
CXX= /opt/aCC/bin/aCC
I verified with the The log file: config.log entries are correct and
configure exited with 0 status that's success!
1381 configure: exit 0
Thank you for all your help.
Dennis Handly wrote:
Amit wrote:
: The current version of aCC compiler installed on our HP-UX is
: HP aC++ B3910B A.03.37
: HP aC++ B3910B A.03.30 Language Support Library
That's pretty old.
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html
: I executed the command as below on my HP-UX box
: /export/home/amitbas/systinet/server_cpp65/share/doc/waspc/demos>./configure
: CXX= /opt/aCC/bin/aCC CXXFLAGS="-g -O "
You can't have a space after the "=", try:
./configure CXX=/opt/aCC/bin/aCC CXXFLAGS="-g -O "
Note using both -g and -O may get you into trouble.
Use one or the other.
: configure: WARNING: invalid host type: /opt/aCC/bin/aCC
This shows that /opt/aCC/bin/aCC was taken as something else.
: checking for aCC... no
Hopefully this should be good now.
: ------------------------------------------------------
: In spite of the location of aCC comiler for compiling >./configure CXX=
: /opt/aCC/bin/aCC CXXFLAGS="-g -O "
: we are still getting the errors,
: Amit
Try again without that space.
.
- References:
- How to set CXXFLAGS in a login shell on HP-UX
- From: Amit_Basnak
- Re: How to set CXXFLAGS in a login shell on HP-UX
- From: Amit_Basnak
- Re: How to set CXXFLAGS in a login shell on HP-UX
- From: Dennis Handly
- How to set CXXFLAGS in a login shell on HP-UX
- Prev by Date: Re: HP-UX Makefile doubt
- Next by Date: NIS Problems
- Previous by thread: Re: How to set CXXFLAGS in a login shell on HP-UX
- Next by thread: HP-UX Makefile doubt
- Index(es):
Relevant Pages
|