Hi,

In this build on Ubuntu x86_64 autoconf is unable to find X11
libraries:
    https://travis-ci.org/techtonik/PDCurses/builds/101477536
However, it works with explicit configure option
    --x-libraries=/usr/lib/x86_64-linux-gnu
    https://travis-ci.org/techtonik/PDCurses/builds/101506738

It looks like the problem is PDCurses specific
http://askubuntu.com/questions/539574/how-to-install-xaw-package-with-header-files/578003
probably because people rarely use Xaw. Anyway, how to fix
it? Is it an autoconf bug?

Please, CC.

---------- Forwarded message ----------
From: William McBrine <[email protected]>
Date: Mon, Jan 11, 2016 at 12:15 AM
Subject: Fwd: [PDCurses] Need with Autotools compilation on X11
To: [email protected]


On Sun, Jan 10, 2016 at 11:28 AM, anatoly techtonik <[email protected]> wrote:

> Are there any autotools experts here to say what should be
> done to debug this failure?
>
> https://travis-ci.org/techtonik/PDCurses/builds/101423050

You can get around it by doing:

./configure --x-libraries=/usr/lib/x86_64-linux-gnu

but perhaps a more elegant solution exists?


-- 
anatoly t.

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to