| Making SDBM_File (dynamic) | Writing Makefile for sdbm | Writing Makefile for SDBM_File | cp SDBM_File.pm ../../lib/SDBM_File.pm | cd sdbm && make all | [...] | /usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a | chmod 755 libsdbm.a | make: don't know how to make dynamic. Stop | *** Error code 2 | | Stop in /opt/scratch/perl/bleadperl/ext/SDBM_File. | *** Error code 1 | | Stop in /opt/scratch/perl/bleadperl. I have the following line in ext/SDBM_File/sdbm/Makefile: linkext :: $(LINKTYPE) $(NOECHO) $(NOOP) where LINKTYPE is defined as 'dynamic'. That's with perl as of 21697. I managed to successfully finish the build by removing the '$(LINKTYPE)'. Regards, AdiThread Next