Benoit Sigoure

Results 34 comments of Benoit Sigoure

What's the status on this issue?

Looks like this is a dup of go-fsnotify/fsnotify#1 and golang/go#4068

Can you please send me your entire `config.log`? (since github's issue tracking system doesn't support adding attachments to an issue, please send it directly to me by email.)

Are you sure that you don't have boost in `/usr/local`? configure:15292: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-d-1_38 >&5 /usr/bin/ld: cannot find -lboost_system-d-1_38 collect2: ld returned 1 exit status...

OK, I think I understand the bug. `boost.m4` is trying various combinations of `-L` flags and `-l` flags to guess the one that works. The problem in your case is...

Hi there, thanks for the bug report. Since I don't use boost that much these days, would you mind proposing a patch to fix this issue? It doesn't seem too...

Can you send a pull request? Thanks.

Yeah, either that or make a single macro with an optional argument.