[SOLVED] libmpeg2?
by pchristy from LinuxQuestions.org on (#5G9N5)
Has anyone managed to get libmpeg2 to compile on aarch64? When I try, I get an "invalid configuration" error:
Code:checking build system type... Invalid configuration `aarch64-slackware-linux': machine `aarch64-slackware' not recognized
configure: error: /bin/sh .auto/config.sub aarch64-slackware-linux failedI've tried deleting everything in the --build string except "aarch64" and also replacing "slackware" with "slarm" to no effect. I've also tried deleting the --build string altogether, but it didn't like that, either!
Other distros seem to have built this library on aarch64, but I haven't been able to find any patches for it, and it doesn't seem to have been maintained for years!
Any suggestions gratefully received!
--
Pete


Code:checking build system type... Invalid configuration `aarch64-slackware-linux': machine `aarch64-slackware' not recognized
configure: error: /bin/sh .auto/config.sub aarch64-slackware-linux failedI've tried deleting everything in the --build string except "aarch64" and also replacing "slackware" with "slarm" to no effect. I've also tried deleting the --build string altogether, but it didn't like that, either!
Other distros seem to have built this library on aarch64, but I haven't been able to find any patches for it, and it doesn't seem to have been maintained for years!
Any suggestions gratefully received!
--
Pete