Subject: | Fails to Compile on BeOS5.0 Professional |
I've marked this as critical since this is a blocker for compiling perl
5.12.1.
Running Makefile.PL in cpan/Time-Piece
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none
INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.so LINKTYPE=dynamic
Writing Makefile for Time::Piece
make[1]: Entering directory `/boot/home/perl-5.12.1/cpan/Time-Piece'
make[1]: Leaving directory `/boot/home/perl-5.12.1/cpan/Time-Piece'
Making all in cpan/Time-Piece
/bin/make all PERL_CORE=1 LIBPERL_A=libperl.so LINKTYPE=dynamic
make[1]: Entering directory `/boot/home/perl-5.12.1/cpan/Time-Piece'
cp Seconds.pm ../../lib/Time/Seconds.pm
cp Piece.pm ../../lib/Time/Piece.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp
-typemap ../../lib/ExtUtils/typemap Piece.xs > Piece.xsc &&
/boot/home/perl-5.12.1/cpan/Time-Piece/../../miniperl "-I../../lib"
"-I../../lib" -MExtUtils::Command -e 'mv' -- Piece.xsc Piece.c
cc -c -I/boot/home/flock_server/src/headers -fno-strict-aliasing -pipe
-I/usr/local/include -O -DVERSION=\"1.15_01\" -DXS_VERSION=\"1.15_01\"
-fpic "-I../.." Piece.c
Running Mkbootstrap for Time::Piece ()
/boot/home/perl-5.12.1/cpan/Time-Piece/../../miniperl "-I../../lib"
"-I../../lib" -MExtUtils::Command -e 'chmod' -- 644 Piece.bs
/boot/home/perl-5.12.1/cpan/Time-Piece/../../miniperl "-I../../lib"
"-I../../lib" -MExtUtils::Command -e 'rm_f' --
../../lib/auto/Time/Piece/Piece.so
gcc -nostart -L/boot/home/config/lib Piece.o -o
../../lib/auto/Time/Piece/Piece.so \
../../libperl.so -lnet -lflock -lbe \
Piece.o: In function `XS_Time__Piece__strptime':
Piece.o(.text+0xa89): undefined reference to `strptime'
collect2: ld returned 1 exit status
make[1]: *** [../../lib/auto/Time/Piece/Piece.so] Error 1
make[1]: Leaving directory `/boot/home/perl-5.12.1/cpan/Time-Piece'
Unsuccessful make(cpan/Time-Piece): code=2 at make_ext.pl line 449.
make: *** [lib/auto/Time/Piece/Piece.so] Error 3