Changes between Initial Version and Version 1 of Ticket #51618
- Timestamp:
- Jun 14, 2016, 11:40:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51618
-
Property
Priority
changed from
High
toNormal
- Property Owner changed from macports-tickets@… to michaelld@…
- Property Keywords library build linking removed
-
Property
Summary
changed from
GLFW3.2 has wrong lib dir when building with
toglfw @3.2: install_name is not set properly
-
Property
Priority
changed from
-
Ticket #51618 – Description
initial v1 10 10 pkg-config gives the correct info: 11 11 12 {{{ 12 13 pkg-config --libs glfw3 13 14 -L/opt/local/lib -lglfw 15 }}} 14 16 15 17 And linkin works, but when I try to run my resulting binary, 16 18 19 {{{ 17 20 dyld: Library not loaded: lib/libglfw.3.dylib 18 21 Referenced from: /Users/sakari/dvl/geometrify/geometrify/src/build/geometrify 19 22 Reason: image not found 20 23 fish: “build/geometrify -s scripts/t...” terminated by signal SIGTRAP (Trace or breakpoint trap) 24 }}} 21 25 22 26 I can fix this temporarily easily of course, but I have no idea why this happens, maybe the path is wrong in the build process ?