You are not logged in.
Hi,
Failed to build mprime from AUR on lastest Arch Linux, how do i fix this issue? thanks.
Error Messages
collect2: error: ld returned 1 exit status
make: *** [makefile:40: mprime] Error 1
==> ERROR: A failure occurred in build().
Aborting...Last edited by alonso (2022-05-06 14:04:17)
Offline
Post the entire output including the makepkg command
Offline
Here is the build log, thanks.
Offline
Problem solved.
I found that pkg-config is needed but not installed on my system.
mprime is built successfully after pkg-config installed. ![]()
Last edited by alonso (2022-05-06 14:05:43)
Offline
base-devel is an assumed required dependency of all AUR operations: https://wiki.archlinux.org/title/Arch_U … g_packages
Offline