[freetds] ct-lib unit tests link statically
James K. Lowden
jklowden at freetds.org
Tue Jul 8 11:29:03 EDT 2008
ZIGLIO, Frediano, VF-IT wrote:
> > If we find a way to cause libtool's RPATH to precede the values in
> > LDFLAGS, we could go back to dynamically linked unit tests.
> >
>
> ??
>
> I don't understand... I don't use any flags
For normal executables that use a FreeTDS library, e.g. bsqldb, I need to
have /usr/local/lib in its RPATH. The dynamic linker doesn't search in
/usr/local/lib by default.
For unit tests, of course, I don't want to use /usr/local/lib, but it's
being put at the front of the RPATH anyway.
--jkl
More information about the FreeTDS
mailing list