Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build with libcouchbase on mac os x lion #6

Closed
miguellopes opened this issue May 3, 2012 · 1 comment
Closed

can't build with libcouchbase on mac os x lion #6

miguellopes opened this issue May 3, 2012 · 1 comment

Comments

@miguellopes
Copy link

libcouchbase is installed but when i trie to compile an app that uses it i get this:
Undefined symbols for architecture x86_64:
"_libcouchbase_create", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_set_error_callback", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_set_get_callback", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_connect", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_wait", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_store", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_get_last_error", referenced from:
_main in ccEA4Yko.o
"_libcouchbase_mget", referenced from:
_main in ccEA4Yko.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status

@miguellopes
Copy link
Author

forgot -lcouchbase... my bad!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant