[racket] SunOS-5.10-amd64: Issue with lseek64 etc. functions in xform'ed source
At Thu, 31 May 2012 14:03:00 +0100, Tim Brown wrote:
> Matthew Flatt wrote:
> > This sounds like an `--enable-shared' and libtool issue. Maybe we need
> > to upgrade some libtool files?
>
> Do you import libtool into the racket source tree, thereby freezing
> the version and needing maunal update?
Yes, the bundled one is used by default. You can use the one in your
path by configuring with
--enable-lt=libtool
Maybe the default these days should be to use an installed `libtool' if
one is available?