I was aware of that, but what I'd like to see is a full working example,
but of small size.
Thanks,
--santilin
John Calcote wrote:
Santiago Capel Torres wrote:
Hi I'd like to know of any sample or small c++ project for GNU/Linux
which uses any kind of loadable plugins with the
Hi I'd like to know of any sample or small c++ project for GNU/Linux
which uses any kind of loadable plugins with the ld library. It should
be complete in the sense of having all the autotools files and the c/c++
code of both the main application and the plugins.
Thanks a lot!
-- santilin
Ralf Wildenhues escribió:
* Santiago Capel Torres wrote on Thu, Feb 21, 2008 at 05:24:37PM CET:
It seems that all dir variables work fine in my Makefile, but libdir
seems to be hard coded, so when I issue
./configure --prefix=$HOME/tmp/local
or
./configure --libdir=$HOME/tmp/local/lib
the
Hi,
It seems that all dir variables work fine in my Makefile, but libdir
seems to be hard coded, so when I issue
./configure --prefix=$HOME/tmp/local
or
./configure --libdir=$HOME/tmp/local/lib
the libdir is always set to /usr/lib
The relevant Makefile autogenerated lines are:
install_sh =
I am using the macro AM_PATH_XML2(2.5.0) in my configure.ac which works
fine provided the libxml2-devel package is installed. But when this
package is not installed, I get errors:
aclocal
configure.in:62: warning: macro `AM_PATH_XML2' not found in library
autoheader
automake
autoconf
configure