Closed p5pRT closed 17 years ago
Adding the following argument to 'Configure':
-A append:ccflags='-DNO_MATHOMS'
causes the build to fail:
CCCMD = /opt/SUNWspro/bin/cc -DPERL_CORE -c
-DPERL_PATCHNUM=29343 -D_REENTRANT -DNO_MATHOMS -DDEBUGGING
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g
/opt/SUNWspro/bin/cc -L/usr/lib -L/usr/ccs/lib
-L/opt/SUNWspro/WS6U1/lib -L/usr/local/lib -o miniperl \
`echo gv.o toke.o perly.o op.o pad.o regcomp.o dump.o
util.o mg.o reentr.o hv.o av.o perl.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 xsutils.o globals.o perlio.o perlapi.o numeric.o mathoms.o
locale.o pp_pack.o pp_sort.o | sed 's/ op.o / /'` \
miniperlmain.o opmini.o -lsocket -lnsl -ldl -lm -lpthread
-lc
Undefined first referenced
symbol in file
Perl_save_I8 sv.o
ld: fatal: Symbol referencing errors. No output written to miniperl
make: *** [miniperl] Error 1
This further indicates that 'Configure -Dno_mathoms' is non-functional.
This also fails under Perl 5.8.8.
____________________________________________________________________________________ Sponsored Link
Mortgage rates near 39yr lows. $420k for $1\,399/mo. Calculate new payment! www.LowerMyBills.com/lre
This also fails under Perl 5.8.8.
Correction: Fails under the patch 28220 snapshot (i.e.\, perl-28220.tar.bz2) for Perl 5.8.8. (mathoms.c is not in the base 5.8.8 distribution.)
@jdhedden - Status changed from 'new' to 'open'
That's fixed by change #29476.
@rgs - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#40963 (status was 'resolved')
Searchable as RT40963$