May I got some advice? I've got a internal error from gcc.
Lau <[email protected]>
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I think that, I may be off topic, but I don't know where should be the correct place.
When I am going to compile moz 1.3.1a, as I'd like to have a galeon2. But I got a
internal error from GCC when I was compiling mozilla.
My system is based of a RH7.3, with some addon software, however, the glibc and
gcc is the one from RH7.3. My question is, what should I do about the internal error?
Install another version gcc? If I really have to upgrade the gcc, which means is better?
RPM? or manually compile it? Should I upgrad glibc also if I upgrade gcc?
Right, another issue follows. In the myportal:// page, all links within a folder is always
grabbed together. But I think that, each link occupy one line would be better. I have took
a look in the myportal.css, and make some modification, so that, myportal page is now
one link occupy one whole line. As in the myportal.css wrote, any patch is welcome,
so I attach it. Hope it can help someone else.
Thanks,
Lau
myportal.css.diff
(application/octet-stream, 682 B)
--- myportal.css.orig Wed Jan 29 17:27:12 2003
+++ myportal.css Wed Jan 29 17:29:26 2003
@@ -49,8 +49,8 @@
{
margin-right: 12;
text-decoration: none;
- border-bottom: 1px solid #80c0ff;
white-space: nowrap;
+ display: block;
}
a:link
@@ -61,7 +61,7 @@
a:visited
{
color: purple;
- border-bottom: 1px solid #8080ff;
+ text-decoration: underline;
}
a:active
@@ -73,7 +73,7 @@
{
color: red;
background: #ffffee;
- border-bottom: 1px solid black;
+ text-decoration: underline;
}
/* links in category headings have a different class */