Kayvan A. Sylvan wrote:
On Sat, Mar 25, 2006 at 12:41:45AM +0100, Lars Gullik Bjønnes wrote:
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| On Fri, Mar 24, 2006 at 10:25:04PM +0100, Lars Gullik Bjønnes wrote:
| > Helge Hafting <[EMAIL PROTECTED]> writes:
| >
| > | If FC4 don't have any older or newer compilers for you, consider
| > | digging up some older rpms?
| >
| > FC4 should just work.
|
| On FC4, I have gcc version 4.0.2 20051125 (Red Hat 4.0.2-8) and I get
| the namespace/link issue.
|
| Maybe your FC4 was updated with a better/newer gcc?
I have the exact same:
My x86 box:
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
My x86_64 box:
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
but something must be differnt... but what...?
Does anyone have any idea why I keep getting those linking errors?
My Redhat FC4 x86_64 box is updated and running the same tools as Lars's.
I have not been able to do a successful build on my machines for weeks now.
I have switched to gcc 4.1 to avoid this problem. This didn't work
with development versions of LyX 1.4, but 1.5svn is fine with this
arrangement. Or you can try gcc 3.X.
Note that you can have several compilers installed at the same
time, so no need to loose your default gcc/g++ 4.0.2.
I know of no way to compile LyX with gcc 4.0.2/4.0.3, apparently
it works for some and not for most others. Other compiler versions
just works. :-) Make sure that you have matching development
libraries, debian does this automatically.
Helge Hafting