> On Dec 23, 2015, at 6:45 PM, Clebert Suconic <[email protected]> > wrote: > > > Anyways, Saying you can't depend on anything LGPL is the same as > saying you can't depend on Linux or anything coming from Linux. for > instance Apache HTTP (the very first project that founded this > organization) would be breaking the apache license itself by using > libc. (Open the source code if you don't believe me). > > It's certainly not the case...as libc is a platform API.
Except you can build HTTP on Linux and NOT depend on the gnu license libc. I can use clang as the compiler (or the intel compiler or ….) and not end up with a dependency on a LGPL library. If you have a non-LGPL version of libaio, then by all means, let’s use it. > libaio is also a platform API. libaio is NOT installed by default on pretty much any of the linux “platforms" so I would have a hard time considering as a part of the platform. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
