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

Cannot Run examples on MAC #56

Open
jxu22 opened this issue Oct 12, 2013 · 2 comments
Open

Cannot Run examples on MAC #56

jxu22 opened this issue Oct 12, 2013 · 2 comments

Comments

@jxu22
Copy link

jxu22 commented Oct 12, 2013

Hey,
I currently install vmime in my mac. However, I compile example1 with:

g++ exampl1.cpp -lvmime -o example

It get compiled. However, it gives out errorss when I execute the executable:

dyld: lazy symbol binding failed: Symbol not found: _gcry_control
Referenced from: /usr/local/lib/libvmime.0.dylib
Expected in: flat namespace

dyld: Symbol not found: _gcry_control
Referenced from: /usr/local/lib/libvmime.0.dylib
Expected in: flat namespace

Could you give me a help???

@xiaods
Copy link

xiaods commented Feb 5, 2016

i have the same issue. i use xcode 7 to build, came across this errors:

dyld: Library not loaded: libvmime.0.dylib
  Referenced from: /Users/xiaods/Library/Developer/Xcode/DerivedData/usercount-gtmghmhxcythykbqgvzndvypyueo/Build/Products/Debug/usercount
  Reason: image not found
Program ended with exit code: 9

@xiaods
Copy link

xiaods commented Feb 9, 2016

it fixed in latest code. please have a try in master branch.

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

2 participants