Menu

Building sphinxbase-0.6.1 on OS X

Help
rmangino
2011-07-13
2012-09-22
  • rmangino

    rmangino - 2011-07-13

    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' failed with exit status 1
    make[1]: *** [pymod-build-stamp] Error 1
    make: *** [all-recursive] Error 1
    

    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!

     
  • rmangino

    rmangino - 2011-07-19

    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.

     

Log in to post a comment.