Problems with Slibcfp.a

Sean Eric Fagan sef at kithrup.COM
Fri Feb 22 06:53:20 AEST 1991


In article <1108 at pemcom.pem-stuttgart.de> alfred at pemcom.pem-stuttgart.de (Alfred Koebler) writes:
>To solve this problem, the linker had always to use Slibcfp.a

Well, that's not what the system C compiler does.  It spits out something
like

	Slibcfp.a Slibc.a

There is a symbol, uhm, uhm, __fltused, I think, which is defined as an
external if the code uses floating point.  Slibcfp.a has the various
routines that use floating point with __fltused defined.  (Note that
*printf* isn't defined until Slibc.a, and it declares __doprnt as an
external there.)

Aren't linkers *fun*?

-- 
Sean Eric Fagan  | "I made the universe, but please don't blame me for it;
sef at kithrup.COM  |  I had a bellyache at the time."
-----------------+           -- The Turtle (Stephen King, _It_)
Any opinions expressed are my own, and generally unpopular with others.



More information about the Comp.unix.xenix.sco mailing list