Bug with AC_CHECK_LIBM

2000-06-09 Thread Morten Eriksen
ood idea. If anyone of the libtool maintainers want to give it a look-over: cvs -d :pserver:[EMAIL PROTECTED]:/export/cvsroot login CVS password:(use "cvs") cvs -d :pserver:[EMAIL PROTECTED]:/export/cvsroot checkout conf-macros more conf-macros/check_mathlib.m4 Regards, Morten Eriksen

Re: arg list too long (so, split it into two?)

2000-10-05 Thread Morten Eriksen
Robert Boehne <[EMAIL PROTECTED]> writes: > I have a large library that IRIX CC w/ multi-language libtool is not > happy creating. It seems that the link line is too much for CC to > handle. Sounds familiar.. :^( > Is the only solution to split this library into convience > libs, then link tho

[PATCH] Fix for bootstrapping with latest CVS Autoconf

2000-10-11 Thread Morten Eriksen
4:48:12 @@ -1,3 +1,8 @@ +2000-10-11 Morten Eriksen <[EMAIL PROTECTED]> + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix invalid backslash + quoting. + 2000-10-02 Gary V. Vaughan <[EMAIL PROTECTED]> From Bruce Korb <[

Re: [PATCH] Fix for bootstrapping with latest CVS Autoconf

2000-10-12 Thread Morten Eriksen
e: /home/cvs/libtool/ChangeLog,v retrieving revision 1.809 diff -u -r1.809 ChangeLog --- ChangeLog 2000/10/02 01:18:16 1.809 +++ ChangeLog 2000/10/11 14:48:12 @@ -1,3 +1,8 @@ +2000-10-12 Morten Eriksen <[EMAIL PROTECTED]> + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix invalid backslash

Re: mulit-language-branch BUG: circular macro dependencies

2000-10-19 Thread Morten Eriksen
18:16 1.809 +++ ChangeLog 2000/10/12 16:43:57 @@ -1,3 +1,8 @@ +2000-10-12 Morten Eriksen <[EMAIL PROTECTED]> + + * ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular + dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE. + 2000-10-02 Gary V. Vaug

[PATCH] Problem with native IRIX ld

2000-10-26 Thread Morten Eriksen
ose the attached patch as a workaround for the IRIX ld problem. Changelog entry as follows (I'm not sure in which format you want patches against release tarballs, I guess you'd perhaps want to ignore the changes to the autogenerated files): 2000-10-26 Morten Eriksen <[EMAIL PROTECTED

Re: Win32: Autotools/libtool and MS VC++?

2001-01-24 Thread Morten Eriksen
Marc van Woerkom <[EMAIL PROTECTED]> writes: > [...] what happens if one really wants to use the Microsoft C/C++ > compiler? One solution we've found to work well is to wrap the cl.exe compiler (and the linker) within a shell script that converts "UNIX-style" compiler arguments into what MSVC++