- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiler issue
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
12-18-2009 12:32 PM
12-18-2009 12:32 PM
Compiler issue
Could not read '/.cpan/build/Digest-SHA-5.47-Kxf2Ub/META.yml'. Falling back to other methods to determine prerequisites
cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
/opt/perl_32/bin/perl /opt/perl_32/lib/5.8.8/ExtUtils/xsubpp -typemap /opt/perl_32/lib/5.8.8/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
cc -c -I. -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0 -DVERSION=\"5.47\" -DXS_VERSION=\"5.47\" +Z "-I/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/CORE" -DSHA_PERL_MODULE SHA.c
Internal Error: Codeword file $TIMEBOMB_CWD,/opt/aCC/newconfig/aCC.cwd missing or empty.
It seems to me that the problem is that make is trying to use the aCC compiler, which I don't seem to have a codeword for. I've installed many other Perl modules, and I have the gcc compiler. What options do I have? Can I direct make to use a different compiler?
- Tags:
- codeword
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2009 01:49 PM
12-18-2009 01:49 PM
Re: Compiler issue
or it might be as simple as
export CC=gcc; make config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2009 09:34 PM
12-18-2009 09:34 PM
Re: Compiler issue
>that make is trying to use the aCC compiler, which I don't seem to have a codeword for.
If you don't have the codeword for the EVAL compiler, you should swremove it.
Also, are you on an Integrity server? (Some of the options you have are PA specific.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2009 02:24 AM
12-19-2009 02:24 AM
Re: Compiler issue
Trial Version:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL
Full Version:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2009 02:26 AM
12-19-2009 02:26 AM
Re: Compiler issue
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1394562
Unix operates with beer.