- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: perl compile on HP-UX 11.0/gcc 3.1?
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
05-24-2002 02:39 PM
05-24-2002 02:39 PM
I???ve been trying to compile perl 5.6.1 on HP-UX 11.0 using gcc 3.1 (which seems to be otherwise compiling well).
After running the ./Configure script (with many various options), I consistently get:
$make
make: *** No rule to make target `
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 02:55 PM
05-24-2002 02:55 PM
Re: perl compile on HP-UX 11.0/gcc 3.1?
Instead of trying to compile it, why not get it from the porting centre.
http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.6.1/
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 03:01 PM
05-24-2002 03:01 PM
Re: perl compile on HP-UX 11.0/gcc 3.1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 09:34 PM
06-04-2002 09:34 PM
Re: perl compile on HP-UX 11.0/gcc 3.1?
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 10:41 PM
06-04-2002 10:41 PM
Re: perl compile on HP-UX 11.0/gcc 3.1?
but you are masochist? OK, alter makedepend.SH yourself. Since you're a masochist, you'll see what to do :)
b. 5.8.0 does support gcc-3.1 (by default)
5.8.0 Release Candidate 1 was released last saturday. Available on CPAN
c. There are a *lot* of reasons to build your own perl instead of using the precompiled binaries from the HP porting center.
- HP's version is threaded, which can cause problems with timing
- HP's version is build with an older gcc, and knowing that recent gcc versions (3.0.4 and up) have a huge number of improvements for hp-ux, that will improve reliability and speed
- HP's version is build for hppa-1.1 (only 3.0.4 and up support native 2.0)
- HP's version cannot be used for DBD-Oracle
- ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 11:25 PM
06-04-2002 11:25 PM
Re: perl compile on HP-UX 11.0/gcc 3.1?
what do you mean by "5.6.1 does not support gcc-3.1"?
Is there a feature in gcc-3.1 which causes the building of perl5.6.1 to fail?
Do you know (of course you do ;-) any details? I'm just curious.
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:53 AM
06-05-2002 01:53 AM
Re: perl compile on HP-UX 11.0/gcc 3.1?
Also internals have changed, like what A.Daniel noticed with the builtin stuff.
5.8.0-RC1 is the latest development status, in which all these issues are solved/recognized and dealt with. It might be that these changes are backported to 5.6.* after 5.8.0 is realeased. It will then be in 5.6.2. But IMHO 5.8.0 tobe has lots of good reasons to use it (Unicode, threads, safe signals, 64bitness, to mention a few)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:00 AM
06-05-2002 08:00 AM
Re: perl compile on HP-UX 11.0/gcc 3.1?
- I might just take a gander at the makedepend.SH myself, though I am aware there are far greater minds than mine working on perl issues.
- Is there a web page to read about the release plans for perl? I've seen the http://gcc.gnu.org front page which, even if somewhat inaccurate, does provide things like "gcc 3.1 due in late April". I've not seen this type of thing for perl.
- I submitted a bug report to the perl folks, and I got back that there may be a workaround by passing "the option -Dd_attribut to Configure". I've not yet got this to work.
Thanks for the replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:14 AM
06-05-2002 08:14 AM
Re: perl compile on HP-UX 11.0/gcc 3.1?
If you ever programmed shell scripts, makedepend should be easy as pie. I still won't tell you. Check patch 16449 in ftp://ftp.linux.activestate.com/perl-current-diffs/ to see if you were right :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:27 AM
06-11-2002 08:27 AM
Re: perl compile on HP-UX 11.0/gcc 3.1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:45 AM