Replies: 3 comments 4 replies
-
The problem has been somewhat "solved" by setting "NEEDS_ZLIB=YES" and "NEEDS_SZIP=YES". The current issue relates to the getopt while running tests to check the installation: The "getopt" executable that is available on this system is an older Below are some options for getting the current getopt version:
The suggested options did not solve the issue. I'm running macOS Monterey 12.7.1. |
Beta Was this translation helpful? Give feedback.
-
Re getopt: Sorry, forgot to add this to the output that recommends using gnu-getopt from brew.
The important part is the last line with the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm following the steps outlined in the README.md to build SEACAS on my Macbook Pro machine. While installing TPL, I received the following error message:
Undefined symbols for architecture x86_64:
"_SZ_BufftoBuffCompress", referenced from:
_H5Z__filter_szip in H5Zszip.c.o
"_SZ_BufftoBuffDecompress", referenced from:
_H5Z__filter_szip in H5Zszip.c.o
"_SZ_encoder_enabled", referenced from:
_H5Z_init in H5Z.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help to resolve the issue will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions