> 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>'
> 
> I'm hesitant to make a big deal out of this since I've seen no other
> traffic on this situation.  Maybe I'll try to build 1.1.4 to
> see if this
> is a regression or my problem.
> 
> Dan

Nah, this is easy...  Just do this:

extern "C" { #include <X11/extensions/Xinerama.h> }

Simple and easy.  :)

        Dave

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to