-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
compilation issue on mac os x 10.8 #70
Comments
do you have libjpeg installed? try brew install libjpeg this line of error basically says that the linker cannot link the binary against libjpeg library. |
I have it installed both with brew and manually. On Sep 22, 2013, at 4:22 AM, Liu Liu notifications@github.com wrote:
|
As an evidence of me having 'libjpeg' installed, you can see that make succeeded in lib folder |
I found the libjpeg's
Note how I have manually added |
Thanks for mention this! I am looking into improve the build system in ccv (for the larger effort of supporting CUDA). |
I have almost most of the dependencies installed, but I still can't manage to finish the compilation process. There seems to be a problem in linking stage of the process. Because object files are compiled.
When I do
make
inlib
folder I don't get errors and everything seems ok:But when I
make
inbin
folder I get the following erros:I have changed the
config.mk
file to this:I think this should be a simple issue but I couldn't fix it.
Please give me a hint!
The text was updated successfully, but these errors were encountered: