- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gcc compile 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
03-08-2005 05:12 PM
03-08-2005 05:12 PM
when i run the command gcc , i am getting the error
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
I have recently downloaded the gcc from net. Do i have to reinstall it .
Require your help in finding the good document to gcc and programming in UNIX also
Thanks for your kind help
Thiyagarajan.S
Solved! Go to Solution.
- Tags:
- libiconv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:20 PM
03-08-2005 05:20 PM
Re: gcc compile error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:59 PM
03-08-2005 05:59 PM
Solutionthe most likely location you got gcc from, you can read that it's runtime dependencies are libiconv and gettext
*run*time dependencies means that those other packages have to be installed for the target package to run properly.
libiconv can be found on http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.9.2/
gettext can be found at http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.1/
My gcc ports are available from my ITRC site. Read the page for instructions.
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 10:12 PM
03-08-2005 10:12 PM
Re: gcc compile error
Syam the link is giving some check sum error, i will check it put again
Procura I have installed the depedencies , it is working
could you guide me in finding links related to HP UX programming in C
Thanks for your help
Thiyagarajan.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 10:47 PM
03-08-2005 10:47 PM
Re: gcc compile error
link to HP-UX/C Programmers Guide
http://docs.hp.com/en/92434-90011/92434-90011.pdf
or for more generic C:
http://www.cs.cf.ac.uk/Dave/C/CE.html
or any number of other sites from search engine.
Regards