Subject build library
Author performasoftware
Hi

I've a FreeBSD machine with Firebird and a OpenBSD machine which
should connect to Firebird on FreeBSD. Is it possible to build only
the library (libfbclient.so)?

I tried to build firebird on OpenBSD, so I changed configure.in to
*-*-openbsd*) and rerun autoconf. My main problem is, that OpenBSD
uses g++ instead eg++. I tried 'env CC=egcc CXX=eg++ ./configure' or
'./configure CC=egcc CXX=eg++' but it uses only g++.

Have you any idea, how to build libfbclient.so?

Thanks for your help.

Dominik Fässler