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

install_name (still) not set on OS X #700

Closed
dmacks opened this issue Jan 18, 2016 · 1 comment
Closed

install_name (still) not set on OS X #700

dmacks opened this issue Jan 18, 2016 · 1 comment
Labels

Comments

@dmacks
Copy link

dmacks commented Jan 18, 2016

Building version.2.1.tar.gz on OS X 10.11 using cmake-3.4.0, with b9a247b applied that claims to fix https://code.google.com/p/openjpeg/issues/detail?id=367

% cmake -DCMAKE_INSTALL_PREFIX=/sw .
% make
% make install DESTDIR=/tmp/staging
% otool -L /tmp/staging/sw/lib/libopenjp2.2.1.0.dylib
/tmp/staging/sw/lib/libopenjp2.2.1.0.dylib:
    libopenjp2.7.dylib (compatibility version 7.0.0, current version 2.1.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

That is, it's still not setting install_name to the runtime location of /sw/lib/libopenjp2.7.dylib

@mayeut
Copy link
Collaborator

mayeut commented Jan 18, 2016

Already fixed, as per comment on b9a247b by @dmacks

@mayeut mayeut closed this as completed Jan 18, 2016
@mayeut mayeut added the invalid label Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants