-
Notifications
You must be signed in to change notification settings - Fork 70
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 not find -lmitie #2
Comments
and also on Mac OSX
|
you have to compile the mitie lib and put the library into /usr/local/lib (as in the header of mitie.go): #cgo LDFLAGS: -L/usr/local/lib -lmitie |
Go to /path/to/MITIE/mitielib and do make install |
I've been into the same problem, I've run this to install Mitie:
However now there is another error, any ideas?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d -lmitie
collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: