Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 14:46:20 -0700
From:      Rolf Edwards <redwards@meccamediagroup.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   miniperl
Message-ID:  <5.0.0.25.2.20001030144440.00ab4a00@127.0.0.1>

next in thread | raw e-mail | index | archive | help
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




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