Hi Anton,

I'm trying to build Virtuoso on FreeBSD and see a
small problem: configure script fails to locate cpp
(which located in /usr/bin/cpp). I can buld it fine,
patching 'configure' myself, but I think it's better
to fix it.

Regards,
Anton

Output from 'configure':

checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails
sanity check


Thanks for spotting this.

I will fix this in the configure.in file, but in the mean time you can edit ./configure approximately at line 2203 which reads:

    *-darwin*) CPP=/usr/bin/cpp ;;

add a new line below this:

    *-freebsd*) CPP=/usr/bin/cpp ;;



Best regards,

Patrick
--
Patrick van Kleef            Email : <[email protected]>
Virtuoso Maintainer          Web   : <http://virtuoso.openlinksw.com>
OpenLink Software

Reply via email to