On Mon, 2005-01-31 at 10:13 -0500, Lon Hohberger wrote: > I know what happened... The top-level configure doesn't know about > slibdir. > > The magma and magma-plugins builds are fine, but the top level causes > the others to bomb. Erm, no, that's not it either. It works fine for me: ln -snf libmagma_nt.so.DEVEL.1107184454 libmagma_nt.so.DEVEL ld -shared -soname libmagmamsg.so.DEVEL -o libmagmamsg.so.DEVEL.1107184454 message.o fdops.o -lc ln -snf libmagmamsg.so.DEVEL.1107184454 libmagmamsg.so.DEVEL ln -snf libmagma.so.DEVEL.1107184454 libmagma.so ln -snf libmagma_nt.so.DEVEL.1107184454 libmagma_nt.so ln -snf libmagmamsg.so.DEVEL.1107184454 libmagmamsg.so install -d /tmp/lon/usr/lib install -d /tmp/lon/usr/lib In the configure script, it substitutes them the same way; this is rather strange... -- Lon