On Fri, 28 Feb 2003, dumbo jumbo wrote:

> Hi All.
> I get follwoing error while compiling 5.8 on a zos
> 1.2.
> Any help please ?
> -----------------------------------------------------
> make[1]: Leaving directory
> `/u/r247/perl-5.8.0/ext/Encode/Unicode'
> /bin/env  c89 -o perl    perlmain.o
> lib/auto/DynaLoader/DynaLoader.a lib/auto/B/B.a
> lib/auto/ByteLoader/ByteLoader.a lib/auto/Cwd/Cwd.a
> lib/auto/Data/Dumper/Dumper.a
> lib/auto/Devel/DProf/DProf.a

> lib/auto/Encode/TW/TW.a
> lib/auto/Encode/Unicode/Unicode.a libperl.a `cat
> ext.libs`
> FSUM3067 The archive library m cannot be found.
> make: *** [perl] Error 2
> -------------------------------------------------
> It looks that libm.a or libm.so is not found but
> I do have libm.a which I copied to libm.so in
> /usr/local/lib.
> How can I proceed ??
> Thanks for the help.

I would not recommend copying libm.a to libm.so since
the internal organization of the two library types is
different.  What is listed in ext.libs and why?
What is the output of myconfig? That is run:

   ./myconfig > myconfig.out

and post the myconfig.out file.

Peter Prymmer


Reply via email to