You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error comes up after I run make ARCH=MACOSXX86_64 on MacOS 13.4
Undefined symbols for architecture arm64:
"_molfile_parm7plugin_init", referenced from:
_read_topology in topology.o
"_molfile_parm7plugin_register", referenced from:
_read_topology in topology.o
"_molfile_pdbxplugin_init", referenced from:
_open_mmcif in read_mmcif.o
_read_mmcif in read_mmcif.o
"_molfile_pdbxplugin_register", referenced from:
_open_mmcif in read_mmcif.o
_read_mmcif in read_mmcif.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bin/fpocket] Error 1
The text was updated successfully, but these errors were encountered:
Are you doing that on a M1 model for mac ? or any non intel architecture @aramdbs ? If yes, the Macosxx86_64 are not built for these.
I currently don't have means to provide so's for this architecture as I don't have one.
The following error comes up after I run make ARCH=MACOSXX86_64 on MacOS 13.4
Undefined symbols for architecture arm64:
"_molfile_parm7plugin_init", referenced from:
_read_topology in topology.o
"_molfile_parm7plugin_register", referenced from:
_read_topology in topology.o
"_molfile_pdbxplugin_init", referenced from:
_open_mmcif in read_mmcif.o
_read_mmcif in read_mmcif.o
"_molfile_pdbxplugin_register", referenced from:
_open_mmcif in read_mmcif.o
_read_mmcif in read_mmcif.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bin/fpocket] Error 1
The text was updated successfully, but these errors were encountered: