[Xapian-discuss] java bindings

Olly Betts olly at survex.com
Mon Nov 13 19:44:04 GMT 2006


On Mon, Nov 13, 2006 at 02:37:25PM -0500, Joachim Martin wrote:
> Ok, I installed "xapian-core-devel" and now I'm having problems with gcc:
> 
> ./configure CXXCPP=/usr/bin/cpp CXX=/usr/bin/gcc --with-java

/usr/bin/gcc is the C compiler, you want /usr/bin/g++ (which configure
will look for by default).  Similarly, don't set CXXCPP.

You might find g++ is in a different package to gcc, so it's possible
it's not installed even though gcc is.

Cheers,
    Olly



More information about the Xapian-discuss mailing list