Am Freitag, den 15.05.2015, 15:10 +0000 schrieb Reid Thompson:
> On Wed, 2015-05-13 at 08:36 +0200, Paul Menzel wrote:
> > Am Montag, den 11.05.2015, 12:54 +0000 schrieb Reid Thompson:
> > > On Mon, 2015-05-11 at 12:43 +0000, Reid Thompson wrote:
> > > > On Sat, 2015-05-09 at 16:08 +0200, Paul Menzel wrote:
> > > > > Am Dienstag, den 05.05.2015, 13:11 +0000 schrieb Reid Thompson:
> > > > > > On Tue, 2015-05-05 at 07:55 +0200, Paul Menzel wrote:
> > > > > > > Am Samstag, den 02.05.2015, 11:58 +0000 schrieb Joakim Tjernlund:
> > > > > > > > You need to set LDFLAGS too
> > > > > > > 
> > > > > > > Unfortunately it still fails to build when passing
> > > > > > > `LDFLAGS='-fsanitize=address'`.

[…]

> add linking to asan to your compile command
> 
> -lasan
> 
> that seems to work for my environment

thank you so much! Building Evolution-Data-Server worked for me too!

        $ CFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer" 
LDFLAGS="-fsanitize=address -lasan" ./configure --disable-uoa
        $ CFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer" 
LDFLAGS="-fsanitize=address -lasan" make # environment variables not necessary

Let’s see what bugs will get caught now!


Thanks,

Paul

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to