From: Rafael L. <lab...@ps...> - 2003-03-25 14:03:53
|
* Maurice LeBrun <mj...@ga...> [2003-03-25 06:23]: > Maurice LeBrun writes: > > Can anyone tell me what versions of autoconf/automake/libtool etc are > > working for you? Today I tried a new checkout of plplot on Solaris > > and got a very long list of errors when running bootstrap.sh. E.g. > > > > tonga$ ./bootstrap.sh > > Running aclocal (GNU automake) 1.7...aclocal: couldn't open directory > > `/usr/share/libtool/libltdl': No such file or directory > > done > > ... > > Aside: the first error about looking under /usr/share/libtool/libltdl is > > really strange.. I run everything local to my account -- > > Ahem. > > tonga$ fgrep /usr/share * > bootstrap.sh: -I /usr/share/libtool/libltdl > bootstrap.sh:aclocal_opts=${aclocal_opts:="-I /usr/share/libtool/libltdl"} > > Not cool. Surely there is a better way? Sure, this is a hack. Even worse: not documented. Suggestions for improvement are welcome. For now, you can try: ./bootstrap.sh -I /home/mjl/local/SunOS/share/libtool/libltdl or something similar. -- Rafael |