Thomas Stroese <[EMAIL PROTECTED]> writes:
| Hello!
|
| i just tried to compile lyx 1.1.4, patch3 on my SuSE Linux 6.2 box.
| There was a 0.88 version of xforms on the system, but no header file. so I
| got bxform-088-glibc2.1.tgz and then ran
|
| tar xzvf lyx-1.1.4.tgz
| tar xzvf bxform-088-glibc2.1.tgz
| cp patch* lyx-1.1.4
| cat patch-1.1.4fix1 | patch -p1
| cat patch-1.1.4fix2 | patch -p1
| cat patch-1.1.4fix3 | patch -p1
| ./configure --with-prefix=/home/wiss/stroese/mylocal/
| --with-extra-inc=/home/wiss/stroese/mylocal/xforms/FORMS/
| --with-extra-lib=/home/wiss/stroese/mylocal/xforms/FORMS/
|
| (-> No problems any more...)
|
| make
|
| (-> An then this :-( ) What shall I do???
| I used g++ --version -> egcs-2.91.66
somehow you C++ library is not beeing linked in. You have an
installation/configuration problem with g++. Do you have all the
relevant g++ files installed?
Lgb