Dan McGhee wrote:
I did find this however at:
http://www.openoffice.org/FAQs/build_faq.html#bugs
Under the heading "We have a few build problems"
undefined symbol: _Z16XineramaIsActiveP9_XDisplay
This is a problem with your headers, add 'extern "C" {' and '}' around
'#include <X11/extensions/Xinerama.h>, and then build through
libvcl644li.so.
However, I have no clue how to decipher this. Does it mean to put
this sequence in the configure.in file:
extern "C"
'#include <X11/extensions/Xinerama.h>'
There are two instances of the #include line in the configure script. I
changed both of them to read
extern "C" '<X11/extensions/Xinerama.h>'
and Open Office--both 1.1.4 (whose compile failed in the same way) and
1.1.5--configured successfully.
More on building later. :-)
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page