Hi,
libtool --silent doesn't omit the "if you ever happen to..." text at the
end of a make install any more.
VERSION=1.4a
TIMESTAMP=" (1.641.2.28 2000/05/14 09:08:17)"
Dirk
Hi,
libtool --silent doesn't hide the
--
Libraries have been installed in:
XXXx
To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.
You will
Hi,
how am I supposed to pass the --thread_safe flag of KCC to libtool
correctly?
putting it into CXXFLAGS makes libtool strip it before it invokes KCC in the
--link mode, therefore fail the compilation (as KCC requires this flag to be
present during linking if one of the object files was co