- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems with compiling gcc -3.2.3 on 11.11 64...
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
08-07-2003 05:56 AM
08-07-2003 05:56 AM
problems with compiling gcc -3.2.3 on 11.11 64 bit
i'm trying to build a gcc 3.2.3 on 11.11 64 bit using gmake and i'm getting this error :
"cc -c -DIN_GCC -DHAVE_CONFIG_H -I. -Icp -I. -I./cp -I./config -I./../include cp/call.c -o cp/call.o
cpp: "cp/cp-tree.h", line 32: error 4062: "You should be using 'make bootstrap' -- see installation instructions"
Can anybody tell me how to use the bootstrap option and how will it help me ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:05 AM
08-07-2003 06:05 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
Anyway, in order to bootstrap gcc from scratch you must have an existing binary compiler.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:06 AM
08-07-2003 06:06 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
make bootstrap
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:11 AM
08-07-2003 06:11 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.2.3/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:15 AM
08-07-2003 06:15 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
http://www.cmve.net/~merijn
https://www.beepz.com/personal/merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:20 AM
08-07-2003 06:20 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd31f2bbfa1ff4545a4a9e157d15e648c,00.html
http://www.cmve.net/~merijn/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:48 AM
08-25-2003 06:48 AM
Re: problems with compiling gcc -3.2.3 on 11.11 64 bit
The matter is g++ prior 3.3 doesn't
support SOM weak symbols. Therefor you will
be unable to use static members in templates.
I advise you gcc 3.3.1.
Sorry, if you are not going to use g++.
Lev