* Braden McDaniel wrote on Mon, Aug 06, 2007 at 03:40:09AM CEST:
> On Mon, 2007-08-06 at 10:53 +1000, Russell Shaw wrote:
>
> > However, the shared object that dlopen requires is in a new .libs
> > directory:
[...]
> >modules/System/.libs/system.so
[...]
> > Dlopen fails because it is looking
Hello Braden,
* Braden McDaniel wrote on Mon, Aug 06, 2007 at 12:27:48AM CEST:
>
> Related to this, I have observed dependency problems when using
> "make -j[n > 1]" with a nonrecursive make setup (and on a multiprocessor
> system). I have not filed a bug report on this because I'm at somewhat
>
On Mon, 2007-08-06 at 10:53 +1000, Russell Shaw wrote:
[snip]
> However, the shared object that dlopen requires is in a new .libs
> directory:
>
>modules/System/.libs/system.o
>modules/System/.libs/system.so
>modules/System/.libs/system.so.0
>modules/System/.libs/system.so.0.0.0
Ralf Wildenhues wrote:
Hello Braden, Russell,
* Braden McDaniel wrote on Sun, Aug 05, 2007 at 08:27:07PM CEST:
On Mon, 2007-08-06 at 03:49 +1000, Russell Shaw wrote:
I want it to be like:
System_LTLIBRARIES = modules/System/system.la
modules_System_system_la_SOURCES = modules/System/sys
Ralf Wildenhues wrote:
Hello Braden, Russell,
* Braden McDaniel wrote on Sun, Aug 05, 2007 at 08:27:07PM CEST:
On Mon, 2007-08-06 at 03:49 +1000, Russell Shaw wrote:
I want it to be like:
System_LTLIBRARIES = modules/System/system.la
modules_System_system_la_SOURCES = modules/System/sys
Braden McDaniel wrote:
On Mon, 2007-08-06 at 03:49 +1000, Russell Shaw wrote:
Hi,
In automake.am, i have:
System_LTLIBRARIES = system.la
system_la_SOURCES = modules/System/system.c
system_la_LDFLAGS = -module
This compiles ok. However, it puts system.la in the top level src directory.
On Sun, 2007-08-05 at 23:33 +0200, Ralf Wildenhues wrote:
[snip]
> Then you have subdir-objects set.
I do; I forgot about that.
Related to this, I have observed dependency problems when using
"make -j[n > 1]" with a nonrecursive make setup (and on a multiprocessor
system). I have not filed a bu
Hello Braden, Russell,
* Braden McDaniel wrote on Sun, Aug 05, 2007 at 08:27:07PM CEST:
> On Mon, 2007-08-06 at 03:49 +1000, Russell Shaw wrote:
> >
> > I want it to be like:
> >
> >System_LTLIBRARIES = modules/System/system.la
> >modules_System_system_la_SOURCES = modules/System/system.
On Mon, 2007-08-06 at 03:49 +1000, Russell Shaw wrote:
> Hi,
> In automake.am, i have:
>
>System_LTLIBRARIES = system.la
>system_la_SOURCES = modules/System/system.c
>system_la_LDFLAGS = -module
>
> This compiles ok. However, it puts system.la in the top level src directory.
>
>
> I
Hi,
In automake.am, i have:
System_LTLIBRARIES = system.la
system_la_SOURCES = modules/System/system.c
system_la_LDFLAGS = -module
This compiles ok. However, it puts system.la in the top level src directory.
I want it to be like:
System_LTLIBRARIES = modules/System/system.la
modules
Hello Ralf,
On Sun, Aug 05, 2007 at 03:39:07PM +0200, Ralf Wildenhues wrote:
> > if I rename a file (from .c to .cpp, or move to another dir) and update
> > Makefile.am, calling make in an already configured dir fails with the
> > following message:
> >
> > make: *** No rule to make target `foo.c
Hello Baurzhan,
* Baurzhan Ismagulov wrote on Thu, Aug 02, 2007 at 09:20:43AM CEST:
>
> if I rename a file (from .c to .cpp, or move to another dir) and update
> Makefile.am, calling make in an already configured dir fails with the
> following message:
>
> make: *** No rule to make target `foo.c
Hello,
if I may add a small nit:
* Cédric Lucantis wrote on Sat, Aug 04, 2007 at 11:03:28AM CEST:
>
> CLEANFILES = $(wildcard *.tab) $(wildcard *.tab.h) ...
>
> (I think the wildcard command is better than a shell expansion, but I'm
> not sure it makes a difference in that case. See info make f
13 matches
Mail list logo