Details
-
Bug
-
Resolution: Duplicate
-
Minor - P4
-
None
-
2.0.2
-
None
-
OS X 10.6.8, Xcode 3.2.6
-
OS X
Description
When building mongodb 2.0.2 with the
--use-system-all
|
--use-system-pcre
|
Undefined symbols for architecture x86_64:
|
"_pcre_config", referenced from:
|
mongo::RXTest::run() in matcher.o
|
mongo::RXTest::run() in matcher.o
|
ld: symbol(s) not found for architecture x86_64
|
collect2: ld returned 1 exit status
|
To fix this I have to manually add
-lpcre
|
Attachments
Issue Links
- duplicates
-
SERVER-4871 Build system depends on implicit linking to pcre
-
- Closed
-