FYI: Minor fix for the testsuite

2001-01-25 Thread Pavel Roskin

Hello!

Please don't use "sh -x" in the tests - otherwise they will be too verbose
even in VERBOSE is not set.

_
--- makevars.test
+++ makevars.test
@@ -1,4 +1,4 @@
-#! /bin/sh -x
+#! /bin/sh

 # Test to make sure that automake includes the needed variables,
 # but not too many.
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2001-01-25  Pavel Roskin  <[EMAIL PROTECTED]>
+
+   * makevars.test: Disable shell tracing.
+
 2001-01-25  Akim Demaille  <[EMAIL PROTECTED]>

* makevars.test: New.
_

Regards,
Pavel Roskin





Re: automake - libtool - lib.so - lib.a

2001-01-25 Thread Alexandre Oliva

On Jan 25, 2001, François Chenais <[EMAIL PROTECTED]> wrote:

> I would like to make a lib.so library with an other static lib2.a library
> but I have 

> *** Warning: inter-library dependencies are not known to be supported.

Get CVS libtool and hope the platform(s) of your choice support
linking static libraries into shared libraries.  This is not generally
supported, and some platforms will still get this kind of message, but
it just can't be done in general.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist*Please* write to mailing lists, not to me