Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-21 Thread Olly Betts
On 2007-03-05, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > As a workaround (that AFAICS won't break things in the future) you can put > m4_defun([_LT_AC_LANG_CXX_CONFIG]) > m4_defun([_LT_AC_LANG_F77_CONFIG]) Neat. However to avoid problems with fussier bourne shells, I found that I have to d

Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-08 Thread Ralf Wildenhues
Hello Fredrik, * Fredrik Tolf wrote on Thu, Mar 08, 2007 at 03:52:27PM CET: > On Mon, 2007-03-05 at 10:04 +0100, Ralf Wildenhues wrote: > > As a workaround (that AFAICS > > won't break things in the future) you can put > > m4_defun([_LT_AC_LANG_CXX_CONFIG]) > > m4_defun([_LT_AC_LANG_F77_CONFIG

Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-08 Thread Fredrik Tolf
Thanks for all the replies to my question! I'm perfectly content with the fix being in CVS -- it wasn't exactly an urgent problem. However, the following leaves me a bit curious: On Mon, 2007-03-05 at 10:04 +0100, Ralf Wildenhues wrote: > As a workaround (that AFAICS > won't break things in the f

Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-05 Thread Peter O'Gorman
On Mar 5, 2007, at 10:58 AM, Fredrik Tolf wrote: Hi list! I have this little problem with libtool, which I was convinced was a common problem, but no matter what I've googled for I haven't been able to find anything relevant, so I'm turning to the list instead. The thing is, I'm using libt

Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-05 Thread Ralf Wildenhues
Hello Fredrik, * Fredrik Tolf wrote on Mon, Mar 05, 2007 at 02:58:52AM CET: > Surely, libtool doesn't actually require C++ or FORTRAN compilers? Is > there any way to make AM_PROG_LIBTOOL ignore those? Yes. This has been fixed in the CVS HEAD version of Libtool for quite a while, but not yet in

Re: Compiler checks in AM_PROG_LIBTOOL

2007-03-05 Thread Stephane Bortzmeyer
On Mon, Mar 05, 2007 at 02:58:52AM +0100, Fredrik Tolf <[EMAIL PROTECTED]> wrote a message of 27 lines which said: > However, it seems to have the rather nasty habit of not only wanting > to check for the g++ and g77 compilters, but even making configure > fail if they aren't present, I use au

Compiler checks in AM_PROG_LIBTOOL

2007-03-05 Thread Fredrik Tolf
Hi list! I have this little problem with libtool, which I was convinced was a common problem, but no matter what I've googled for I haven't been able to find anything relevant, so I'm turning to the list instead. The thing is, I'm using libtool in a couple of projects of mine, along with autoconf