Skip to content

./configure can't work, Unable to configure zlib #44

@Yufeng-He-Javis

Description

@Yufeng-He-Javis

Dear,
I am trying to install the mrtrix3Tissue, I have successfully installed dependencies according tutorial.
But when I run ./configure I suffer some problems, the content of configure.log is as follows.
Looking forward to anyone's suggestions and comments, much appreciated.
yufeng

REPORT: Checking for zlib compression library:
COMPILE /var/folders/f1/5410j62d0v77psbrfsyz6dzw0000gn/T/tmporucfm98.cpp:
#include
#include <zlib.h>
int main() {
std::cout << zlibVersion();
return (0);
}

EXEC <<
CMD: clang++ -c -std=c++11 -DMRTRIX_BUILD_TYPE="release version with nogui" -DMRTRIX_MACOSX -fPIC -mmacosx-version-min=15.2 -DMRTRIX_WORD64 -idirafter /Users/yufenghe/fsl/include /var/folders/f1/5410j62d0v77psbrfsyz6dzw0000gn/T/tmporucfm98.cpp -o /var/folders/f1/5410j62d0v77psbrfsyz6dzw0000gn/T/tmporucfm98.o
EXIT: 0

EXEC <<
CMD: clang++ /var/folders/f1/5410j62d0v77psbrfsyz6dzw0000gn/T/tmporucfm98.o -mmacosx-version-min=15.2 -L/Users/yufenghe/fsl/lib -lz -o a.out
EXIT: 0

EXEC <<
CMD: ./a.out
EXIT: -6
STDERR:
dyld[41133]: Library not loaded: @rpath/libz.1.dylib
Referenced from: /Users/yufenghe/MRtrix3Tissue/a.out
Reason: no LC_RPATH's found

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions