Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling on MacOS #131

Open
aramdbs opened this issue Feb 14, 2024 · 1 comment
Open

Error when compiling on MacOS #131

aramdbs opened this issue Feb 14, 2024 · 1 comment
Assignees

Comments

@aramdbs
Copy link

aramdbs commented Feb 14, 2024

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

@pschmidtke pschmidtke self-assigned this Feb 16, 2024
@pschmidtke
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants