automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cyclic dependancy


From: Jan Engelhardt
Subject: Re: cyclic dependancy
Date: Mon, 27 Oct 2008 08:43:33 -0400 (EDT)
User-agent: Alpine 1.10 (LNX 962 2008-03-14)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]