- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cc: error 1412: Unrecognized argument "A" to optio...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 07:47 PM
10-09-2006 07:47 PM
cc: error 1412: Unrecognized argument "A" to option -A.
I am building Xalan-C product on hpux 11.11 ans 11.23 PA machine. Following are the configure option.
./runConfigure -p hp-11 -c cc -x aCC -r pthread \
-b 32 -l -AA -P /opt/iexpress/xalanc
When i configure with this option its giving the error,
configure:1623: cc -O -DNDEBUG +DAportable -AA conftest.c -lpthread >&5
cc: error 1412: Unrecognized argument "A" to option -A.
configure:1626: $? = 1
Since cc doesnot have -AA option, i tried to work with -Aa option, configuration didnt had any error, but while doing gmake i am getting following error.
/usr/lib/dld.sl: Unresolved symbol: typeid__XTQ2_3std9exception_ (data) from /opt/iexpress/xercesc/lib/libxerces-c.sl.27
gmake[2]: *** [../../../nls/include/LocalMsgData.hpp] IOT trap (core dumped)
To reslove this error we need to pass the -AA option to while linking. But if i use that then CC will error, how to resolve this problem?
Thanks and Regards,
ambika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 07:55 PM
10-09-2006 07:55 PM
Re: cc: error 1412: Unrecognized argument "A" to option -A.
do you require a different compiler.
The HP supplied cc compiler, is an elemental compiler, used to build a new kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 08:00 PM
10-09-2006 08:00 PM
Re: cc: error 1412: Unrecognized argument "A" to option -A.
We are using the cc compiler which is shipped with OE. For cpp compilation we are using aCC compiler.
We are not using any other compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 08:02 PM
10-09-2006 08:02 PM
Re: cc: error 1412: Unrecognized argument "A" to option -A.
also, where did you get the source code from ?
Seems HP provide the depot you need:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123 (see web1 section)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 08:05 PM
10-09-2006 08:05 PM
Re: cc: error 1412: Unrecognized argument "A" to option -A.
We only ship Xalan-C on hpux. We are rebuilding with new OE. So we are getting this problem.
Regards,
Ambika