On Wed, Jan 17, 2007 at 01:11:57PM +0100, Thomas De Contes wrote: [SNIP]
$ /usr/bin/libtool -V Apple Computer, Inc. version cctools-622.5
thank you very much :-)
thomas% libtool -V Apple Computer, Inc. version cctools-590
so that's probably the cause of my problem
is there an other way to get the last version of apple's libtool than update mac os x ?
http://www.opensource.apple.com/darwinsource/10.4.8.{ppc,x86}/cctools-622.5.1/ There's the source. But I don't really think that would be a good idea. As in, how do I say this.... I often fubble compiling a kernel. So getting the cctools and making your own libtool might not work for you. :( Are you sure this is the problem? As without checking out GNAT, by what your going on it's an ada compiler from GNU. So that kind of implies to me GNU libtool etc... I like to fiddle... So what happens when you do something like alias libtool=/Users/thomas/bin/autoinstall/macports/bin/glibtool So your shell calls glibtool when you ask for libtool? With out having to move things out of the way. It might work, or it might just blow up in your face... in which case you quit that shell. Sorry. Timothy