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
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 l
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
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
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
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/
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
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