- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: compiling Perl
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
04-25-2001 11:40 AM
04-25-2001 11:40 AM
compiling Perl
Hi all,
I'm compiling perl, and I keep getting errors during make test on pwent, gwent and io_xs. I've patched the 11i system with the latest and greatest patches, etc, to no avail. Anyone got any hints as to where to look to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 03:46 PM
04-25-2001 03:46 PM
Re: compiling Perl
There are lots of problems if you are using the HP Supplied K&R compiler. Reading the perl docs will reveal that you either need gnuC or HP ANSI/C. I have compiled with both and have gotten no errors.
Remember that with GNU-C you must also install bin-utils!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 06:08 PM
04-25-2001 06:08 PM
Re: compiling Perl
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.3/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/binutils-2.11/
Good luck.
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 07:50 AM
04-26-2001 07:50 AM
Re: compiling Perl
I have the HP ansic compiler, not gcc. I prefer to build optimized applications, so on PA-Risc, I'll avoid gcc as much as possible. I guess it's time to start tracing the system calls.
Also as a side-note, io_xs fails when make runs the test, but passes when the test is run manually. I'll go ahead and let that one pass if I can figure out the passwd/group entity problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2001 11:02 AM
09-10-2001 11:02 AM
Re: compiling Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 11:43 AM
09-13-2001 11:43 AM
Re: compiling Perl
Steve