This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: python-devel How to install?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]