- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: perl - make Error
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-23-2002 12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 04:04 PM
04-23-2002 04:04 PM
Solutionhttps://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=PERL&date=
This is also available on the recent application media release CDROMs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 04:59 PM
04-23-2002 04:59 PM
Re: perl - make Error
I want to build it without multi-thread. Is this w/o multi-thread?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 02:25 AM
04-24-2002 02:25 AM
Re: perl - make Error
# gzip -d
# Configure -des
:
:
# make
# make test
should work. If not, show the tail of where it fails. What version of gcc do you have? If you can (and want) upgrade to gcc-3.0.4 because it has many improved things for hpux
http://hpux.tn.tudelft.nl/hppd/hpux/Gnu/gcc-3.0.4/ or http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 05:26 AM
04-24-2002 05:26 AM
Re: perl - make Error
I followed what you said but I had to put something extra
Configure -des -Dcc="gcc"
But still ended up with errors while doing "make"
cp op.c opmini.c
`sh cflags libperl.a opmini.o` -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = gcc -DPERL_CORE -c -D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -fno-strict-aliasing -I/usr/local/include -O
rm -f opmini.c
gcc -L/usr/local/lib -o miniperl miniperlmain.o opmini.o libperl.a -lnsl -lnm -ldld -lm -lc -lndir -lcrypt -lsec
/usr/ccs/bin/ld: Unsatisfied symbols:
__builtin_va_start (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
--------------------
Also when I tried to use the depot file from the software.hp.com it did not go thur .. it gave the error saying not media found..
I am not sure if I will able to make it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:01 AM
04-24-2002 06:01 AM
Re: perl - make Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 06:26 AM
04-24-2002 06:26 AM
Re: perl - make Error
Thanks for all the help...