- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New GCC problems
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-20-2002 10:01 AM
11-20-2002 10:01 AM
Friends,
After get "gnu make version 3.79.1" and "Binutils", we start a compilation process in a hp-ux 10.20 environment. Everithing is allright and then...
Bootstrap comparison failure!
alias.o differs
attribs.o differs
bb-reorder.o differs
bitmap.o differs
(list follow until the end of the world)
Any sugestion?
Wagner
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 10:07 AM
11-20-2002 10:07 AM
Re: New GCC problems
Start with just looking if my builds work for you. Just download from https://www.beepz.com/personal/merijn/
What happens is that you are using HP 'as' and not GNU 'gas'. HP's assembler puts timestamps in the objects, and these will differ. Always.
Any reason to prefer your own build over mine? Masochist? :)
It's a real pita to build the first working version of gcc on HP-UX. Once you have a working version, you can use it (together with binutils) to build it again, which is much simpler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 06:38 AM
11-21-2002 06:38 AM
Re: New GCC problems
Several times i try to access https://www.beepz.com/personal/merijn/ but i don??t have success. I think have some problem with this site. Have you an alternative local to get your prebuilt binaries?
Your masochist friend from Brazil.
Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 07:22 AM
11-21-2002 07:22 AM
Re: New GCC problems
When beepz is `up' again (for the rest of the world that is) I'll also upload the yesterday statistics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 08:42 AM
11-21-2002 08:42 AM
Re: New GCC problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 03:51 AM
11-22-2002 03:51 AM
Re: New GCC problems
Still have problems to access here.
Now 09:56 am.
hugs
Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 04:02 AM
11-22-2002 04:02 AM
Re: New GCC problems
HAAAAAAAAAA
Is ok now. Starting download. Feedback later.
Hugs
Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 04:03 AM
11-22-2002 04:03 AM
Re: New GCC problems
If back on, I'll report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 06:39 AM
11-22-2002 06:39 AM
Re: New GCC problems
gcc 3.2 + binutils 2.13 + gdb 5.2.1 are loaded on my 10.20 machine, but we don??t obtain success to install appropriately this product. Have you some tips to make this?
Sorry to disturb your day.
Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 06:52 AM
11-22-2002 06:52 AM
SolutionAssumed gcc-3.2-32-10.20-hppa1.1.tbz is downloaded to /tmp, and you have bzip2 available (also available on beepz)
# cd /usr
# mkdir local
# cd local
# bzip2 -d
There has to be a pa11_32 directory now. It could be that I remembered false and that the tar is made from a higher point. Drill down this folder and move pa11_32 to /usr/local
Then extend you $PATH (add it in /etc/PATH for ease of use) with /usr/local/pa11_32/bin and all utils are available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 08:28 AM
11-22-2002 08:28 AM
Re: New GCC problems
Done.
Thank you for your attention.
Hugs.
Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 08:32 AM
11-22-2002 08:32 AM
Re: New GCC problems
Anyway, have fun. I have plans to update the page with gcc-3.3 as soon as it comes out. I'm testing the prereleases, and they look sane.