Re: testsuite: distributed depending on non-distributed

2006-09-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralf, According to Ralf Wildenhues on 9/13/2006 8:43 PM: > > Thanks, but now I get `make check' failures for tests 42-47: > > Cheers, > Ralf > > # -*- compilation -*- > 42. modules.at:112: testing ... > --- - 2006-09-

Re: testsuite: distributed depending on non-distributed

2006-09-14 Thread Ralf Wildenhues
Hello Eric, * Eric Blake wrote on Thu, Sep 14, 2006 at 12:26:53PM CEST: > > > -m4:input.m4:6: Warning: dumpdef: undefined macro `test' > > +/tmp/m4/build/src/.libs/lt-m4:input.m4:6: Warning: dumpdef: undefined > > macro `test' > > Would it be worth it if libtool were to check if the shell's exec

wrapper argv[0] [was: testsuite: distributed depending on non-distributed]

2006-09-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, Ralf, According to Ralf Wildenhues on 9/14/2006 5:08 AM: > Hello Eric, > > * Eric Blake wrote on Thu, Sep 14, 2006 at 12:26:53PM CEST: >>> -m4:input.m4:6: Warning: dumpdef: undefined macro `test' >>> +/tmp/m4/build/src/.libs/lt-m4:input.m4:

Move from handcrafted makefile to libtool

2006-09-14 Thread Stepan Kasal
Hello, project newt currently uses handcrafted makefiles and installs libnewt like this: /usr/lib/libnewt.so.0.52.1 /usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.1 where SONAME is libnewt.so.0.52 We would like use automake with the project, which means libtool should be used for shared libraries

Re: AC_LIBTOOL_SYS_DYNAMIC_LINKER "gcc -print-search-dirs" problem

2006-09-14 Thread Peter O'Gorman
On Sep 14, 2006, at 4:18 AM, Kate Minola wrote: Ralf, Peter, Why not use the output of "gcc -print-search-dirs" and, for every directory that ends with "lib", append the value returned by "gcc -print-multi-os-directory"? Naturally one will have to "backup" directories such as /usr/lib/gcc/x8

Re: AC_LIBTOOL_SYS_DYNAMIC_LINKER "gcc -print-search-dirs" problem

2006-09-14 Thread Ralf Wildenhues
Hello Peter, * Peter O'Gorman wrote on Thu, Sep 14, 2006 at 05:22:30PM CEST: > On Sep 14, 2006, at 4:18 AM, Kate Minola wrote: > > >Why not use the output of "gcc -print-search-dirs" [...] > Well, because I would rather use the flags that the compiler actually > uses rather than the ones it say