Mailing List Archive

I need help!!!
Hello,

I was wondering where I might look for help in compiling my perl 5
compiler. I have a Dec Alpha 200 4/166 running UNIX 3.2C. I tried to
step through the Configure program and it seemed to be very informative,
yet, because of my in-experience with unix in general, I am experiencing
some problems when I run make. I have included the final part of the
make file just incase something is extremely obvious.

Any help you could offer would be well received.

Thank you,

Mark Johnson
ISA/Management Services
FISI


Here is the final steps of the make procedure before it exits on errors:

Making DynaLoader (static)
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean >/dev/null 2>&1 || true
../../miniperl -I../../lib Makefile.PL
Writing Makefile for DynaLoader
Warning: /usr/local/lib/perl5/CORE/libperl.a not found
Now you must rerun make.
*** Exit 1
Stop.
make config failed, continuing anyway...
../../miniperl ../../lib/ExtUtils/xsubpp -typemap
../../lib/ExtUtils/typemap dl_
none.xs >tmp && mv tmp DynaLoader.c
cc -c -DSTANDARD_C -I../.. -DLIBC="/usr/shlib/libc.so" DynaLoader.c
ar cr ../../lib/auto/DynaLoader/DynaLoader.a DynaLoader.o && :
../../lib/auto/Dy
naLoader/DynaLoader.a
ar: Error: ../../lib/auto/DynaLoader/DynaLoader.a not in archive format
*** Exit 1
Stop.
*** Exit 1
Stop.
[Acked]