Re: Any RedHat 7 users out there?

2000-10-11 Thread Lars Gullik Bjønnes

[EMAIL PROTECTED] writes:

|  "Paul" == Paul E Johnson [EMAIL PROTECTED] writes:
| 
| Paul As noted in this list last week, RH7 is distributed with a bogus
| Paul compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
| Paul pointing back to the standard template library of c++. I've filed a bug
| Paul report at RedHat, and expect they may fix it.
| 
| Paul If you are stuck with RH7, what do you do?
| 
| Paul 1. Wait for RedHat to issue new gcc?
| Paul 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
| Paul 3. Get somebody to build a statically linked lyx?
| 
| Paul I'm leaning to option number 2, but don't know if it will harm my system
| Paul in any way.  If others have overcome the problem, I'd like to know. I've
| Paul searched pretty far and wide in the usenet for solutions.
| 
| How about something really useful?  Trace the compilation errors and
| supply patches.
| 
| Chances are, the problem is not that there is something "wrong" with
| gcc-2.96 - but more likely it is due to the greater standards
| conformance.  In other words, you're most likely seeing bugs in lyx -
| and patches would certainly be welcomed.

No :-)

The pre-rh7 2.96 only existed in gcc CVS and LyX 1.1.5 is setup to use
that with the new emerging standard C++ lib: libstdc++-v3, this sould
be changed in 1.1.5fix2 so that 2.96 reflects the rh version a 2.97
could be added to adhere to the gcc cvs version.

Jean-Marc, basically what has to be done is to make the 2.96 cases in
1.1.5 be similar to the 2.96 cases in 1.1.6.

Lgb





Re: Any RedHat 7 users out there?

2000-10-11 Thread Lars Gullik Bjønnes

[EMAIL PROTECTED] writes:

| > "Paul" == Paul E Johnson <[EMAIL PROTECTED]> writes:
| 
| Paul> As noted in this list last week, RH7 is distributed with a bogus
| Paul> compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
| Paul> pointing back to the standard template library of c++. I've filed a bug
| Paul> report at RedHat, and expect they may fix it.
| 
| Paul> If you are stuck with RH7, what do you do?
| 
| Paul> 1. Wait for RedHat to issue new gcc?
| Paul> 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
| Paul> 3. Get somebody to build a statically linked lyx?
| 
| Paul> I'm leaning to option number 2, but don't know if it will harm my system
| Paul> in any way.  If others have overcome the problem, I'd like to know. I've
| Paul> searched pretty far and wide in the usenet for solutions.
| 
| How about something really useful?  Trace the compilation errors and
| supply patches.
| 
| Chances are, the problem is not that there is something "wrong" with
| gcc-2.96 - but more likely it is due to the greater standards
| conformance.  In other words, you're most likely seeing bugs in lyx -
| and patches would certainly be welcomed.

No :-)

The pre-rh7 2.96 only existed in gcc CVS and LyX 1.1.5 is setup to use
that with the new emerging standard C++ lib: libstdc++-v3, this sould
be changed in 1.1.5fix2 so that 2.96 reflects the rh version a 2.97
could be added to adhere to the gcc cvs version.

Jean-Marc, basically what has to be done is to make the 2.96 cases in
1.1.5 be similar to the 2.96 cases in 1.1.6.

Lgb





Any RedHat 7 users out there?

2000-10-10 Thread Paul E Johnson

As noted in this list last week, RH7 is distributed with a bogus
compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
pointing back to the standard template library of c++. I've filed a bug
report at RedHat, and expect they may fix it.

If you are stuck with RH7, what do you do?

1. Wait for RedHat to issue new gcc?
2. Remove gcc-2.96 and retrofit gcc-2.95.2?
3. Get somebody to build a statically linked lyx?

I'm leaning to option number 2, but don't know if it will harm my system
in any way.  If others have overcome the problem, I'd like to know. I've
searched pretty far and wide in the usenet for solutions.

I'm looking at an alternative program called Texmacs at the moment, but
it is not quite so far along as Lyx, and I'd like to keep up the Lyx
effort.

-- 
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66045FAX: (785) 864-5700



Re: Any RedHat 7 users out there?

2000-10-10 Thread Paul Lussier

In a message dated: Tue, 10 Oct 2000 08:03:53 CDT
Paul E Johnson said:

If you are stuck with RH7, what do you do?

Personally, I'd unstick myself with it and go back to 6.2!  We planned
on testing 7.0 here but after 3 days of using it, it became so painful we
gave up in hopes that 7.1 will be out soon.

There were entirely too many things that just did not work under 7.0, 
compiling was one of them, and if you can't compile, what's the point?
-- 
Seeya,
Paul

   I'm in shape, my shape just happens to be pear!

 If you're not having fun, you're not doing it right!





Re: Any RedHat 7 users out there?

2000-10-10 Thread German Poo Caaman~o

On Tue, 10 Oct 2000, Paul E Johnson wrote:
 As noted in this list last week, RH7 is distributed with a bogus
 compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
 pointing back to the standard template library of c++. I've filed a bug
 report at RedHat, and expect they may fix it.
 
 If you are stuck with RH7, what do you do?
 
 1. Wait for RedHat to issue new gcc?
 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
 3. Get somebody to build a statically linked lyx?

Try with kgcc

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html




Re: Any RedHat 7 users out there?

2000-10-10 Thread nbecker

 "Paul" == Paul E Johnson [EMAIL PROTECTED] writes:

Paul As noted in this list last week, RH7 is distributed with a bogus
Paul compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
Paul pointing back to the standard template library of c++. I've filed a bug
Paul report at RedHat, and expect they may fix it.

Paul If you are stuck with RH7, what do you do?

Paul 1. Wait for RedHat to issue new gcc?
Paul 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
Paul 3. Get somebody to build a statically linked lyx?

Paul I'm leaning to option number 2, but don't know if it will harm my system
Paul in any way.  If others have overcome the problem, I'd like to know. I've
Paul searched pretty far and wide in the usenet for solutions.

How about something really useful?  Trace the compilation errors and
supply patches.

Chances are, the problem is not that there is something "wrong" with
gcc-2.96 - but more likely it is due to the greater standards
conformance.  In other words, you're most likely seeing bugs in lyx -
and patches would certainly be welcomed.



Re: Any RedHat 7 users out there?

2000-10-10 Thread Andre Poenitz

 As noted in this list last week, RH7 is distributed with a bogus
 compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
 pointing back to the standard template library of c++. I've filed a bug
 report at RedHat, and expect they may fix it.
 
 If you are stuck with RH7, what do you do?

From what I heard there are older compilers as well on RedHat 7.0.
So maybe you should simply try to install another one?

 2. Remove gcc-2.96 and retrofit gcc-2.95.2?

Probably the best option.

Andre'

-- 
Andre' Poenitz  [EMAIL PROTECTED]



Any RedHat 7 users out there?

2000-10-10 Thread Paul E Johnson

As noted in this list last week, RH7 is distributed with a bogus
compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
pointing back to the standard template library of c++. I've filed a bug
report at RedHat, and expect they may fix it.

If you are stuck with RH7, what do you do?

1. Wait for RedHat to issue new gcc?
2. Remove gcc-2.96 and retrofit gcc-2.95.2?
3. Get somebody to build a statically linked lyx?

I'm leaning to option number 2, but don't know if it will harm my system
in any way.  If others have overcome the problem, I'd like to know. I've
searched pretty far and wide in the usenet for solutions.

I'm looking at an alternative program called Texmacs at the moment, but
it is not quite so far along as Lyx, and I'd like to keep up the Lyx
effort.

-- 
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66045FAX: (785) 864-5700



Re: Any RedHat 7 users out there?

2000-10-10 Thread Paul Lussier

In a message dated: Tue, 10 Oct 2000 08:03:53 CDT
Paul E Johnson said:

If you are stuck with RH7, what do you do?

Personally, I'd unstick myself with it and go back to 6.2!  We planned
on testing 7.0 here but after 3 days of using it, it became so painful we
gave up in hopes that 7.1 will be out soon.

There were entirely too many things that just did not work under 7.0, 
compiling was one of them, and if you can't compile, what's the point?
-- 
Seeya,
Paul

   I'm in shape, my shape just happens to be pear!

 If you're not having fun, you're not doing it right!





Re: Any RedHat 7 users out there?

2000-10-10 Thread German Poo Caaman~o

On Tue, 10 Oct 2000, Paul E Johnson wrote:
 As noted in this list last week, RH7 is distributed with a bogus
 compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
 pointing back to the standard template library of c++. I've filed a bug
 report at RedHat, and expect they may fix it.
 
 If you are stuck with RH7, what do you do?
 
 1. Wait for RedHat to issue new gcc?
 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
 3. Get somebody to build a statically linked lyx?

Try with kgcc

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html




Re: Any RedHat 7 users out there?

2000-10-10 Thread nbecker

 "Paul" == Paul E Johnson [EMAIL PROTECTED] writes:

Paul As noted in this list last week, RH7 is distributed with a bogus
Paul compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
Paul pointing back to the standard template library of c++. I've filed a bug
Paul report at RedHat, and expect they may fix it.

Paul If you are stuck with RH7, what do you do?

Paul 1. Wait for RedHat to issue new gcc?
Paul 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
Paul 3. Get somebody to build a statically linked lyx?

Paul I'm leaning to option number 2, but don't know if it will harm my system
Paul in any way.  If others have overcome the problem, I'd like to know. I've
Paul searched pretty far and wide in the usenet for solutions.

How about something really useful?  Trace the compilation errors and
supply patches.

Chances are, the problem is not that there is something "wrong" with
gcc-2.96 - but more likely it is due to the greater standards
conformance.  In other words, you're most likely seeing bugs in lyx -
and patches would certainly be welcomed.



Re: Any RedHat 7 users out there?

2000-10-10 Thread Andre Poenitz

 As noted in this list last week, RH7 is distributed with a bogus
 compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
 pointing back to the standard template library of c++. I've filed a bug
 report at RedHat, and expect they may fix it.
 
 If you are stuck with RH7, what do you do?

From what I heard there are older compilers as well on RedHat 7.0.
So maybe you should simply try to install another one?

 2. Remove gcc-2.96 and retrofit gcc-2.95.2?

Probably the best option.

Andre'

-- 
Andre' Poenitz  [EMAIL PROTECTED]



Any RedHat 7 users out there?

2000-10-10 Thread Paul E Johnson

As noted in this list last week, RH7 is distributed with a bogus
compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
pointing back to the standard template library of c++. I've filed a bug
report at RedHat, and expect they may fix it.

If you are stuck with RH7, what do you do?

1. Wait for RedHat to issue new gcc?
2. Remove gcc-2.96 and retrofit gcc-2.95.2?
3. Get somebody to build a statically linked lyx?

I'm leaning to option number 2, but don't know if it will harm my system
in any way.  If others have overcome the problem, I'd like to know. I've
searched pretty far and wide in the usenet for solutions.

I'm looking at an alternative program called Texmacs at the moment, but
it is not quite so far along as Lyx, and I'd like to keep up the Lyx
effort.

-- 
Paul E. Johnson   email: [EMAIL PROTECTED]
Dept. of Political Sciencehttp://lark.cc.ukans.edu/~pauljohn
University of Kansas  Office: (785) 864-9086
Lawrence, Kansas 66045FAX: (785) 864-5700



Re: Any RedHat 7 users out there?

2000-10-10 Thread Paul Lussier

In a message dated: Tue, 10 Oct 2000 08:03:53 CDT
Paul E Johnson said:

>If you are stuck with RH7, what do you do?

Personally, I'd unstick myself with it and go back to 6.2!  We planned
on testing 7.0 here but after 3 days of using it, it became so painful we
gave up in hopes that 7.1 will be out soon.

There were entirely too many things that just did not work under 7.0, 
compiling was one of them, and if you can't compile, what's the point?
-- 
Seeya,
Paul

   I'm in shape, my shape just happens to be pear!

 If you're not having fun, you're not doing it right!





Re: Any RedHat 7 users out there?

2000-10-10 Thread German Poo Caaman~o

On Tue, 10 Oct 2000, Paul E Johnson wrote:
> As noted in this list last week, RH7 is distributed with a bogus
> compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
> pointing back to the standard template library of c++. I've filed a bug
> report at RedHat, and expect they may fix it.
> 
> If you are stuck with RH7, what do you do?
> 
> 1. Wait for RedHat to issue new gcc?
> 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
> 3. Get somebody to build a statically linked lyx?

Try with kgcc

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html




Re: Any RedHat 7 users out there?

2000-10-10 Thread nbecker

> "Paul" == Paul E Johnson <[EMAIL PROTECTED]> writes:

Paul> As noted in this list last week, RH7 is distributed with a bogus
Paul> compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
Paul> pointing back to the standard template library of c++. I've filed a bug
Paul> report at RedHat, and expect they may fix it.

Paul> If you are stuck with RH7, what do you do?

Paul> 1. Wait for RedHat to issue new gcc?
Paul> 2. Remove gcc-2.96 and retrofit gcc-2.95.2?
Paul> 3. Get somebody to build a statically linked lyx?

Paul> I'm leaning to option number 2, but don't know if it will harm my system
Paul> in any way.  If others have overcome the problem, I'd like to know. I've
Paul> searched pretty far and wide in the usenet for solutions.

How about something really useful?  Trace the compilation errors and
supply patches.

Chances are, the problem is not that there is something "wrong" with
gcc-2.96 - but more likely it is due to the greater standards
conformance.  In other words, you're most likely seeing bugs in lyx -
and patches would certainly be welcomed.



Re: Any RedHat 7 users out there?

2000-10-10 Thread Andre Poenitz

> As noted in this list last week, RH7 is distributed with a bogus
> compiler, gcc-2.96. Lyx does not compile, there are all kinds of errors
> pointing back to the standard template library of c++. I've filed a bug
> report at RedHat, and expect they may fix it.
> 
> If you are stuck with RH7, what do you do?

>From what I heard there are older compilers as well on RedHat 7.0.
So maybe you should simply try to install another one?

> 2. Remove gcc-2.96 and retrofit gcc-2.95.2?

Probably the best option.

Andre'

-- 
Andre' Poenitz  [EMAIL PROTECTED]