From: Thomas Jollans on
On 07/01/2010 06:21 PM, Dhilip S wrote:
> Hello Everyone..
>
> I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got
> error message while doing make command. anybody can tell tell, How to
> overcome this error....

Which error?

> --
> with regards,
> Dhilip.S
>
>

From: Christian Heimes on
> I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got
> error message while doing make command. anybody can tell tell, How to
> overcome this error....

Perhaps somebody is able to help you if you provide the full error
message and describe all steps that lead to the error mesage.

http://catb.org/esr/faqs/smart-questions.html#beprecise

Christian

From: Albert Hopkins on
On Thu, 2010-07-01 at 21:51 +0530, Dhilip S wrote:
> Hello Everyone..
>
> I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3
> got error message while doing make command. anybody can tell tell, How
> to overcome this error....

"this" error apparently did not get included in your post.

From: Thomas Jollans on
On 07/02/2010 05:38 PM, Dhilip S wrote:
>
>
> Hello Everyone..
>
> I'm using Ubuntu 10.04, i try to install Python 2.4.2 & Python 2.4.3 got
> error message while doing make command. anybody can tell tell, How to
> overcome this error.... Finally i got message like this ...
>
> 4036e000-403ad000 r--p 00000000 08:08 156978
> /usr/lib/locale/en_IN/LC_CTYPE
> bff9a000-bffaf000 rw-p 00000000 00:00 0 [stack]
> Aborted
> make: ***[sharedmodes] Error 13
>

That looks like the last line of a glibc backtrace, and doesn't tell us
much.
Please post the exact commands you entered to produce the problem. Best
to try again, even if you're sure it will fail.
Then post the complete error message, which can span several screenfuls
with this kind of problem. Include at least a few lines of output that
you can be sure are correct, to give us some context. It's better to
post a bit too much than too little.

-- Thomas