Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-15 Thread Dale Walsh
On Jan 14, 2006, at 07:47 , Peter O'Gorman wrote: Dale Walsh wrote: I think that the problem is that aclocal is picking up a different version of libtool.m4 than it should. It looks like you have a modern ltmain.sh and an old libtool.m4, thus meaning SED (and a whole bunch of other th

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-14 Thread Ralf Wildenhues
* Dale Walsh wrote on Sat, Jan 14, 2006 at 06:12:31AM CET: > On Jan 13, 2006, at 07:44 , Peter O'Gorman wrote: > > > >I think that the problem is that aclocal is picking up a different > >version of libtool.m4 than it should. It looks like you have a > >modern ltmain.sh and an old libtool.m4, t

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-14 Thread Peter O'Gorman
Dale Walsh wrote: I think that the problem is that aclocal is picking up a different version of libtool.m4 than it should. It looks like you have a modern ltmain.sh and an old libtool.m4, thus meaning SED (and a whole bunch of other things) is undefined. OK, but if I'm installing both au

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Dale Walsh
On Jan 13, 2006, at 07:44 , Peter O'Gorman wrote: Dale Walsh wrote: On Jan 13, 2006, at 03:07 , Harlan Stenn wrote: The stuff I was proposing may be way more than you need. It is also a nontrivial amount of work to set up (those sort of things are how I earn the majority of my living).

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Peter O'Gorman
Dale Walsh wrote: On Jan 13, 2006, at 03:07 , Harlan Stenn wrote: The stuff I was proposing may be way more than you need. It is also a nontrivial amount of work to set up (those sort of things are how I earn the majority of my living). Do you have darwinports installed? Yes I do however

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Dale Walsh
On Jan 13, 2006, at 04:00 , Dale Walsh wrote: On Jan 13, 2006, at 03:07 , Harlan Stenn wrote: The stuff I was proposing may be way more than you need. It is also a nontrivial amount of work to set up (those sort of things are how I earn the majority of my living). Do you have darwinpor

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Dale Walsh
On Jan 13, 2006, at 03:07 , Harlan Stenn wrote: The stuff I was proposing may be way more than you need. It is also a nontrivial amount of work to set up (those sort of things are how I earn the majority of my living). Do you have darwinports installed? Yes I do however, the automake tha

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Dale Walsh
On Jan 13, 2006, at 03:23 , Ralf Wildenhues wrote: Hi Dale, * Dale Walsh wrote on Fri, Jan 13, 2006 at 07:55:57AM CET: OS is Mac OSX 10.4.4 I've had a need to update automake from 1.6 to 1.9.5 because of some software packages I'm working with. When I do this libtool no longer functions pro

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Dale Walsh
On Jan 13, 2006, at 02:44 , Dale Walsh wrote: On Jan 13, 2006, at 02:20 , Harlan Stenn wrote: I have always used modules.sourceforge.net for this problem, but that also needs a useful "ports" tree to handle installing that way. You might try looking at http://staff.e.kth.se/mpkg/ as a start

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Ralf Wildenhues
Hi Dale, * Dale Walsh wrote on Fri, Jan 13, 2006 at 07:55:57AM CET: > OS is Mac OSX 10.4.4 > > I've had a need to update automake from 1.6 to 1.9.5 because of some > software packages I'm working with. > > When I do this libtool no longer functions properly, one issue I was > able to isolate

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-13 Thread Harlan Stenn
The stuff I was proposing may be way more than you need. It is also a nontrivial amount of work to set up (those sort of things are how I earn the majority of my living). Do you have darwinports installed? If so you should be able to see if any special patches are used against the stock auto* to

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-12 Thread Dale Walsh
On Jan 13, 2006, at 02:20 , Harlan Stenn wrote: I have always used modules.sourceforge.net for this problem, but that also needs a useful "ports" tree to handle installing that way. You might try looking at http://staff.e.kth.se/mpkg/ as a starting point. I couldn't figure out how to use mpk

Re: installing automake 1.9.5 and now libtool isn't working properly.

2006-01-12 Thread Harlan Stenn
I have always used modules.sourceforge.net for this problem, but that also needs a useful "ports" tree to handle installing that way. You might try looking at http://staff.e.kth.se/mpkg/ as a starting point. The FreeBSD /usr/ports stuff has another way of handling different versions of the auto*

installing automake 1.9.5 and now libtool isn't working properly.

2006-01-12 Thread Dale Walsh
OS is Mac OSX 10.4.4 I've had a need to update automake from 1.6 to 1.9.5 because of some software packages I'm working with. When I do this libtool no longer functions properly, one issue I was able to isolate was that "SED" wasn't being exported. doing a SED=sed; export SED" solved this