From owner-freebsd-hackers Sun Apr 9 15:59:39 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA19574 for hackers-outgoing; Sun, 9 Apr 1995 15:59:39 -0700 Received: from w8hd.w8hd.org (w8hd.w8hd.org [198.252.159.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA19568 for ; Sun, 9 Apr 1995 15:59:37 -0700 Received: (from kimc@localhost) by w8hd.w8hd.org (8.6.11/w8hd) id SAA15288; Sun, 9 Apr 1995 18:59:19 -0400 Date: Sun, 9 Apr 1995 18:59:19 -0400 (EDT) From: Kim Culhan To: Richard Wackerbarth cc: hackers@FreeBSD.org Subject: Re: perl5.001 patches needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk On Sun, 9 Apr 1995, Richard Wackerbarth wrote: > >The perl5.001 obtained frm prep.ai.mit.edu seems to know about freebsd but > >we see this problem: [deleted] > >DynaLoader.c:138: array subscript is not an integer > >DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol': > > This appears to be the vprintf problem. Get a copy of vprintf.c for the > libc in -current and rebuilt your library. The vprintf.c is: 2172 May 27 1994 vprintf.c Not able to get this far though, we see: cc -O2 -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DYP -c /usr/src/lib/libc/locale/isctype.c -o isctype.o /usr/src/lib/libc/locale/isctype.c:163: redefinition of `tolower' /usr/include/ctype.h:137: `tolower' previously defined here /usr/src/lib/libc/locale/isctype.c:171: redefinition of `toupper' /usr/include/ctype.h:128: `toupper' previously defined here *** Error code 1 Any help is much appreciated. kim -- kimc@w8hd.org