Re: how to turn off shared library notice in output of make install?

2006-09-28 Thread Bruce Korb
Once upon a time, I had a working web page: http://autogen.sourceforge.net/conftest.html (It is down because the underlying OS was upgraded and it was a nuisance to find a build platform that produced binaries that worked correctly on the current platform. I've since learned how to do it, but

Re: how to turn off shared library notice in output of make install?

2006-09-28 Thread Ralf Wildenhues
Hello Kent, * Kent Boortz wrote on Thu, Sep 28, 2006 at 06:00:12AM CEST: > > I have been toying with an idea to create a wiki or something that is > a GNU autotools "cookbook". Not a tutorial, but more like the Perl > cookbook. Unfortunately I still know way too little about the GNU > autotools t

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Kent Boortz
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > | -- > | Libraries have been installed in: > |/shecky/n3_new/install/lib > | > | If you ever happen to want to link against installed libraries > | in a given directory, LIBDIR,

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ralf Wildenhues
* Ed Hartnett wrote on Wed, Sep 27, 2006 at 04:59:01PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > > to avoid much of libtool's blabla, and the developer will be able to set > > AM_LIBTOOLFLAGS=--silent > > But can this be done now? That is, can I somehow send the --silent to > lib

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > [ Cc:ing bug-libtool ] > > Hello Ed, Howdy Ralf! > Several comments: first, this comment is not written if libtool gets the > option --silent. With the next Automake release, the user will be able > to use > configure LIBTOOLFLAGS=--silent > > or

Re: how to turn off shared library notice in output of make install?

2006-09-27 Thread Ralf Wildenhues
[ Cc:ing bug-libtool ] Hello Ed, Thanks for the bug report. * Ed Hartnett wrote on Wed, Sep 27, 2006 at 03:54:00PM CEST: > I have shared libraries turned off by default, by having this in my > configure.ac: > > AM_DISABLE_SHARED > When I build and do a make install, with or without shared libr