Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 1997 06:20:01 -0700 (PDT)
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-ports
Subject:   Re: ports/3500: Compile for perl5.003 fails
Message-ID:  <199705051320.GAA23566@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/3500; it has been noted by GNATS.

From: Ollivier Robert <roberto@keltia.freenix.fr>
To: joes@spiritone.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/3500: Compile for perl5.003 fails
Date: Mon, 5 May 1997 15:09:44 +0200

 According to joes@spiritone.com:
 > When compiling perl5.003 as a dependency for p5-Compress-Zlib, make
 > stops with errorlevel 1 on the following error:
 > pp_sys.c: In function `Perl_pp_telldir':
 > pp_sys.c:2602: conflicting types for `telldir'
 > /usr/include/dirent.h:83: previous declaration of `telldir'
 > *** Error code 1
 
 In Perl5's config.sh you should have
 
 pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
 
 It is inserted by Configure based on hints/freebsd.sh. Can you check the
 define is present ?
 -- 
 Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr
 FreeBSD keltia.freenix.fr 3.0-CURRENT #7: Sat Apr 26 17:13:26 CEST 1997



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705051320.GAA23566>