Page 1 of 1

Smesh 6.7..1-0 problem?

Posted: Sat Sep 11, 2021 4:17 pm
by OlliePope
Hi

I found the smesh-6.7.1-0 pack in condo has some dylib path problem. I found all dylib files under lib directory. It's haver @rpath error

Due to all the dylib file use next link:

name /usr/local/Cellar/gcc49/4.9.0/lib/gcc/x86_64-apple-darwin13.1.0/4.9.0/libgcc_s.1.dylib

and

name /usr/local/opt/gcc49/lib/gcc/x86_64-apple-darwin13.1.0/4.9.0/libstdc++.6.dylib

The up two path not access on some MacOS platform. I use install_name_tool to change the @rpath value. I found the Fem.so have problem. Fem.so can't use libNETGENPLUGIN.so


I think that is reason for FEM can't been working on MacOS