Re: cannot build library on HP-UX

2013-12-02 Thread Gavin Smith
On Sat, Nov 2, 2013 at 5:43 PM, Denis Laroche wrote: > I used version 2.69 of autoconf and version 1.13.4 of automake to > generate the configure script. I use a recent version of GNU make, > 3.82, on the HP-UX system. I also use option subdir-objects in > AM_INIT_AUTOMAKE to minimize the number o

cannot build library on HP-UX

2013-11-02 Thread Denis Laroche
Hello everybody, it's my first attempt to write a library using the autotools. The library builds ok on Linux and OSX, but not on the platform where I need it, HP-UX. It fails in the directory containing gnulib source files. I used version 2.69 of autoconf and version 1.13.4 of automake to genera