From owner-freebsd-questions Mon Oct 30 13:46:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from slash.ab.videon.ca (slash.ab.videon.ca [206.75.216.210]) by hub.freebsd.org (Postfix) with ESMTP id D460D37B479 for ; Mon, 30 Oct 2000 13:46:19 -0800 (PST) Received: from rolf-e-laptop.meccamediagroup.com (firewall.meccamediagroup.com [24.108.76.66]) by slash.ab.videon.ca (8.9.2/8.9.2) with ESMTP id OAA00367 for ; Mon, 30 Oct 2000 14:46:19 -0700 (MST) Message-Id: <5.0.0.25.2.20001030144440.00ab4a00@127.0.0.1> X-Sender: redwards/firewall.meccamediagroup.com@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Mon, 30 Oct 2000 14:46:20 -0700 To: freebsd-questions@FreeBSD.ORG From: Rolf Edwards Subject: miniperl Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to build world, it stops with problems with perl. I have gone to the /usr/src/gnu/usr.bin/perl/miniperl directory and tried a make there. I get the following error as follows: cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -lm -lcrypt -lutil /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0xd04): undefined reference to `Perl_pp_unpack' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0xd08): undefined reference to `Perl_pp_pack' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0xd0c): undefined reference to `Perl_pp_split' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0xd3c): undefined reference to `Perl_pp_reverse' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0x1048): undefined reference to `Perl_pp_lock' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(globals.o)(.data+0x104c): undefined reference to `Perl_pp_threadsv' /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(pp.o): In function `Perl_pp_unshift': pp.o(.text+0x7514): undefined reference to `Perl_' *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/miniperl. I have tried getting the source repeatedly. The same source compiles just fine on another machine. What is going on here? Rolf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message