Results 1 to 6 of 6
I'm trying to compile pocketsphinx using cygwin and i get an error when running make.
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make[1]: ...
- 12-17-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
Python development header or "python-devel"?
I'm trying to compile pocketsphinx using cygwin and i get an error when running make.
collect2: ld returned 1 exit status
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
From what I researched, it seems I need the python development header or "python-devel" package . Where can I get this and how do I install it?
Hopefully someone can help even though I'm using cygwin...
thank you!
-Mike
- 12-18-2010 #2
Have a look here.
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 12-18-2010 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
I tried that but still same error. I'm thinking maybe gcc can't find a python lib or header. Is there a way to tell gcc to look in /usr/include/python2.6 for either a lib or header file?
- 12-19-2010 #4Just Joined!
- Join Date
- Dec 2010
- Posts
- 16
Look in synaptics for -dev related to python packages.
- 12-19-2010 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 3
- 12-19-2010 #6"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote
