Opened 12 years ago

Last modified 12 years ago

#37389 closed defect

Incorrect dylib path — at Initial Version

Reported by: bradc6 (Bradley Clemetson) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: haspatch Cc:
Port: toluapp

Description

It seems that when I made the port I didn't set the dylib link path properly. So after you install the toluapp port, your application will be compiled and linked; but once you attempted to load the executable it produces the following error.

BRMP:build brad$ ./stratagus dyld: Library not loaded: @executable_path/../lib/libtoluapp.dylib

Referenced from: /Users/brad/dev/strata/engine/build/./stratagus Reason: image not found

Trace/BPT trap: 5

From what I read online it is a change I need to make a change in the final link path during the installation of the library. Any suggestions on how I should do that? Thank You

Change History (0)

Note: See TracTickets for help on using tickets.