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

configure complains about old gmp #1886

Closed
mc-butler opened this issue Dec 21, 2009 · 3 comments
Closed

configure complains about old gmp #1886

mc-butler opened this issue Dec 21, 2009 · 3 comments
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

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/1886
Reporter s01ja (s01ja@….de)

checking for Gpm_Repeat in -lgpm... no
configure: error: libgpm is missing or older than 0.18

vs

--with-gpm-mouse Compile with gpm mouse support (Linux only)

[yes if found]

$ 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

@mc-butler
Copy link
Author

Changed by s01ja (s01ja@….de) on Dec 22, 2009 at 0:58 UTC (comment 1)

also see #1854

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Dec 22, 2009 at 5:21 UTC

  • Status changed from new to closed
  • Resolution set to invalid

Replying to s01ja (#1886):

$ 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

Is it really gpm library?

$ ll /usr/lib/libgpm.so* 
lrwxrwxrwx 1 root root    16 May 22  2008 /usr/lib/libgpm.so -> libgpm.so.1.19.0
lrwxrwxrwx 1 root root    16 Dec 24  2007 /usr/lib/libgpm.so.1 -> libgpm.so.1.19.0
-rw-r--r-- 1 root root 19528 Dec 24  2007 /usr/lib/libgpm.so.1.19.0

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Dec 22, 2009 at 5:21 UTC (comment 3)

  • Version 4.7.0-pre4 deleted
  • Milestone 4.7 deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Development

No branches or pull requests

1 participant