- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gcc problem. might be hpux related
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
11-21-2001 01:40 PM
11-21-2001 01:40 PM
1st off, has anyone installed gcc3.0.1 on a hp9000 series d370 running 11i?
ok. that's the machine i'm trying to get the gcc301 onto. turns out i had to make gmake as if there was no make in the hpux 11i. it was found out in 11 that the hpux make is problematic and corrupts the making of gmake, which is needed for the gnubinutils and gcc.
i was able to create gmake without a problem. gnubinutils had a slight problem with an invalid path name that was easy to fix.
however, i keep getting errors with gcc.
it keeps giving me errors about missing files and directories. most of a number i have been able to reason were being sought for in the source directory instead of the target directory that they reside in.
has anyone else had these problems? do you have any hints on how to get it to work?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 01:45 PM
11-21-2001 01:45 PM
SolutionThis thread might help you
http://dsportal.eservices.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
11-21-2001 02:10 PM
11-21-2001 02:10 PM
Re: gcc problem. might be hpux related
Making sure I had the latest gcc & binutils
Fixing pathing problems
/usr/lib & /usr/ccs/bin were two that I can remember
Also I recall the order of pathing was important (I think for make).
Its been a little while since I did this - hope it helps anyhow.
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 04:11 PM
11-21-2001 04:11 PM
Re: gcc problem. might be hpux related
Just be sure your build the last binutils, flex and bison.
Of course, GNU make is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 10:43 AM
11-26-2001 10:43 AM
Re: gcc problem. might be hpux related
i hope that this helps others too.
thanx once again for the help, only because i wanna try to actually build it since there's a question about it working right otherwise does the link to the hp provided ports not become amagic answer, and the others aren't only becuase there might be something more after doing them/having done them. i decided that since it's been about a week since the post i'd give the points now to be sure that my appreciation was known.
-Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 11:54 AM
11-30-2001 11:54 AM
Re: gcc problem. might be hpux related
how does one get the swinstall to work right? i've tried every logical product name inthe example they give and it's teling me the product doesn't exist anywhere
-Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 08:05 AM
01-14-2002 08:05 AM
Re: gcc problem. might be hpux related
you could use the HP.com provided gcc versions, available in 32 and 64 bit [unlike the HPPA ones], just make sure you read some of the other threads I posted to not get caught off-guard when using it and the linker in ccs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 08:20 AM
01-14-2002 08:20 AM
Re: gcc problem. might be hpux related
thanks for the 11i help though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2002 09:14 AM
01-14-2002 09:14 AM
Re: gcc problem. might be hpux related
make[4]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libstdc++-v3'
make[3]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libstdc++-v3'
make[2]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libstdc++-v3'
make[2]: Entering directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c'
cd libI77; make CC='/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include' CFLAGS='-O2' CPPFLAGS='' AR='ar' RANLIB='true' PICFLAG='' RUNTESTFLAGS='' prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib' libsubdir='/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.3' tooldir='/usr/local/hppa2.0-hp-hpux10.20' all
make[3]: Entering directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c/libI77'
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 -o VersionI.o ../../../../gcc-3.0.3/libf2c/libI77/Version.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 ../../../../gcc-3.0.3/libf2c/libI77/backspace.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 ../../../../gcc-3.0.3/libf2c/libI77/close.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 ../../../../gcc-3.0.3/libf2c/libI77/dfe.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 ../../../../gcc-3.0.3/libf2c/libI77/dolio.c
/opt/gcc303/gcc/xgcc -B/opt/gcc303/gcc/ -B/usr/local/hppa2.0-hp-hpux10.20/bin/ -B/usr/local/hppa2.0-hp-hpux10.20/lib/ -isystem /usr/local/hppa2.0-hp-hpux10.20/include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. -I../../../../gcc-3.0.3/libf2c/libI77 -I.. -I../../../../gcc-3.0.3/libf2c/libI77/.. -DHAVE_CONFIG_H -O2 ../../../../gcc-3.0.3/libf2c/libI77/due.c
CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh config.status
config.status[4]: ../binutils-2.11.2/configure: not found.
make[3]: *** [stamp-h] Error 127
make[3]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c/libI77'
make[2]: *** [i77] Error 2
make[2]: Leaving directory `/opt/gcc303/hppa2.0-hp-hpux10.20/libf2c'
make[1]: *** [all-target-libf2c] Error 2
make[1]: Leaving directory `/opt/gcc303'
make: *** [bootstrap] Error 2
hal 32:
that's the current error.
i can't figure out where "config.status[4]: ../binutils-2.11.2/configure: not found." is being called from, so i'm not sure how to fix it