Menu

sphinxbase 0.7 & 0.6.1 - error durin...

Help
Alexander
2011-05-08
2012-09-22
  • Alexander

    Alexander - 2011-05-08

    Hello everybody,
    I'm building vorxforge acoustic model. As far as I understand I need to make
    sphinxbase and sphinxtrain first.
    I work on Windows workstation and so use cygwin.
    When I'm trying to make shinxbase I get error. I do
    ./autogen.sh
    ./configure
    make
    Then I get:

    libtool: link: object name conflicts in archive:
    .libs/libsphinxbase.lax/libsphi
    nxutil.a//cygdrive/c/sphinx/sphinxbase/src/libsphinxbase/util/.libs/libsphinxu
    ti
    l.a
    make: *** Error 1
    make: *** Error 1
    make: *** Error 1
    make: *** Error 1

    I get this on both 0.7 and 0.6.1 version. Could someone help me to find the
    reason? Probably I missed something. Probably I can use windows version of
    sphinxbase or sphinxtrain? My target is to build voxforge not sphinxbase.

    You can find full set of logs on http://www.mediafire.com/?79wir3dr9y798sv

     
  • Nickolay V. Shmyrev

    Hello

    This is a libtool bug. You can see this for details:

    http://lists.gnu.org/archive/html/bug-
    libtool/2010-07/msg00011.html

    To understand what happens there you need to provide the following
    information:

    sort --version
    

    and

    echo $'a\nb\nc' | sort -uc; echo $?
    

    Also an upgrade of libtool and/or coreutils might help.

    Probably I can use windows version of sphinxbase or sphinxtrain?

    Yes you can use windows binaries. You can also use sphinxtrain-1.0 which
    doesn't require sphinxbase.

     

Log in to post a comment.