>>>>> "Dirk" == Dirk Klugmann <[EMAIL PROTECTED]> writes:

Dirk> I had to include the line:

Dirk> #include <X11/Xfuncs.h>

Dirk> into the file "spellchecker.C". This is the header file where
Dirk> our gcc-2.95.2 distribution on AIX/RS6000 defines "bzero". 

You mean that bzero is not defined in any other header file? This
seems highly unlikely... In particular since it is probably used in
sys/select.h. 

Dirk> P.S.: Where has the file "README.bin" vanished? I'd like to
Dirk> create a binary distribution of the AIX/RS6000 executable, but I
Dirk> do not remember anymore how to achieve this. Any hints?

Hmm, the functionality itself has vanished when we switched to
automake :( A possible workaround is as follows (not tested):

make DESTDIR=/tmp      (or another directory)
cd /tmp/usr/local      (or whatever has been selected)
tar cvf lyx-1.1.5-bin.tar .
gzip lyx-1.1.5-bin.tar
cd /tmp
rm -r usr

JMarc

Reply via email to