Main Page | Report this Page
Computers Forum Index  »  Computer Languages (Misc)  »  Non GNU libc wanted...
Page 1 of 1    

Non GNU libc wanted...

Author Message
Aaron Gray...
Posted: Sat Jun 13, 2009 11:13 pm
Guest
Anyone know of a non GNU licensed libc ?

Many thanks in advance,

Aaron
 
Aaron Gray...
Posted: Sat Jun 13, 2009 11:34 pm
Guest
"Aaron Gray" <ang.usenet at (no spam) gmail.com> wrote in message
news:79ic2nF1qtsdbU1 at (no spam) mid.individual.net...
Quote:
Anyone know of a non GNU licensed libc ?

Ah just found the BSD one :)

Aaron
 
Rod Pemberton...
Posted: Tue Jun 16, 2009 5:15 am
Guest
"Aaron Gray" <ang.usenet at (no spam) gmail.com> wrote in message
news:79ic2nF1qtsdbU1 at (no spam) mid.individual.net...
Quote:
Anyone know of a non GNU licensed libc ?


Yes. Are you looking for one as complete as GNU libc? If so, the BSD libc
that you found is probably about it. But, there are other non-GPL C
libraries available:

There is the custom DOS libc used by DJGPP with GCC. OpenWatcom has C
libraries and was, probably still is, non-GPL licensed. Paul Edwards
PDPCLIB is Public Domain (no copyright, no license). It supports a number
of platforms, but has been targetting old IBM mainframe emulators lately. I
believe MinGW C library is Public Domain except for a few files. However,
it has x86 specific assembly in many of the math related files. Martin "dev
Solar" Baute has an open source licensed C library (in progress). Beware.
It's not Public Domain, although it is named as such, Public Domain CLIB or
"PDCLIB"... The old Amiga libnix libc is supposedly Public Domain. Blair
Campbell produced a small libc for Freedos. I'm not sure of the legal
status for it since there seems to be no mention.


Rod Pemberton
 
Marco van de Voort...
Posted: Tue Jun 16, 2009 7:39 am
Guest
On 2009-06-16, Rod Pemberton <do_not_have at (no spam) nohavenot.cmm> wrote:
Quote:
There is the custom DOS libc used by DJGPP with GCC. OpenWatcom has C
libraries and was, probably still is, non-GPL licensed. Paul Edwards
PDPCLIB is Public Domain (no copyright, no license). It supports a number
of platforms, but has been targetting old IBM mainframe emulators lately. I
believe MinGW C library is Public Domain except for a few files. However,
it has x86 specific assembly in many of the math related files. Martin "dev
Solar" Baute has an open source licensed C library (in progress). Beware.
It's not Public Domain, although it is named as such, Public Domain CLIB or
"PDCLIB"... The old Amiga libnix libc is supposedly Public Domain. Blair
Campbell produced a small libc for Freedos. I'm not sure of the legal
status for it since there seems to be no mention.

As far as I know MSVCRT doesn't come with GPL ether Smile
 
Marco...
Posted: Sat Jun 20, 2009 7:39 pm
Guest
On Jun 13, 12:13 pm, "Aaron Gray" <ang.use... at (no spam) gmail.com> wrote:
Quote:
Anyone know of a non GNU licensed libc ?

Many thanks in advance,

Aaron

http://sourceware.org/newlib/
http://sourceware.org/newlib/COPYING.NEWLIB
 
Marco van de Voort...
Posted: Mon Jun 22, 2009 8:10 am
Guest
On 2009-06-21, Aaron Gray <ang.usenet at (no spam) gmail.com> wrote:
Quote:
License wise his is worse than GNU GPL as it is under several licenses and
which bit is under which license is disputable.

While true, they are all BSD styled, so I wouldn't go as far as saying it is
worse than GPL.

>
 
Marco...
Posted: Fri Jun 26, 2009 1:41 pm
Guest
On Jun 22, 1:10 am, Marco van de Voort <mar... at (no spam) stack.nl> wrote:
Quote:
On 2009-06-21, Aaron Gray <ang.use... at (no spam) gmail.com> wrote:

License wise his is worse than GNU GPL as it is under several licenses and
which bit is under which license is disputable.

While true, they are all BSD styled, so I wouldn't go as far as saying it is
worse than GPL.

yes newlib was created to allow folks to use gcc within an embedded
app without consequences
BSD style license - keep the attribution in the code - can't get
simpler than that
 
Aaron Gray...
Posted: Tue Jun 30, 2009 5:17 am
Guest
"Marco" <prenom_nomus at (no spam) yahoo.com> wrote in message
news:c66e2099-c877-48c4-98ad-518a0998d125 at (no spam) o18g2000pra.googlegroups.com...
On Jun 22, 1:10 am, Marco van de Voort <mar... at (no spam) stack.nl> wrote:
Quote:
On 2009-06-21, Aaron Gray <ang.use... at (no spam) gmail.com> wrote:

License wise his is worse than GNU GPL as it is under several licenses
and
which bit is under which license is disputable.

While true, they are all BSD styled, so I wouldn't go as far as saying it
is
worse than GPL.

yes newlib was created to allow folks to use gcc within an embedded
app without consequences
BSD style license - keep the attribution in the code - can't get
simpler than that

Yeah, but I really needed one licence ideally BSD or in public domain. I
think I have to implement C99 clib from scratch on Windows. Anyway I can use
the code or/and MinGW code as a stopgap to get support in early then rewrite
incrementally.

Thanks,

Aaron
 
Aaron Gray...
Posted: Thu Jul 02, 2009 4:17 pm
Guest
"Rod Pemberton" <do_not_have at (no spam) nohavenot.cmm> wrote in message
news:h16rej$vjc$1 at (no spam) aioe.org...
Quote:
"Aaron Gray" <ang.usenet at (no spam) gmail.com> wrote in message
news:79ic2nF1qtsdbU1 at (no spam) mid.individual.net...
Anyone know of a non GNU licensed libc ?


Yes. Are you looking for one as complete as GNU libc? If so, the BSD
libc
that you found is probably about it. But, there are other non-GPL C
libraries available:

There is the custom DOS libc used by DJGPP with GCC. OpenWatcom has C
libraries and was, probably still is, non-GPL licensed. Paul Edwards
PDPCLIB is Public Domain (no copyright, no license). It supports a number
of platforms, but has been targetting old IBM mainframe emulators lately.
I
believe MinGW C library is Public Domain except for a few files. However,
it has x86 specific assembly in many of the math related files. Martin
"dev

Yes I have just had a look at the MinGW libraries and runtime. They may act
as a stopgap, but I really want to prduce my own code. BSD libraries look
good on the maths front, aperently they are the best :)

Quote:
Solar" Baute has an open source licensed C library (in progress). Beware.
It's not Public Domain, although it is named as such, Public Domain CLIB
or
"PDCLIB"... The old Amiga libnix libc is supposedly Public Domain. Blair
Campbell produced a small libc for Freedos. I'm not sure of the legal
status for it since there seems to be no mention.


Rod Pemberton



 
 
Page 1 of 1    
All times are GMT
The time now is Mon Dec 14, 2009 10:55 pm