Please Check my Plans

2008-11-24 Thread Neel Basu
cgixx (libcgixx.so -> requires cgixx-core.a, cgixx-core-common.a) | |-- core (cgixx-core.a -static -> requires cgixx-core-common.a) || |`-- common (cgixx-core-common.a -static) | `-- jsutil (cgixx-jsutil.a -static -> requires cgixx-core-common.a) | `-- common (S

Re: cyclic dependancy

2008-10-28 Thread Neel Basu
On Tuesday 28 Oct 2008 2:45:04 am Ralf Wildenhues wrote: > Well, it would be better if you reordered your files and directories in > a way so that they can be totally ordered, and no targets from makefiles > early in the list depend upon targets later in the list. It looks like > it will be possi

Re: cyclic dependancy

2008-10-27 Thread Neel Basu
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, thoug

Re: cyclic dependancy

2008-10-26 Thread Neel Basu
that didn't work and this time .la also not working. On Sunday 26 Oct 2008 2:00:12 pm Ralf Wildenhues wrote: > Hello Neel, > > please do not top-post. If you don't know what that is, > google for "top posting". > > * Neel Basu wrote on Sun, Oct 26, 200

Re: cyclic dependancy

2008-10-25 Thread Neel Basu
t no program or cgi++/jsutil/Makefile.am:7: library has `libcgixx_jsutil_la' as canonic name (possible typo) I did make clean and then tested it gave me same result. On Sunday 26 Oct 2008 9:49:46 am Ralf Wildenhues wrote: > Hello Neel, > > please don't top-post, thanks. &g

Re: cyclic dependancy

2008-10-25 Thread Neel Basu
r)/cgi++/libcgixx.la $(top_builddir)/cgi++/jsutil/libcgixx-jsutil.la Hope this makes it more clear. On Saturday 25 Oct 2008 1:41:02 pm Ralf Wildenhues wrote: > Hello Neel, > > * Neel Basu wrote on Sat, Oct 25, 2008 at 08:33:20AM CEST: > > > > cgixx > > > > |-- cgi++

Re: cyclic dependancy

2008-10-25 Thread Neel Basu
e: > Hello Neel, > > * Neel Basu wrote on Sat, Oct 25, 2008 at 08:33:20AM CEST: > > > > cgixx > > > > |-- cgi++.---> libcgixx.la <. > > | `-- jsutil |--> libcgixx-js.la --' > > > > '-- src

cyclic dependancy

2008-10-24 Thread Neel Basu
cgixx |-- cgi++.---> libcgixx.la <. | `-- jsutil |--> libcgixx-js.la --' '-- src --' libcgixx is the independant one and doesn't need any other libs to be compiled but libcgixx-js requirs libcgixx for compilation. But the codes written in