develooper Front page | perl.perl5.porters | Postings from November 2003

Re: build failure in ext/SDBM_File on FreeBSD

Thread Previous | Thread Next
From:
Michael G Schwern
Date:
November 11, 2003 00:00
Subject:
Re: build failure in ext/SDBM_File on FreeBSD
Message ID:
20031111075958.GI29505@localhost.comcast.net
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About