On Thu, Sep 04, 2003 at 08:24:07AM +0200, [EMAIL PROTECTED] 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 > [EMAIL PROTECTED]:/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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
