Compile error with perl 5.8.0

Herbert herbert at bugat.at
Thu Sep 4 04:13:35 PDT 2003


On Thu, Sep 04, 2003 at 08:24:07AM +0200, Oliver.Burkhalter at gs-vbs.admin.ch wrote:
> Hello,
> 
> I`ve got a problem with the compilation of perl 5.8.0 and till now i
> couldn`t find a solution to solve my problem.
> If I run the command "make" after the configuration of perl, I receive the
> following error:
> 
> ==================================================================
> 
> Making SDBM_File (dynamic)
> cd sdbm && make all
> cc -c  -I../../..  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
> -fno-strict-aliasing -O    -DVERSION=\"\"  -DXS_VERSION=\"\" -DPIC -fpic "-
> I../../.."  -DSDBM -DDUFF sdbm.c
> sdbm.c:41: conflicting types for `malloc'
> /usr/include/stdlib.h:100: previous declaration of `malloc'
> sdbm.c:42: conflicting types for `free'
> /usr/include/stdlib.h:96: previous declaration of `free'
> *** Error code 1
> 
> Stop in /usr/local/perl-5.8.0/ext/SDBM_File/sdbm.
> *** Error code 1
> 
> Stop in /usr/local/perl-5.8.0/ext/SDBM_File.
> *** Error code 1
> 
> Stop in /usr/local/perl-5.8.0.
> 
> ==================================================================
> 
> I hope you may help me.
> 
> Thanks a lot.
> 
> My FreeBSD Version (uname -a): 
> FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003
> root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

Hi!

% cd /usr/ports/lang/perl5.8 && make install clean

If you are not familiar with the FreeBSD ports system, read the FreeBSD
Handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

Herbert


More information about the freebsd-questions mailing list