Yeah, gcc is giving us our own share of problems as well. However, after much work (and a couple of e-mails from a friend inside Sun) we found out that there's a patch that seems to be somewhat messing up the gcc install. The patch is included in Sun 8 and recent patching on Sun 7 can induce similar problems. So getting the most recent patches is a must (there should be some for March 2001; they're good).
Also, when you run the configure, you have to do some explicit things. Mainly, do not have gnu binutils installed or linked into the gcc directory. Make sure flex and bison are installed or linked into the gcc directory. Then you flag no gnu-ld or gnu-as. In the end the command we ran looked like:
# ../gcc-obj/configure --prefix=/some/dir --without-gnu-ld --without-g
+nu-as
After that it's simply a matter of running the subsequent make's (bootstrap, check, install). We used the Sun Workshop Compilers and gnu make if that makes a difference.
i realize this is completely off topic, but the research is probably useful to more than just our machines...
HTH,
jynx
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.