SPARC MD4 compilation error KPIC
From: aks (aks_at_rpdata.com)
Date: 02/20/04
- Next message: lucas: "error installing mod with cpan mod"
- Previous message: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Feb 2004 20:48:15 -0800
Hi,
When compiling MD4 or MD5 module on
SunOS 5.9 Generic_112233-08 sun4u sparc SUNW,UltraAX-MP
using perl5/5.6.1 and gcc version 3.3, I get following error.
Does anyone have a solution to avoid this problem?
-aks
#make
cp MD4.pm blib/lib/Digest/MD4.pm
/usr/bin/perl /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -typemap
/usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap MD4.xs >
MD4.xsc && mv MD4.xsc MD4.c
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend
-DVERSION=\"1.3\" -DXS_VERSION=\"1.3\" -KPIC
"-I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE"
-DU32_ALIGNMENT_REQUIRED MD4.c
cc: unrecognized option `-KPIC'
cc: language depend not recognized
cc: MD4.c: linker input file unused because linking not done
Running Mkbootstrap for Digest::MD4 ()
chmod 644 MD4.bs
rm -f blib/arch/auto/Digest/MD4/MD4.so
LD_RUN_PATH="" cc -G MD4.o -o blib/arch/auto/Digest/MD4/MD4.so
cc: MD4.o: No such file or directory
cc: no input files
make: *** [blib/arch/auto/Digest/MD4/MD4.so] Error 1
#
- Next message: lucas: "error installing mod with cpan mod"
- Previous message: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|