Re: Can't use automake-1.10 in Mingw and Cygwin in Windows XP

2007-02-10 Thread Ralf Wildenhues
Hello Haibin, Please do not cross-post to more than one group. There is no need. * haibin zhang wrote on Fri, Feb 09, 2007 at 04:43:17PM CET: I found that automake-1.10 can't be used in Mingw and Cygwin in Windows XP. No, that's not right in general. if I use automake-1.9.6, it 's ok.

Re: Automatic dependecy based compilation targets

2007-02-10 Thread Ralf Wildenhues
Hello Mihai, * Dizzy wrote on Fri, Feb 02, 2007 at 11:49:10AM CET: On Thursday 01 February 2007 19:40, Ralf Wildenhues wrote: > > If you want your libfoo and libbar to not be convenience archives, but > installable libraries, then for the EXTRA* stuff I think you need to put > "-rpath $(libdir)

Re: init.d script best practice

2007-02-10 Thread Bob Proulx
deckrider wrote: > Is there a best practice example for using autoconf/automake to > install system init scripts? For instance, HP-UX looks for these in > /sbin/init.d and /sbin/rc*.d and many others look to /etc/init.d and > /etc/rc*.d. I would recommend not using automake for this. The format

Re: HPUX: PARALLEL=4 make -P

2007-02-10 Thread Ralf Wildenhues
Hello deckrider, * deckrider wrote on Sat, Feb 10, 2007 at 12:47:23AM CET: > I'm having some parallel problem that isn't always repeatable (as is > the case with many parallel problems) when using HP make as follows: > > PARALLEL=4 make -P distcheck > > I get errors like this: Please post the w