Re: [hatari-devel] CentOS and libreadline |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] CentOS and libreadline
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Wed, 29 Apr 2020 13:37:57 -0600 (MDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telus.net; s=neo; t=1588189077; bh=rc+DkQU3spBbm2fyIhGP9Ndb0JqS9auKexJFtW1rO48=; h=Date:From:To:In-Reply-To:References:Subject; b=tnm/Czp+fZACqXARIp/xMwL/sUArqVODaPgHQXTfmTC1MfJieBWJv0SboOQHVl1+L ro4tUeCMUJ4u5vECFcaxl4U/+ndrRwMOF2zkkUkaWAEbT+/w6Z8K5vfIF73OWKrI2g 0MrjLIEmOLwISoE44qTK1aimDGTotgjt7foTVGEPQLv74DFyWBM2R5hJ+AD+II7tC8 WX738FI/Tm+h9E6fKtrJJO7pizPOWyLv7AXDPLIB4Y+z/DJQRW1a427lBxvVTjn5Nt mYGyTocLtffpJ8O/9/ZWxCxgRgc3qtVv8VvnhzKs5HVvMA7yRtQVN7AtodIvyRY+BS cbFuNwOh794Ew==
- Thread-index: yyeBvfGdVKdTkizymPoa93qulyu5Zw==
- Thread-topic: CentOS and libreadline
----- On Apr 28, 2020, at 11:41 PM, Christer Solskogen wrote:
> Hi!
>
> I just installed CentOS 7 on my Rpi4 and wanted to try hatari there, but for
> some strange reason cmake doesnt like libreadline very much there.
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE
> -- Found SDL2: /usr/lib/libSDL2.so;-lpthread
> -- Found Math: /usr/lib/libm.so
> -- Found Readline: /usr/lib/libreadline.so
> -- Found ZLIB: /usr/lib/libz.so (found version "1.2.7")
> -- Found PNG: /usr/lib/libpng.so (found version "1.5.13")
> ....
> Libraries summary :
> -------------------
>
> - sdl : using SDL2 v2.0.10
> - readline : not found, install it to enable debugger history/completion
>
> ....
>
> Well... why? :-) It's there.
> I can even force it by adding "#define HAVE_LIBREADLINE 1" in config.h and it
> compiles just fine.
Maybe it is not there.
readline may be installed, but to compile with readline you need
readline-devel