Re: [PDCurses] automake test for libraries

2015-06-23 Thread LM
On Mon, Jun 22, 2015 at 8:13 AM, anatoly techtonik wrote: > The only problem with pkg-config is that it is a pain on Windows that > comes with 200Mb of different Unix dependencies. But.. looks like > thing got better for Python https://pypi.python.org/pypi/pykg-config/1.3.0 I use it on Windows al

Re: [PDCurses] automake test for libraries

2015-06-22 Thread anatoly techtonik
On Mon, Jun 22, 2015 at 1:57 PM, LM wrote: > On Sat, Jun 20, 2015 at 9:04 AM, Kevin Lamonte > wrote: >> End-users wanting the X11 version right now can also pass "--with-x >> --x-libraries=/usr/lib/x86_64-linux-gnu/" to configure (might be different >> path based on distro, this is what I use

Re: [PDCurses] automake test for libraries

2015-06-22 Thread LM
On Sat, Jun 20, 2015 at 9:04 AM, Kevin Lamonte wrote: > End-users wanting the X11 version right now can also pass "--with-x > --x-libraries=/usr/lib/x86_64-linux-gnu/" to configure (might be different > path based on distro, this is what I use on Debian). Making this behavior > default would b

Re: [PDCurses] automake test for libraries

2015-06-20 Thread Kevin Lamonte
End-users wanting the X11 version right now can also pass "--with-x --x-libraries=/usr/lib/x86_64-linux-gnu/" to configure (might be different path based on distro, this is what I use on Debian). Making this behavior default would be nice. Would just running autoconf/automake/aclocal with the

Re: [PDCurses] automake test for libraries

2015-06-20 Thread John P. Hartmann
Sorry for being terse. On a 64 linux that stores 64 bit libraries in /usr/lib64 (debian based), the configure tests for the Athena and other libraries fail even when the library is installed. Adding a symbolic link from /usr/lib/ to /usr/lib64/ allows configure to complete. As far as config

Re: [PDCurses] automake test for libraries

2015-06-20 Thread anatoly techtonik
On Fri, Jun 19, 2015 at 6:35 PM, John P. Hartmann wrote: > Many modern Linux distributions maintain the 64 bit libraries in /usr/lib64 > to be able to coreside with 32 bit libraries in /usr/lib. Ok. > Has this been fixed so that I don't need to create symbolic links to get > around the configura