X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.2 required=5.0	tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
X-Yahoo-SMTP: Uu383n6swBCEN1G9up0WSnxbvN8fCPmk
Message-ID: <4D0E9547.1000303@cygwin.com>
Date: Sun, 19 Dec 2010 18:29:11 -0500
From: "Larry Hall \(Cygwin\)" <reply-to-list-only-lh@cygwin.com>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090320 Remi/2.0.0.21-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: python-devel How to install?
References: <30478483.post@talk.nabble.com> <4D0B74ED.7040805@cygwin.com> <30488388.post@talk.nabble.com> <30489813.post@talk.nabble.com>
In-Reply-To: <30489813.post@talk.nabble.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 12/18/2010 4:03 PM, mike6679 wrote:
>
> This is the FULL error:
>
> error: command 'gcc' failed with exit status 1
> make[1]: *** [pymod-build-stamp] Error 1
> make[1]: Leaving directory
> `/cygdrive/c/MOBILE/SDK/pocketsphinx/base/sphinxbase-
> 0.6.1/python'
> make: *** [all-recursive] Error 1
>
>
> Do I need to configure cygwin with a path to python header or lib files?? --
> how do I do that? does anyone have an idea here? I have tried everything and
> have hit a wall!

Actually, the above is part of the error.  It states that 'gcc' failed but
doesn't provide the details of what it found that it didn't like.  To be much
more helpful, we'd need to see the specific compiler error(s) that you got.

> mike6679 wrote:
>>
>> I see already see python.h in that location, is that all I need?

The full list of files that comes with the Python package can be found
here:

<http://cygwin.com/packages/python/python-2.6.5-2>

You want to make sure you see all of these files.  Adding the path to them
via -I is enough to make this happen, if it's not there already.

-- 
Larry

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

