Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

2016-08-11 Thread Chris Lamb
Sylvestre Ledru wrote: > [..] $(llvm-config-3.9 --libdir)/libFuzzer.a Ahh, perfect; many thanks. Closing bug in BCC. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

2016-08-11 Thread Sylvestre Ledru
Le 10/08/2016 à 22:33, Chris Lamb a écrit : >>> It feels a bit ugly and unwieldy to hardcode: >>> >>> /usr/lib/llvm-3.9/lib/libFuzzer.a >>> >>> .. in my scripts >> >> What are you expecting? > > I'm not sure. Some kind of "which libfuzzer.a". I'm probably missing something > fundamental about

Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

2016-08-10 Thread Chris Lamb
> >It feels a bit ugly and unwieldy to hardcode: > > > > /usr/lib/llvm-3.9/lib/libFuzzer.a > > > >.. in my scripts > > What are you expecting? I'm not sure. Some kind of "which libfuzzer.a". I'm probably missing something fundamental about using/finding static libraries; it's not something I

Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

2016-08-10 Thread Sylvestre Ledru
What are you expecting? Le 10 août 2016 21:41:39 GMT+02:00, Chris Lamb a écrit : >Package: libfuzzer-3.9-dev >Version: 1:3.9~+rc1-1~exp1 >Severity: wishlist > >Hi, > >It feels a bit ugly and unwieldy to hardcode: > > /usr/lib/llvm-3.9/lib/libFuzzer.a > >.. in my scripts. Can

Bug#833954: libfuzzer-3.9-dev: Please provide a programmatic method of finding

2016-08-10 Thread Chris Lamb
Package: libfuzzer-3.9-dev Version: 1:3.9~+rc1-1~exp1 Severity: wishlist Hi, It feels a bit ugly and unwieldy to hardcode: /usr/lib/llvm-3.9/lib/libFuzzer.a .. in my scripts. Can you provide some mechanism for finding it programatically? (Is there an existing mechanism that I am missing?)