Re: Weak c++ symbols refresher needed

2014-10-07 Thread Bastian Blank
On Tue, Oct 07, 2014 at 04:23:54PM +0800, Chow Loong Jin wrote: > On Tue, Oct 07, 2014 at 09:37:48AM +0200, Mathieu Malaterre wrote: > > I am starring at bug #758572. Basically OP reports that `cmake` is > > underlinked, which is a serious issue as per policy. However when > > reading the details i

Re: Weak c++ symbols refresher needed

2014-10-07 Thread Chow Loong Jin
On Tue, Oct 07, 2014 at 09:37:48AM +0200, Mathieu Malaterre wrote: > Hi, > > I am starring at bug #758572. Basically OP reports that `cmake` is > underlinked, which is a serious issue as per policy. However when > reading the details it appears that this is a c++ weak symbol (AFAIK > no weak defau

Weak c++ symbols refresher needed

2014-10-07 Thread Mathieu Malaterre
Hi, I am starring at bug #758572. Basically OP reports that `cmake` is underlinked, which is a serious issue as per policy. However when reading the details it appears that this is a c++ weak symbol (AFAIK no weak default definition is available). This weak symbol is generated by default by gcc wh