- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gcc 4.1.1 error, help!
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
03-01-2007 04:04 AM
03-01-2007 04:04 AM
gcc 4.1.1 error, help!
I have installed , gcc 4.1.1 from hpux.connect.org.uk
* gettext , libconv , libcc , gcc
With same installation order with swinstall.
But getting the following error while compiling: ( os 11.11 64bit )
# gcc -c ~mydir/test1.cpp
In file included from /local/bin/../lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1/../../../../include/c++/4.1.1/iosfwd:49,
from /local/bin/../lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1/../../../../include/c++/4.1.1/ios:43,
from /local/bin/../lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1/../../../../include/c++/4.1.1/ostream:44,
from /local/bin/../lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1/../../../../include/c++/4.1.1/iostream:44,
from /fs_cc/home/sunilsc/test.cpp:1:
/local/bin/../lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1/../../../../include/c++/4.1.1/bits/postypes.h:49:35: error: stdint.h: No such file or directory
Whats wrong, why I am getting this error, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 10:06 AM
03-01-2007 10:06 AM
Re: gcc 4.1.1 error, help!
Per the below URL, I think that you are missing some build time dependencies (although I have not tried this out myself).
Hope this helps!!
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.1.1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2007 09:35 AM
03-11-2007 09:35 AM
Re: gcc 4.1.1 error, help!
I'm also looking for it ;0
You could go ahead and try replacing it with sys/types.h, but I don't know if that will work properly.
11iv3 apparently has the stdint.h.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2007 01:51 PM
03-11-2007 01:51 PM
Re: gcc 4.1.1 error, help!
Yes, 11.31 supports C99 and is UNIX 2003 branded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2007 06:36 PM
03-11-2007 06:36 PM