Re: configure: Fix detection of ncurses library on Archlinux.
4 Sep
2014
4 Sep
'14
6:24 p.m.
Sebastian Lackner <sebastian(a)fds-team.de> writes:
On Archlinux the libncurses library is just an ASCII text file containing "INPUT(-lncursesw)" to force the linker to use libncursesw instead. AC_LINK_IFELSE succeeds, but afterwards, when WINE_CHECK_SONAME tries to figure out the name it fails because it doesn't recognize libncursesw.so as the same library. Using a regexp as pattern is the easiest solution to fix this.
That doesn't do the right thing on Mac OS: #define SONAME_LIBNCURSES " /sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)" -- Alexandre Julliard julliard(a)winehq.org
4119
Age (days ago)
4119
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard