On Thu, 26 Aug 2010, Nigel Horne wrote:
> # New Ticket Created by Nigel Horne
> # Please include the string: [perl #77448]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77448 >
> make fails for Perl 5.12.1 on BeOS with this error:
>
> /configure.gnu --prefix=/boot/home/config
> make LDLOADLIBS="-lnet"
> ...
>
> cc -L/usr/local/lib -o miniperl \
> malloc.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o \
> miniperlmain.o opmini.o perlmini.o
> The problem is that the code in the beos directory isn't being compiled in.
Did you use the hints/beos.sh hint file? That is supposed to copy
beos/beos.c into the current working directory, and add beos.o to the
$(ARCHOBJS) variable in makefile.
--
Andy Dougherty doughera@lafayette.edu
Thread Previous
|
Thread Next