Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-02-28 Thread Daniel Veillard
On Thu, Feb 28, 2008 at 01:04:22PM +0100, Jim Meyering wrote: > Jim Meyering <[EMAIL PROTECTED]> wrote: > > > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > > > >> On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: > >>> I got link errors when building with --disable-shared, and fina

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-02-28 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > >> On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: >>> I got link errors when building with --disable-shared, and finally >>> fixed it. Here's most of the solution. The patch after this one

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-02-27 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: >> I got link errors when building with --disable-shared, and finally >> fixed it. Here's most of the solution. The patch after this one >> adjusts the gcov (test-coverage)-related thi

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-02-27 Thread Daniel P. Berrange
On Wed, Feb 27, 2008 at 04:52:21PM +0100, Jim Meyering wrote: > I got link errors when building with --disable-shared, and finally > fixed it. Here's most of the solution. The patch after this one > adjusts the gcov (test-coverage)-related things so that works with > the new setup, too. > diff --

[Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-02-27 Thread Jim Meyering
I got link errors when building with --disable-shared, and finally fixed it. Here's most of the solution. The patch after this one adjusts the gcov (test-coverage)-related things so that works with the new setup, too. This also fixes what look like accidental omissions in src/libvirt_sym.version

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-01-29 Thread Daniel P. Berrange
On Tue, Jan 29, 2008 at 05:01:17PM +0100, Jim Meyering wrote: > "Richard W.M. Jones" <[EMAIL PROTECTED]> wrote: > > Jim Meyering wrote: > >> I tried to build static binaries in the usual libtool way, > >> via "configure --disable-shared" and got some link errors > >> due to the tests linking only w

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-01-29 Thread Jim Meyering
"Richard W.M. Jones" <[EMAIL PROTECTED]> wrote: > Jim Meyering wrote: >> I tried to build static binaries in the usual libtool way, >> via "configure --disable-shared" and got some link errors >> due to the tests linking only with shared-lib-related files. >> Here's the fix: >> >> Avoid link e

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-01-29 Thread Richard W.M. Jones
Jim Meyering wrote: I tried to build static binaries in the usual libtool way, via "configure --disable-shared" and got some link errors due to the tests linking only with shared-lib-related files. Here's the fix: Avoid link errors with "configure --disable-shared". * tests/Makef

Re: [Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-01-29 Thread Daniel P. Berrange
On Tue, Jan 29, 2008 at 11:44:30AM +0100, Jim Meyering wrote: > I tried to build static binaries in the usual libtool way, > via "configure --disable-shared" and got some link errors > due to the tests linking only with shared-lib-related files. > Here's the fix: > > Avoid link errors with "

[Libvir] [PATCH] Avoid link errors with "configure --disable-shared".

2008-01-29 Thread Jim Meyering
I tried to build static binaries in the usual libtool way, via "configure --disable-shared" and got some link errors due to the tests linking only with shared-lib-related files. Here's the fix: Avoid link errors with "configure --disable-shared". * tests/Makefile.am (LDADDS): Add .