zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make test doesn't compile #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make test
2.
3.

What is the expected output? What do you see instead?

I expect it to compile, but it does not
I see a lot of errors related to undefined reference to `pthread_*' functions

What version of the product are you using? On what operating system?

Version re2-20140304 , on Ubuntu precise

Please provide any additional information below.
NOTE: If you have a suggested patch, please see
http://code.google.com/p/re2/wiki/Contribute
for information about sending it in for review.  Thanks.

Quick patch on Makefile:

15c15
< LDFLAGS?=

---
> LDFLAGS?= -pthread

Original issue reported on code.google.com by rene.can...@gmail.com on 30 Jul 2014 at 9:34

GoogleCodeExporter commented 9 years ago
RE2 has moved to GitHub. I have not moved the issues over. If this issue is 
still important to you, please file a new one at 
https://github.com/google/re2/issues. Thank you.

Original comment by rsc@golang.org on 11 Dec 2014 at 4:45