Re: waf: Post-process object file

2015-11-10 Thread Sebastian Huber
On 11/11/15 08:33, Chris Johns wrote: On 10/11/2015 8:35 pm, Sebastian Huber wrote: >Hello, > >for the libbsd we have the problem that we expose a lot of symbols from >the FreeBSD kernel space to the applications. There are several known >conflicts, e.g. FreeBSD log() vs. standard math library

Re: waf: Post-process object file

2015-11-10 Thread Chris Johns
On 10/11/2015 8:35 pm, Sebastian Huber wrote: > Hello, > > for the libbsd we have the problem that we expose a lot of symbols from > the FreeBSD kernel space to the applications. There are several known > conflicts, e.g. FreeBSD log() vs. standard math library log(). The > current approach to solv