From: hkim@astro.ge.com (Hong Kim) Subject: libm.a (where is?) Date: 14 Mar 1993 13:51:12 -0500
Hi,
I am trying to compile floating point programs and cannot find the math lib
'libm.a' in /usr/lib.
I found libm.a in /usr/lib/shlib/[no]jump but they seem too small to be the
math libraries.
I also tried (from /) 'find . -name libm.a -print' and only the ones in th{
shared lib directories.
I also searched thru the c1-c4 disks manually and could find no libm.a
outside of the shared lib directories.
I need to know where the math lib is or if I am to use the shared lib
files, I need more clear instructions on how to usethem.
Hong