- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing gcc.
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
07-15-2006 04:19 AM
07-15-2006 04:19 AM
Installing gcc.
I have to use adrelink.sh to relink oracle applications executables which use cc. I have B9007AAEVAL C.11.23.12.VAL HP C/aC++ Developer's Bundle
installed. I have encountred some errors like : /usr/ccs/bin/ld: Unsatisfied symbols: and I want to try gcc instead. I installed gcc (/opt/hp-gcc64-4.0.3) but I don't know how to redirect adrelink to use gcc instead of cc.
thx in advance,
sofiane.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 06:33 AM
07-15-2006 06:33 AM
Re: Installing gcc.
A few things might help.
1) Change your PATH variable so gcc is on the path befored cc.
2) Change your SHLIB_PATH to reflect the same.
3) Instead of make use gmake. Where the compile instructions say something like make use gmake instead.
If the code is gcc compatible that should just about do it.
SEP
Don't worry, where I live isn't be shelled!
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2006 06:49 AM
07-15-2006 06:49 AM
Re: Installing gcc.
Where can I found gmake ?
thx in advance,
Sofiane.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2006 02:48 AM
07-16-2006 02:48 AM
Re: Installing gcc.
You can download gmake from http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/.
Also, do this before start compilation,
#export CC=/opt/hp-gcc64-4.0.3/bin/gcc
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2006 02:58 AM
07-16-2006 02:58 AM
Re: Installing gcc.
gmake should have been installed by the gcc package. If not, make sure you pick a version from Arun's link that is version compatible with your installed gcc.
whence gmake
Will show you versions of gmake that are on the path.
Good luck,
SEP
Still Safe.
Really!
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com