configure complains about old gmp #1886
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
res: invalid
The ticket is not a bug, or is a support request
Important
This issue was migrated from Trac:
s01ja
(s01ja@….de)checking for Gpm_Repeat in -lgpm... no
configure: error: libgpm is missing or older than 0.18
vs
$ ls -la /usr/lib/| grep gmp
lrwxrwxrwx 1 root root 15 2009-07-30 01:40 libgmp.so.3 -> libgmp.so.3.4.2
-rw-r--r-- 1 root root 208280 2008-01-24 13:50 libgmp.so.3.4.2
should ignore bad gmp version and continue configuring
fix:
./configure --without-gmp-mouse
The text was updated successfully, but these errors were encountered: