- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gcc bug on HPUX
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
09-18-2003 05:56 AM
09-18-2003 05:56 AM
when i am trying to create a shared library on HPUX 11 it gives me the error
/opt/TWWfsw/gcc29/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.2/../../../../include/g++-3/s
td/bastring.cc:32: `operator new' takes type `size_t' as first parameter
*** Error exit code 1
it seems this is a STL bug of gcc on HPUX which is not resolved.
can anyone suggest any turnaround for this problem.
regards
shiva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 06:26 AM
09-18-2003 06:26 AM
Re: gcc bug on HPUX
Please explain how you is trying to
create your shared library /sl-file/.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 06:33 AM
09-18-2003 06:33 AM
Re: gcc bug on HPUX
Upgrade to the latest release of gcc:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.1
Also you need to apply the latest "ld" patch from the HP site.
Thanks
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 06:52 AM
09-18-2003 06:52 AM
Re: gcc bug on HPUX
thanks for your response.
well my doubt regarding the same is
"Is there a patch number assotiated with the latest ld patch u are talking about."
an early response would be very helpful as i am stuck in the creation of this shared library which uses STL's
thanks and regards
shiva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 04:11 AM
09-24-2003 04:11 AM
Re: gcc bug on HPUX
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 05:51 AM
09-24-2003 05:51 AM
Re: gcc bug on HPUX
http://gcc.gnu.org/ml/gcc-bugs/1999-10n/msg00827.html
the official gcc stand seems to be that gcc 2.95.x doesnt support hpux 11.00 - thats the 'turnaround' :)
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 08:07 PM
09-24-2003 08:07 PM
Re: gcc bug on HPUX
Also, Although gcc-2.95x didn't support hpux-11, but It still worked on 11.00 platform. We used that for a while.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 08:15 PM
09-24-2003 08:15 PM
Re: gcc bug on HPUX
thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 10:29 PM
09-24-2003 10:29 PM
Re: gcc bug on HPUX
--
ranga