I am trying to build sphinxbase under OS X (10.6.8) using gcc version: 4.2.1.
I've extracted sphinxbase-0.6.1 into a new directory.
I cd into that directory.
I run './configure' - which appears to succeed without issue.
I then run 'make' which results in tons of warnings and two specific errors:
/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
Installed assemblers are:
/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
and
lipo:can't open input file: /var/folders/Ej/EjLLLT-HFFKoDy6x5RkCAo9pppo/-Tmp-//ccf5xRFf.out (No such file or directory)error: command 'gcc-4.2'failedwithexitstatus1make[1]:***[pymod-build-stamp]Error1make:***[all-recursive]Error1
A text file containing the full results from make can be found at:
That is exactly why, in another post, I asked if this was "supposed" to work
(which you answered, "Of course. Why not?"). It would be helpful if you
actually tried your suggestions prior to posting them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to build sphinxbase under OS X (10.6.8) using gcc version: 4.2.1.
I've extracted sphinxbase-0.6.1 into a new directory.
I cd into that directory.
I run './configure' - which appears to succeed without issue.
I then run 'make' which results in tons of warnings and two specific errors:
and
A text file containing the full results from make can be found at:
http://dl.dropbox.com/u/5444790/build.txt
My end goal here is to build sphinxtrain (or sphinxtrain-automake) but I
cannot do that until I can successfully build sphinxbase.
Thank you in advance for any help!
You can easily find the answer on this question in Google
http://stackoverflow.com/questions/5256397/python-easy-install-fails-with-
assembler-for-architecture-ppc-not-installed-
on
That is exactly why, in another post, I asked if this was "supposed" to work
(which you answered, "Of course. Why not?"). It would be helpful if you
actually tried your suggestions prior to posting them.