Skip to content

Tests fail to run on macOS because DYLD_LIBRARY_PATH is not set #103

@ryandesign

Description

@ryandesign

The test suite fails to run on macOS, because the test programs are trying to use the not-yet-installed libminc library. Here's one example:

Dyld Error Message:
  Library not loaded: /opt/local/lib/libminc2.5.2.0.dylib
  Referenced from: /Users/USER/*/minc_tst
  Reason: image not found

In order to be able to do that on macOS, the DYLD_LIBRARY_PATH environment variable must be set to the path where the not-yet-installed libraries reside.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions