On Monday 2008-10-27 08:19, Neel Basu wrote: >On Sunday 26 Oct 2008 11:41:26 pm Ralf Wildenhues wrote: > >> $(top_builddir)/cgi++/libcgixx.la: >> cd $(top_builddir)/cgi++ && $(MAKE) $(AM_MAKEFLAGS) libcgixx.la >> >> in the Makefile.am files that need it. If the cgi++ directory has >> BUILT_SOURCES, then they need to be built first, though. >> > >The solution you've mentioned is general or standard way to solve the problem. >or My application logic is wrong or non-standard ??
I did not quite pay attention to the thread, but is not it that the binary does not strictly require libcgixx-js, but only libcgixx, at build time? [And the rest is done via dlopen...] In that case, you could complete drop the libcgixx-js dependency.