All of lore.kernel.org
 help / color / mirror / Atom feed
* math library now available!
@ 2006-04-10  4:09 Segin
  0 siblings, 0 replies; only message in thread
From: Segin @ 2006-04-10  4:09 UTC (permalink / raw)
  To: Linux-8086

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

Hi! I have come to present to you all a math library for use with ELKS. 
It is for the most part a port of the Minix 2 libm. All code is under 
the BSD license except frexp.c and modf.c, hich are under the CDDL 
(cause they come from opensolaris -- hell, they built without 
modification straight from CVS!)

You'll need to rewrite or leave out modf.c and frexp.c if you want to 
use this library with GPL'd programs, because you cannot legally link 
together GPL and CDDL code. A third option is to just contact Sun and 
ask them to allow us to use these source files under the GPL -- due to 
the actual size of the code (less than 50 lines), the request is 
reasonable, and Sun might just grant it.

Of course you can still link it, and just not tell anyone of your unholy 
creation :)

Attached is a shar archive of the source code, uncleaned (there's a 
libm.a file there that's ready for use for i86, you'll need to edit the 
Makefile for a native 386 version for bcc -3)

	-- Segin

[-- Attachment #2: elkslibm.shar --]
[-- Type: application/x-shar, Size: 79285 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-10  4:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-10  4:09 math library now available! Segin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.