[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cyclic dependancy
From: |
Neel Basu |
Subject: |
Re: cyclic dependancy |
Date: |
Sun, 26 Oct 2008 22:59:07 +0530 |
User-agent: |
KMail/1.9.9 |
This is my current version of cgixx/cgi++/jsutil/Makefile.am
INCLUDES = -I$(top_srcdir)/cgi++
METASOURCES = AUTO
noinst_HEADERS = NOT-MENTIONED
lib_LTLIBRARIES = libcgixx-jsutil.la
libcgixx_jsutil_la_SOURCES = NOT-MENTIONED
libcgixx_jsutil_la_LIBADD = $(top_builddir)/cgi++/libcgixx.la
libcgixx_jsutil_la_LDFLAGS = -static
The error shown is
make[3]: *** No rule to make target `../../cgi++/libcgixx.la', needed by
`libcgixx-jsutil.la'.
make[2]: *** No rule to make target `../cgi++/jsutil/libcgixx-jsutil.la',
needed by `cgixx'.
First you asked to use .a instead of a 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, 2008 at 07:12:20AM CET:
> > Now this is my cgixx/cgi++/jsutil/Makefile.am
> > 1. INCLUDES = -I$(top_srcdir)/cgi++
> > 2. METASOURCES = AUTO
> > 3. noinst_HEADERS = NOT-METIONED
> > 4. lib_LIBRARIES = libcgixx-jsutil.la
>
> This must be lib_LTLIBRARIES, sorry about that.
>
> > 5. libcgixx_jsutil_la_SOURCES = NOT-MENTIONED
> > 6. libcgixx_jsutil_la_LIBADD = $(top_builddir)/cgi++/libcgixx.la
> > 7. libcgixx_jsutil_la_LDFLAGS = -static
>
> Cheers,
> Ralf
--
Zigmoyd PHP Framework http://zigmoyd.net
- cyclic dependancy, Neel Basu, 2008/10/25
- Re: cyclic dependancy, Neel Basu, 2008/10/25
- Re: cyclic dependancy, Ralf Wildenhues, 2008/10/26
- Re: cyclic dependancy, Neel Basu, 2008/10/26
- Re: cyclic dependancy, Ralf Wildenhues, 2008/10/26
- Re: cyclic dependancy,
Neel Basu <=
- Re: cyclic dependancy, Ralf Wildenhues, 2008/10/26
- Re: cyclic dependancy, Neel Basu, 2008/10/27
- Re: cyclic dependancy, Jan Engelhardt, 2008/10/27
- Re: cyclic dependancy, Ralf Wildenhues, 2008/10/27
- Re: cyclic dependancy, Neel Basu, 2008/10/29