Hello Yevgen,
* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 09:32:11PM CET:
>
> I am trying to figure out how to avoid using libtool when I don't need a
> shared library. [...]
> subdir1/
> libsubdir1.la
> subsubdir1/
> libsubsubdir1.la
> subsubdir2/
> libsubsubdir2.la
Try using
On 11/13/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
By passing CXXFLAGS='' to configure I was able to remove -g and -O2
but now with specific _CXXFLAGS during linking, no flags are showing
up. What's the problem? And is passing an empty list of flags to
configure the only way to achieve what
Ralf Wildenhues wrote:
* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 10:13:55PM CET:
Well, I didn't mention it, but non-recursive make is one of things
I am trying to do here. Its speed indeed is just awesome, but it also
leads to huge mess: things like
foo_SOURCES += subdir/subdir/subdir/f
Ralf Wildenhues wrote:
Hello Yevgen,
* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 09:32:11PM CET:
I am trying to figure out how to avoid using libtool when I don't need a
shared library. [...]
subdir1/
libsubdir1.la
subsubdir1/
libsubsubdir1.la
subsubdir2/
libsubsubdir
Hello,
I am trying to figure out how to avoid using libtool when I don't need a
shared library. The current, "normal", setup is like this: I have a toplevel
library which gets built into the executable, it gets built from libs from
subdirs, and those subdirs in turn have subdirs with convenience
l
Hi Stepan,
first of all thanks for the fast answer.
Stepan Kasal wrote:
Hello Steve,
I do not have any experience with kbuilt, but I'll try to generate
some hins anyway:
On Mon, Nov 13, 2006 at 11:48:29AM +0100, Steve Kreyer wrote:
DEFAULT_INCLUDES = [EMAIL PROTECTED]@
two nits ab
On 11/13/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
Hi all,
I'm trying to override -g -O2 CXXFLAGS set up by default but I'm quite
confused on how to do this. I have specific _CXXFLAGS setup, I have
also tried to setup AM_CXXFLAGS to empty but still those god damn
flags show up when compiling
Hi all,
I'm trying to override -g -O2 CXXFLAGS set up by default but I'm quite
confused on how to do this. I have specific _CXXFLAGS setup, I have
also tried to setup AM_CXXFLAGS to empty but still those god damn
flags show up when compiling and linking. How can I make them go away?
Regards,
--
Hello Steve,
I do not have any experience with kbuilt, but I'll try to generate
some hins anyway:
On Mon, Nov 13, 2006 at 11:48:29AM +0100, Steve Kreyer wrote:
> DEFAULT_INCLUDES = [EMAIL PROTECTED]@
two nits about this line: No need to use @..@, use $(abs_top_srcdir)
instead.
Why do you re-def
Hi,
I have a source package where a kernel driver is included.
I want to distribute this package with autotools.
Now I have a problem that I don't really know how automake
and the kbuild Makefile can work together...
I have the following Makefile.am:
Hello,
On Fri, Nov 10, 2006 at 11:27:18AM -0700, David Everly wrote:
> I have been working to follow this. It seems however that I need
> dist_TESTS, but this seems to not work so perhaps I should do this
> instead:
>
> EXTRA_DIST = $(TESTS)
yes, that is fine. One nit about style:
I would rat
Hello Ralf,
On Fri, Nov 10, 2006 at 05:50:18PM +0100, Jim Rainville wrote:
> + aclocal-1.10 -I m4
...
> configure.ac:80: warning: macro `AM_LIBTOOLFLAGS' not found in library
On Sun, Nov 12, 2006 at 06:43:44PM +0100, Ralf Wildenhues wrote:
> The warning shouldn't be there. Please post the config
12 matches
Mail list logo