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

build failure in ext/SDBM_File on FreeBSD

Thread Next
From:
Enache Adrian
Date:
November 10, 2003 21:22
Subject:
build failure in ext/SDBM_File on FreeBSD
Message ID:
20031111062337.GA12669@ratsnest.hole
|         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,
Adi

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