On Tue, Nov 11, 2003 at 08:23:37AM +0200, Enache Adrian wrote: > 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)'. Try this. --- ext/SDBM_File/sdbm/Makefile.PL 2003/11/11 07:59:07 1.1 +++ ext/SDBM_File/sdbm/Makefile.PL 2003/11/11 07:59:09 @@ -10,7 +10,7 @@ WriteMakefile( NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does -# LINKTYPE => 'static', + LINKTYPE => 'static', DEFINE => $define, INC => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's SKIP => [qw(dynamic dynamic_lib dlsyms)], -- Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/ Do not try comedy at home! Milk & Cheese are advanced experts! Attempts at comedy can be dangerously unfunny!Thread Previous | Thread Next