[Bro] Question about GCC version error while run configure

Azoff, Justin S jazoff at illinois.edu
Thu Sep 21 18:37:19 PDT 2017


> On Sep 21, 2017, at 9:22 PM, SJ Lee <bluebike.sjlee at gmail.com> wrote:
> 
> Hello everyone,
> I recently need to re-build a bro package, but keep failed to run configure command because of GCC version.

The compiler used gets cached inside build/ 

If you've installed a new one it won't get picked up automatically,

    rm -r build/
   ./configure

Should fix that.


— 
Justin Azoff




More information about the Bro mailing list