[GH-ISSUE #116] Apple M1 (ARM) #102

Closed
opened 2026-03-03 01:19:49 +03:00 by kerem · 3 comments
Owner

Originally created by @janiosarmento on GitHub (Nov 8, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/116

Originally assigned to: @d99kris on GitHub.

Hello,

I'm trying to install nmail on my M1 Mac, but no success due to the ARM processor.

Any hints on this?

Thanks!

Originally created by @janiosarmento on GitHub (Nov 8, 2022). Original GitHub issue: https://github.com/d99kris/nmail/issues/116 Originally assigned to: @d99kris on GitHub. Hello, I'm trying to install nmail on my M1 Mac, but no success due to the ARM processor. Any hints on this? Thanks!
kerem closed this issue 2026-03-03 01:19:49 +03:00
Author
Owner

@d99kris commented on GitHub (Nov 9, 2022):

Hello @janiosarmento - I haven't encountered any build / install issues on my M1 Arm Mac.

Could you share the error / output on the terminal?

Thanks,
Kris

<!-- gh-comment-id:1308573536 --> @d99kris commented on GitHub (Nov 9, 2022): Hello @janiosarmento - I haven't encountered any build / install issues on my M1 Arm Mac. Could you share the error / output on the terminal? Thanks, Kris
Author
Owner

@d99kris commented on GitHub (Nov 29, 2022):

I will proceed to close this issue for now. Feel free to re-open it if you see it again and can provide the details requested in my above comment. Thanks!

<!-- gh-comment-id:1330598570 --> @d99kris commented on GitHub (Nov 29, 2022): I will proceed to close this issue for now. Feel free to re-open it if you see it again and can provide the details requested in my above comment. Thanks!
Author
Owner

@Bellavene commented on GitHub (Dec 27, 2022):

ld: warning: ignoring file /usr/local/opt/ncurses/lib/libncursesw.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
ld: warning: ignoring file /usr/local/opt/ncurses/lib/libformw.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
ld: warning: ignoring file /usr/local/opt/openssl/lib/libssl.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
ld: warning: ignoring file /usr/local/opt/openssl/lib/libcrypto.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64

...

ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [nmail] Error 1
make[1]: *** [CMakeFiles/nmail.dir/all] Error 2
make: *** [all] Error 2

I believe it is again something about old parts of intel brew in the system.
Relinked it and it works

<!-- gh-comment-id:1365682322 --> @Bellavene commented on GitHub (Dec 27, 2022): ``` ld: warning: ignoring file /usr/local/opt/ncurses/lib/libncursesw.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ld: warning: ignoring file /usr/local/opt/ncurses/lib/libformw.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ld: warning: ignoring file /usr/local/opt/openssl/lib/libssl.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ld: warning: ignoring file /usr/local/opt/openssl/lib/libcrypto.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [nmail] Error 1 make[1]: *** [CMakeFiles/nmail.dir/all] Error 2 make: *** [all] Error 2 ``` I believe it is again something about old parts of intel brew in the system. Relinked it and it works
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#102
No description provided.