Trent Shea wrote:
> On Tuesday 26 January 2010 19:07:36 Bruce Dubbs wrote:
>> That's the right output.
>>
>> Just add --without-gpm to the ncurses configure line and go on from there.
>>
>>-- Bruce
>>
> I was looking at a similar issues in another thread:
> http://linuxfromscratch.org/pipermail
On Tuesday 26 January 2010 19:07:36 Bruce Dubbs wrote:
> That's the right output.
>
> Just add --without-gpm to the ncurses configure line and go on from there.
>
>-- Bruce
>
I was looking at a similar issues in another thread:
http://linuxfromscratch.org/pipermail/lfs-support/2010-January/0
Dmitry Sokolov wrote:
> - Original Message -
> From: "Chris Staub"
>> How about we quit debating these technical details and settle the issue
>> with a couple simple tests? Dmitry, please paste the output of these 2
>> commands:
>>
>> ls /tools/bin/g++
>> readelf -l /tools/bin/gcc | grep
- Original Message -
From: "Chris Staub"
To: "LFS Support List"
Sent: Wednesday, January 27, 2010 2:02 AM
Subject: Re: Ncurses 5.7 fail to configure
> On 01/26/2010 02:42 PM, Bruce Dubbs wrote:
>>
>> If libgpm.so is in the host's /usr/lib, then
On 01/26/2010 02:42 PM, Bruce Dubbs wrote:
>
> If libgpm.so is in the host's /usr/lib, then it will try to link, but if
> Gpm_Open() isn't there, it will fail.
>
> -- Bruce
>
>
How about we quit debating these technical details and settle the issue
with a couple simple tests? Dmitry, please p
Chris Staub wrote:
> On 01/26/2010 02:08 PM, Chris Staub wrote:
>> Nope. I can guarantee that the problem is that there is something wrong
>> in the user's $PATH or some other part of the environment. This has
>> *always* been the case every single time I have every seen any user get
>> this error.
On 01/26/2010 02:08 PM, Chris Staub wrote:
>
> Nope. I can guarantee that the problem is that there is something wrong
> in the user's $PATH or some other part of the environment. This has
> *always* been the case every single time I have every seen any user get
> this error. If the environment is
On 01/26/2010 02:02 PM, Bruce Dubbs wrote:
> Chris Staub wrote:
>
>
> Chris,
> I don't think this is the issue. In Chapter 5, we still use
> /usr/include and /usr/lib. If the host system has /usr/include/gpm.h
> and an old /usr/lib/libgpm.so.1, I think we will get this error. My
> reference
Chris Staub wrote:
>>> On 01/26/2010 06:00 AM, Dmitry Sokolov wrote:
>>> This is usually the result of a bad $PATH or stuff missing in /tools.
>>> Paste the output of "env", and "ls /tools/bin".
>>> --
>> Where to insert result env and ls/tools/bin in $PATH?
>>
>
> I didn't say anything about "i
On 01/26/2010 01:09 PM, Dmitry Sokolov wrote:
>
> - Original Message -
> From: "Chris Staub"
> To: "LFS Support List"
> Sent: Tuesday, January 26, 2010 11:48 PM
> Subject: Re: Ncurses 5.7 fail to configure
>
>
>> On 01/26/2010 06:00 AM, Dmi
On 01/26/2010 01:13 PM, Bruce Dubbs wrote:
> Dmitry Sokolov wrote:
>
>
> Try
>
> ./configure --prefix=/tools --with-shared --without-debug \
> --without-ada --enable-overwrite --without-gpm
>
>
> Evidently you have an old version of the gpm library installed.
>
> -- Bruce
No, GPM is n
- Original Message -
From: "Bruce Dubbs"
To: "LFS Support List"
Sent: Wednesday, January 27, 2010 12:13 AM
Subject: Re: Ncurses 5.7 fail to configure
> Dmitry Sokolov wrote:
>
>> ./configure --prefix=/tools --with-shared --without-debug --wi
Dmitry Sokolov wrote:
> ./configure --prefix=/tools --with-shared --without-debug --without-ada
> --enable-overwrite
>
> result:
> checking if you want to link with the GPM mouse library... maybe
> checking for gpm.h... yes
> checking for Gpm_Open in -lgpm... no
> configure: error: Cannot link
- Original Message -
From: "Chris Staub"
To: "LFS Support List"
Sent: Tuesday, January 26, 2010 11:48 PM
Subject: Re: Ncurses 5.7 fail to configure
> On 01/26/2010 06:00 AM, Dmitry Sokolov wrote:
>> Hello, I'm Dmitry.
>> When i configuring p
- Original Message -
From: "Bruce Dubbs"
To: "LFS Support List"
Sent: Tuesday, January 26, 2010 11:28 PM
Subject: Re: Ncurses 5.7 fail to configure
> Dmitry Sokolov wrote:
>>> Dmitry Sokolov wrote:
>>>>>> When i configuring package
On 01/26/2010 06:00 AM, Dmitry Sokolov wrote:
> Hello, I'm Dmitry.
> When i configuring package Ncurses 5.7, i gets error: Cannot link with
> GPM library.
> What is it? and how to configure & make Ncurses normal?
> LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/
> Packages
- Original Message -
From: "Ken Moffat"
To: "LFS Support List"
Sent: Tuesday, January 26, 2010 11:25 PM
Subject: Re: Ncurses 5.7 fail to configure
> /me wonders if people are misreading, or maybe there is a common
> error I'm not aware of. Ah, first
Dmitry Sokolov wrote:
>> Dmitry Sokolov wrote:
> When i configuring package Ncurses 5.7, i gets error: Cannot link with
> GPM library.
I see now. You said originally that it couldn't find gpm (general
purpose mouse), not gmp.
What command line (exactly) did you use for configure and wha
/me wonders if people are misreading, or maybe there is a common
error I'm not aware of. Ah, first "proper" package after gcc, so
I understand the responses.
Anyway, can you try configuring ncurses with --with-gpm=no ?
I'm guessing configure found gpm.h among the host's headers.
I never build
- Original Message -
From: "Bruce Dubbs"
To: "LFS Support List"
Sent: Tuesday, January 26, 2010 11:05 PM
Subject: Re: Ncurses 5.7 fail to configure
> Dmitry Sokolov wrote:
>
>> From: "Andrew Benton"
>>> On 26/01/10 11:00, Dmit
Dmitry Sokolov wrote:
> From: "Andrew Benton"
>> On 26/01/10 11:00, Dmitry Sokolov wrote:
>>> When i configuring package Ncurses 5.7, i gets error: Cannot link with
>>> GPM library.
>>> What is it? and how to configure & make Ncurses normal?
>>> LFS 6.5 Stable from http://www.linuxfromscratch.or
- Original Message -
From: "Andrew Benton"
To:
Sent: Tuesday, January 26, 2010 6:38 PM
Subject: Re: Ncurses 5.7 fail to configure
> On 26/01/10 11:00, Dmitry Sokolov wrote:
>> Hello, I'm Dmitry.
>> When i configuring package Ncurses 5.7, i gets error: C
On 26/01/10 11:00, Dmitry Sokolov wrote:
> Hello, I'm Dmitry.
> When i configuring package Ncurses 5.7, i gets error: Cannot link with
> GPM library.
> What is it? and how to configure & make Ncurses normal?
> LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/
> Packages down
Hello, I'm Dmitry.
When i configuring package Ncurses 5.7, i gets error: Cannot link with GPM
library.
What is it? and how to configure & make Ncurses normal?
LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/
Packages downloaded from wget list
LiveCD lfslivecd-x86_64-6.3
24 matches
Mail list logo