Jacob Meuser wrote: > if you want to use libtool from the port and not the libtool included > in the subversion sources, which _might_ clear up your problem, you > should set LIBTOOL in the environment. > > $ ./configure ... > $ env LIBTOOL=/usr/local/bin/libtool make > $ env LIBTOOL=/usr/local/bin/libtool make install
That probably won't work. This is the proper spell:
make LIBTOOL=/usr/local/bin/libtool
# Han

