Dynamically loadable libraries and check_LTLIBRARIES primary

2005-10-27 Thread matteo . vescovi
Hi, I am working on a portable plugin framework that relies on the autoconf, automake, libtool trio to achieve maximum portability. The framework builds the plugins as runtime dynamically linked modules with the following: lib_LTLIBRARIES = module.la module_la_SOURCES = module.cxx module

Re: configure can not determin 'HAVE_LIMITS'

2005-10-27 Thread Steven Woody
Ralf Corsepius <[EMAIL PROTECTED]> writes: > > To check for C++-headers you normally have to tell the configure script > to switch languages/compilers. > > Example: > # This uses the c-compiler > AC_CHECK_HEADERS([limits.h]) > > # This uses the c++-compiler > AC_LANG_PUSH([C++]) > AC_CHECK_HEADERS

Re: AC_PROG_CC_C_O doesn't work with VC++

2005-10-27 Thread Harald Dunkel
Hi folks, Stepan Kasal wrote: > > I committed the patch attached to this mail. > Could you please apply the attached patch as well? It is necessary on Windows to detect '\' as a directory path separator. Many thanx Harri --- compile~ 2005-10-24 12:03:48.0 +0200 +++ compile 2005-10-26