Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Moin Ralf! On 21 Aug 2005, at 08:21, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Aug 19, 2005 at 07:38:31PM CEST: The c++ template with subdir-objects autotest is failing for me right now (I think this is because I need to backport another patch to my local automake-1.9.6

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Sun, Aug 21, 2005 at 04:59:14PM CEST: Moin Ralf! Good afternoon, Gary! On 21 Aug 2005, at 08:21, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Fri, Aug 19, 2005 at 07:38:31PM CEST: The c++ template with subdir-objects autotest is failing for me right now (I

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Bob Friesenhahn
On Sun, 21 Aug 2005, Gary V. Vaughan wrote: I dunno. This is the kind of horror that makes me avoid C++ as if it were perl ;-) Does g++ come with a command line unmangler? Yes, it is called c++filt. Does come with OS-X. If libtool is using the native linker (vs linking via the compiler)

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Ralf Wildenhues
* Gary V. Vaughan wrote on Sun, Aug 21, 2005 at 05:44:05PM CEST: On 21 Aug 2005, at 16:16, Ralf Wildenhues wrote: Can you get a demangled name of the symbol __Z2a2c? I dunno. This is the kind of horror that makes me avoid C++ as if it were perl ;-) Bob answered this already, but if you

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Hi Bob, Hallo Ralf, On 21 Aug 2005, at 17:16, Bob Friesenhahn wrote: On Sun, 21 Aug 2005, Gary V. Vaughan wrote: I dunno. This is the kind of horror that makes me avoid C++ as if it were perl ;-) Does g++ come with a command line unmangler? Yes, it is called c++filt. Does come with

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
Hallo Ralf! On 21 Aug 2005, at 17:35, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Sun, Aug 21, 2005 at 05:44:05PM CEST: On 21 Aug 2005, at 16:16, Ralf Wildenhues wrote: Can you get a demangled name of the symbol __Z2a2c? I dunno. This is the kind of horror that makes me avoid C++ as

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary V. Vaughan wrote: | I guess I'll leave that to our Darwin expert to fix, though. | | | Agreed. Hi Peter! | Hi, Still majorly jet-lagged (thus reading email at 5:45am :-p), but I believe that I noted this failure:

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Gary V. Vaughan
On 21 Aug 2005, at 22:11, Gary V. Vaughan wrote: On 21 Aug 2005, at 22:00, Peter O'Gorman wrote: Still majorly jet-lagged (thus reading email at 5:45am :-p), but I believe that I noted this failure: http://lists.gnu.org/archive/html/libtool/2005-06/msg00144.html Well remembered! I'd

Re: template test with subdirs failure for HEAD on darwin [WAS support standalone libltdl [libtool--gary--1.0--patch-23]]

2005-08-21 Thread Peter O'Gorman
Gary V. Vaughan wrote: So the better workaround is to add 'export MACOSX_DEPLOYMENT_TARGET=10.3' to those tests rather than skip them altogether? Hmm, no, you have to do it before you configure and build libtool. There are other workarounds to the ld bug, but they'd involve me adding a