Re: Small documentation issue

2008-01-14 Thread Ralf Wildenhues
* NightStrike wrote on Sun, Jan 13, 2008 at 10:05:11PM CET: > > In this example 'bindir.h' is not distributed, not installed, and it > is not even being built on-time. One may wonder what the > 'nodist_foo_SOURCES = bindir.h' line has any use at all. > > These two sentences are grammatically inco

Re: Setup automake to build dynamic library (.so) linking several other libraries statically (.a archive)

2008-01-14 Thread Ralf Wildenhues
Hello Thibaud, * tomoyo255 wrote on Mon, Jan 14, 2008 at 05:13:48PM CET: > > In opposition to what I did for every pieces of the whole thing, I need > the final library to be dynamic (a .so file), but with all former pieces > inconditionnally statically linked inside it. In other words, I want

Re: Small documentation issue

2008-01-14 Thread William Pursell
Ralf Wildenhues wrote: * NightStrike wrote on Sun, Jan 13, 2008 at 10:08:58AM CET: AC_INIT takes in parameters the name of the package, its version number, and a contact address for bugreports about the package (this address is output at the end of ./configure --help, for instance). That's not

Setup automake to build dynamic library (.so) linking several other libraries statically (.a archive)

2008-01-14 Thread tomoyo255
Hi, I'm quite new to the autotools. I'm using them currently to build a huge project composed of several pieces. In order to provide flexibility and also a bit to understand how autotools work I have to admit, I chose to build each part either as a dynamic library (.so file) or as static librar