Hi, The version of libtool that is included with RTG is quite old, I found it easiest to just replace the libtool RTG is using with the system libtool. To do so: 1. Run ./configure 2. 's#$(top_builddir)/libtool#/usr/local/bin/libtool#' in src/Makefile:73 3. make Regards, Brad Davis