Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Juergen Vigna
On 28-Oct-99 Jean-Marc Lasgouttes wrote: It is because we are a bit confused too :) The only new requirement for lyx 1.1.x is: ``a good and recent enough C++ compiler''. Obviously gcc 2.7.x is not this compiler. However, I believe that the problem is more with the library provided with gcc

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Shaun Courtney
Hi I've got 1.1.1 compiled on FreeBSD 3.3-STABLE but needed to use gcc 295 (aka egcs) as 2.7.2.1 dies on iostream errors and I needed the gettext else linking dies at the end. CXX=/usr/local/bin/g++295 CC=/usr/local/bin/gcc295 ./configure --with-extra-lib=/usr/X11R6/lib

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Jan Ulrich Hasecke
On Thu, 28 Oct 1999, Kayvan A. Sylvan wrote: If you want to compile lyx from source, you need a recent enough C compiler. That's it. I compiled lyx 1.1.1. on my Red Hat SUN LX with a gcc 2.90.29 without problems. I will look for a newer compiler for my Open Linux Intel-Maschine. Mh, perhaps

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Juergen Vigna
On 28-Oct-99 Jean-Marc Lasgouttes wrote: It is because we are a bit confused too :) The only new requirement for lyx 1.1.x is: ``a good and recent enough C++ compiler''. Obviously gcc 2.7.x is not this compiler. However, I believe that the problem is more with the library provided with gcc

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Shaun Courtney
Hi I've got 1.1.1 compiled on FreeBSD 3.3-STABLE but needed to use gcc 295 (aka egcs) as 2.7.2.1 dies on iostream errors and I needed the gettext else linking dies at the end. CXX=/usr/local/bin/g++295 CC=/usr/local/bin/gcc295 ./configure --with-extra-lib=/usr/X11R6/lib

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Jan Ulrich Hasecke
On Thu, 28 Oct 1999, Kayvan A. Sylvan wrote: If you want to compile lyx from source, you need a recent enough C compiler. That's it. I compiled lyx 1.1.1. on my Red Hat SUN LX with a gcc 2.90.29 without problems. I will look for a newer compiler for my Open Linux Intel-Maschine. Mh, perhaps

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Juergen Vigna
On 28-Oct-99 Jean-Marc Lasgouttes wrote: > It is because we are a bit confused too :) The only new requirement > for lyx 1.1.x is: ``a good and recent enough C++ compiler''. Obviously > gcc 2.7.x is not this compiler. However, I believe that the problem is > more with the library provided with

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Shaun Courtney
Hi I've got 1.1.1 compiled on FreeBSD 3.3-STABLE but needed to use gcc 295 (aka egcs) as 2.7.2.1 dies on iostream errors and I needed the gettext else linking dies at the end. CXX=/usr/local/bin/g++295 CC=/usr/local/bin/gcc295 ./configure --with-extra-lib=/usr/X11R6/lib

Re: Errors compiling lyx 1.1.1.

1999-10-29 Thread Jan Ulrich Hasecke
On Thu, 28 Oct 1999, Kayvan A. Sylvan wrote: >If you want to compile lyx from source, you need a recent enough C compiler. That's it. I compiled lyx 1.1.1. on my Red Hat SUN LX with a gcc 2.90.29 without problems. I will look for a newer compiler for my Open Linux Intel-Maschine. Mh, perhaps

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Friedemann Baitinger
On 27 Oct 1999 [EMAIL PROTECTED] wrote: I don't think it's libg++ you want - at least not for STL or iostream. You need libstdc++ for that. I have both of the above installed and still get exactly the very same compile errors mentioned at the top of this thread. PS: lyx-1.0.4 compiled

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jean-Marc Lasgouttes
"Friedemann" == Friedemann Baitinger [EMAIL PROTECTED] writes: Friedemann I have both of the above installed and still get exactly Friedemann the very same compile errors mentioned at the top of this Friedemann thread. Friedemann PS: lyx-1.0.4 compiled cleanly. Yes, there have been _many_

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jan Ulrich Hasecke
On 28 Oct 1999, Jean-Marc Lasgouttes wrote: I do not think you will be able to compile LyX with gcc 2.7.x now. The only possibility of doing that is probably to use STLport (www.stlport.org), which replaces libg++ 2.7 with a _much_ better version. However, I am not sure that LyX will compile

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Friedemann Baitinger
On 27 Oct 1999 [EMAIL PROTECTED] wrote: I don't think it's libg++ you want - at least not for STL or iostream. You need libstdc++ for that. I have both of the above installed and still get exactly the very same compile errors mentioned at the top of this thread. PS: lyx-1.0.4 compiled

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jean-Marc Lasgouttes
"Friedemann" == Friedemann Baitinger [EMAIL PROTECTED] writes: Friedemann I have both of the above installed and still get exactly Friedemann the very same compile errors mentioned at the top of this Friedemann thread. Friedemann PS: lyx-1.0.4 compiled cleanly. Yes, there have been _many_

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jan Ulrich Hasecke
On 28 Oct 1999, Jean-Marc Lasgouttes wrote: I do not think you will be able to compile LyX with gcc 2.7.x now. The only possibility of doing that is probably to use STLport (www.stlport.org), which replaces libg++ 2.7 with a _much_ better version. However, I am not sure that LyX will compile

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Friedemann Baitinger
On 27 Oct 1999 [EMAIL PROTECTED] wrote: > I don't think it's libg++ you want - at least not for STL or > . You need libstdc++ for that. > I have both of the above installed and still get exactly the very same compile errors mentioned at the top of this thread. PS: lyx-1.0.4 compiled cleanly.

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jean-Marc Lasgouttes
> "Friedemann" == Friedemann Baitinger <[EMAIL PROTECTED]> writes: Friedemann> I have both of the above installed and still get exactly Friedemann> the very same compile errors mentioned at the top of this Friedemann> thread. Friedemann> PS: lyx-1.0.4 compiled cleanly. Yes, there have been

Re: Errors compiling lyx 1.1.1.

1999-10-28 Thread Jan Ulrich Hasecke
On 28 Oct 1999, Jean-Marc Lasgouttes wrote: >I do not think you will be able to compile LyX with gcc 2.7.x now. The >only possibility of doing that is probably to use STLport >(www.stlport.org), which replaces libg++ 2.7 with a _much_ better version. >However, I am not sure that LyX will compile

Errors compiling lyx 1.1.1.

1999-10-27 Thread Jan Ulrich Hasecke
Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this error while compiling after successful configuring ../../src/support/LIstream.h:23: iostream: No such file or directory make[3]: *** [formula.o] Error 1 make[3]: Leaving directory `/home/juh/compile/lyx-1.1.1/src/mathed' make[2]: ***

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread Jean-Marc Lasgouttes
"Jan" == Jan Ulrich Hasecke [EMAIL PROTECTED] writes: Jan Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this Jan error while compiling after successful configuring Jan ../../src/support/LIstream.h:23: iostream: No such file or Jan directory make[3]: *** [formula.o] Error 1 make[3]:

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread nbecker
I don't think it's libg++ you want - at least not for STL or iostream. You need libstdc++ for that.

Errors compiling lyx 1.1.1.

1999-10-27 Thread Jan Ulrich Hasecke
Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this error while compiling after successful configuring ../../src/support/LIstream.h:23: iostream: No such file or directory make[3]: *** [formula.o] Error 1 make[3]: Leaving directory `/home/juh/compile/lyx-1.1.1/src/mathed' make[2]: ***

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread Jean-Marc Lasgouttes
"Jan" == Jan Ulrich Hasecke [EMAIL PROTECTED] writes: Jan Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this Jan error while compiling after successful configuring Jan ../../src/support/LIstream.h:23: iostream: No such file or Jan directory make[3]: *** [formula.o] Error 1 make[3]:

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread nbecker
I don't think it's libg++ you want - at least not for STL or iostream. You need libstdc++ for that.

Errors compiling lyx 1.1.1.

1999-10-27 Thread Jan Ulrich Hasecke
Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this error while compiling after successful configuring ../../src/support/LIstream.h:23: iostream: No such file or directory make[3]: *** [formula.o] Error 1 make[3]: Leaving directory `/home/juh/compile/lyx-1.1.1/src/mathed' make[2]: ***

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread Jean-Marc Lasgouttes
> "Jan" == Jan Ulrich Hasecke <[EMAIL PROTECTED]> writes: Jan> Hi, on Caldera Open Linux 1.2 with kernel 2.0.33, I get this Jan> error while compiling after successful configuring Jan> ../../src/support/LIstream.h:23: iostream: No such file or Jan> directory make[3]: *** [formula.o] Error 1

Re: Errors compiling lyx 1.1.1.

1999-10-27 Thread nbecker
I don't think it's libg++ you want - at least not for STL or . You need libstdc++ for that.