autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf can't find X11 libraries


From: anatoly techtonik
Subject: Autoconf can't find X11 libraries
Date: Mon, 11 Jan 2016 14:05:49 +0300

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 <address@hidden>
Date: Mon, Jan 11, 2016 at 12:15 AM
Subject: Fwd: [PDCurses] Need with Autotools compilation on X11
To: address@hidden


On Sun, Jan 10, 2016 at 11:28 AM, anatoly techtonik <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]