Date: Fri, 04 Feb 2000 11:26:01 -0500 From: lef <leefarah@labib.com> To: ports@freebsd.org Subject: perl5.005_02 dynamic build always fails Message-ID: <389AFD99.2C4682E3@labib.com>
next in thread | raw e-mail | index | archive | help
Hello All, Help please. I can compile perl 5.005_02 perfectly well under freebsd 3.3 if I DON'T choose to use dynamic loading. I compile it successfully with gcc 2.8.1 or the cc native compiler. I always get the following errors whenever I try to build a dynamic loading perl. Do I need a new libperl.a ? Do I need specific extensions ? Can someone help with a pointer ? (pardon the pun) Thanks Lee Farah lfarah@blackboard.com labib@labib.com B.o(.text+0x7cd3): undefined reference to `Perl_newXS' B.o(.text+0x7ce8): undefined reference to `Perl_newXS' B.o(.text+0x7cfd): more undefined references to `Perl_newXS' follow B.o: In function `boot_B': B.o(.text+0x8780): undefined reference to `PL_specialsv_list' B.o(.text+0x878c): undefined reference to `PL_specialsv_list' B.o(.text+0x8792): undefined reference to `PL_sv_undef' B.o(.text+0x879b): undefined reference to `PL_specialsv_list' B.o(.text+0x87a1): undefined reference to `PL_sv_yes' B.o(.text+0x87aa): undefined reference to `PL_specialsv_list' B.o(.text+0x87b0): undefined reference to `PL_sv_no' B.o(.text+0x87b9): undefined reference to `PL_stack_base' B.o(.text+0x87c1): undefined reference to `PL_sv_yes' B.o(.text+0x87cd): undefined reference to `PL_stack_sp' B.o(.text+0x87d3): undefined reference to `PL_stack_base' /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x69): undefined reference to `main' *** Error code 1 Stop. *** Error code 1 Stop. # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?389AFD99.2C4682E3>