Tuukka Toivonen wrote:
> 
> Downgrading your Linux distribution would probably help but that would be
> quite much of work.

Yep.

> 
> It might be interesting to see if the symbol "_xstat" is defined somewhere
> in your libraries, eg "nm /lib/libc-2.1.*.so | grep _xstat" (it is in my
> Redhat 6.2 glibc 2.1.3 gcc 2.91.66 system), but whatever the result is,
> I don't know how that would help you.


/lib/libc-2.1.92.so:000cf854 t ___xstat64
/lib/libc-2.1.92.so:000cf854 t __old__xstat64
/lib/libc-2.1.92.so:000cee44 T __xstat
/lib/libc-2.1.92.so:000cf854 T __xstat64@@GLIBC_2.2
/lib/libc-2.1.92.so:000cf854 T [EMAIL PROTECTED]
/lib/libc-2.1.92.so:000cee44 t _xstat


So, the symbol does exist. I am running Redhat 7
> 
>
> 
> >the problem I had with the xforms has been solved. It seems that I had
> Great!
> 
> >an corrupt file or something. I have taken the glibc5 version from the
> I hope it's glibc2 aka libc6 actually.
> 
> >ftp.lyx.org and that one was ok. That is, configure did not complain.
> Now let's see if it actually works... (tell if it doesn't)



Well, as I said configure did not complain, so that seems ok, but the
compilation failed completely. I have tried 1.1.6 as well, but it
results in the same error (don't worry about the warning message
concerning the modification time, the machine was installed today ...):

For 1.1.5:

make[3]: Entering directory `/usr/local/lyx-1.1.5fix2/src/mathed'
make[3]: *** Warning: File `Makefile' has modification time in the
future (2000-12-04 16:42:53 > 2000-12-04 15:33:29)
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../   -I/usr/local/include  -isystem
/usr/X11R6/include  -g -O2 -fno-rtti -fno-exceptions -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/usr/local/include -isystem /usr/X11R6/include -g -O2 -fno-rtti
-fno-exceptions -c formula.C -o formula.o
In file included from formula.C:20:
/usr/include/g++-3/sstream: In method `string stringstreambase::str ()
const':
/usr/include/g++-3/sstream:102: taking dynamic typeid of object with
-fno-rtti
/usr/include/g++-3/sstream: In method `void stringstreambase::str
(const string &)':
/usr/include/g++-3/sstream:107: taking dynamic typeid of object with
-fno-rtti
In file included from ../../src/lyxfont.h:22,
                 from ../../src/insets/lyxinset.h:24,
                 from formula.h:27,
                 from formula.C:30:
../../src/LString.h: At top level:
../../src/LString.h:21: conflicting types for `typedef class lyxstring
string'
/usr/include/g++-3/string:9: previous declaration as `typedef class
basic_string<char, string_char_traits<char>,
__default_alloc_template<true, 0> > string'
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/usr/local/lyx-1.1.5fix2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/lyx-1.1.5fix2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/lyx-1.1.5fix2/src'
make: *** [all-recursive] Error 1


For 1.1.6:

make[3]: Entering directory `/usr/local/lyx-1.1.6pre1/src/mathed'
make[3]: *** Warning: File `Makefile' has modification time in the
future (2000-12-04 16:53:41 > 2000-12-04 15:28:39)
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost 
-isystem /usr/X11R6/include  -g -O -fno-rtti -fno-exceptions -W -Wall
-Wconversion -Winline -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../..
-I../.. -I../../boost -isystem /usr/X11R6/include -g -O -fno-rtti
-fno-exceptions -W -Wall -Wconversion -Winline -c formula.C -o formula.o
In file included from ../../src/Lsstream.h:17,
                 from formula.C:19:
/usr/include/g++-3/sstream: In method `string stringstreambase::str ()
const':
/usr/include/g++-3/sstream:102: taking dynamic typeid of object with
-fno-rtti
/usr/include/g++-3/sstream: In method `void stringstreambase::str
(const string &)':
/usr/include/g++-3/sstream:107: taking dynamic typeid of object with
-fno-rtti
/usr/include/g++-3/sstream: In method `int stringbuf::sync ()':
/usr/include/g++-3/sstream:171: warning: comparison between signed and
unsigned integer expressions
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/usr/local/lyx-1.1.6pre1/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/lyx-1.1.6pre1/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/lyx-1.1.6pre1/src'
make: *** [all-recursive] Error 1 

-- 
Andre H. Juffer              | Phone: +358-8-553 1683
The Biocenter and            | Fax: +358-8-553-1141
    the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland  | WWW:
http://www.biochem.oulu.fi/research.html

Reply via email to