Re: C++ exceptions fail, CVS libtool, gcc 3.0.1, Solaris 2.6

2001-10-04 Thread libtool
On Wed, Oct 03, 2001 at 09:27:41PM -0500, Bob Friesenhahn wrote: ImageMagick has been using CVS libtool. With gcc 2.95.2, C++ exceptions work fine under Solaris 2.6. With gcc 3.0.1, C++ exceptions are not being caught, causing the program to core dump. Has anyone else seen this problem?

Re: C++ exceptions fail, CVS libtool, gcc 3.0.1, Solaris 2.6

2001-10-04 Thread Bob Friesenhahn
On Thu, 4 Oct 2001 [EMAIL PROTECTED] wrote: Has anyone else seen this problem? Is it due to libtool? Have you tried generating a small test program with exceptions to determine if GCC is the culprit? I cannot imagine anything inherent in libtool that would cause a problem. Are both

Re: _LT_AC_TAGCONFIG versus Cray sed

2001-10-04 Thread Kevin Ryde
[EMAIL PROTECTED] writes: If you replace the delimiter with a character other than /, does the sed command work? Yes, colons worked in last nights build. --- libtool.m4.old Thu Oct 4 01:40:53 2001 +++ libtool.m4 Thu Oct 4 01:42:27 2001 @@ -1446,7 +1446,7 @@ for tagname in $tagnames;

Re: Darwin patches?

2001-10-04 Thread Max Horn
The reason is, [drawin1.[0-2]]] is a bit behind, since Darwin is at 1.4.1 as of October 1st. Although 1.4.0 is a major change in some instances, although not so much with libtool. There is a good reason for this check - it *deliberatly* checks for darwin 1.0 - 1.2, because those are

Re: Darwin patches?

2001-10-04 Thread scott hutinger
On Thu, 4 Oct 2001, Max Horn wrote: The reason is, [drawin1.[0-2]]] is a bit behind, since Darwin is at 1.4.1 as of October 1st. Although 1.4.0 is a major change in some instances, although not so much with libtool. There is a good reason for this check - it *deliberatly*

Re: Darwin patches?

2001-10-04 Thread Max Horn
Ok, cdemo tests fail. What are the requirements from admin for modification to cdemo if needed? Sorry I have to ask, sometimes people have various reasons for not allowing specific modifications. The problem is not in cdemo, this is a test, and it fails for valid reasons on Darwin - namely,

Re: Darwin patches?

2001-10-04 Thread scott hutinger
On Fri, 5 Oct 2001, Max Horn wrote: Ok, cdemo tests fail. What are the requirements from admin for modification to cdemo if needed? Sorry I have to ask, sometimes people have various reasons for not allowing specific modifications. The problem is not in cdemo, this is a test, and it

ar cru piecewise linking of same named objects

2001-10-04 Thread Kevin Ryde
I think I've struck a bit of a problem trying the cvs libtool with GMP. GMP has some object files with the same name, like mpz/random.lo and mpn/random.lo. On vax-dec-ultrix4.5, libtool decides the command line limit is 3073, and does the final libgmp library link in two pieces. Unfortunately

Re: libtool 1.4 not passing linker directives

2001-10-04 Thread libtool
On Fri, Oct 05, 2001 at 01:14:52AM -0400, Ian Peters wrote: An application I work on has been calling libtool (through automake) with linker directives on the libtool line, around many of the libraries specified, like so (apologies if this wraps strangely, it's all one line): /bin/sh