Comments

Flat
HTK Makefile, on line 77 and gcc-4.5.3
User: wmhrae
Date: 9/23/2011 4:34 am
Views: 3655
Rating: 16

First run your build script then grabe /tmp/htk/HLMTools/Makefile, on line 77 remove 8 spaces and hit tab, drop file in your build directory and remove and cat it in after configure problem solve ! see part of my build script

./configure    --prefix=$PKG/usr/ \
        --sysconfdir=/etc \
        --localstatedir=/var \
        --libdir=/usr/lib${LIBDIRSUFFIX} \
        --disable-static \
        --mandir=/usr/man \
        --build=$CHOST-mos-linux

# this is were you remove and add Makefile
rm /tmp/htk/HLMTools/Makefile || exit 1
cat $CWD/Makefile > /tmp/htk/HLMTools/Makefile || exit 1


make $JOBS
make all
make install

Make with gcc-4.5.3 fails but I build it with older version of gcc (have backwards compat libs since 01-01-2000! For those depleted software)

Hope my english is good enought for you to grab itLaughing

Re: HTK Makefile, on line 77 and gcc-4.5.3
User: kmaclean
Date: 9/26/2011 7:17 pm
Views: 145
Rating: 16

Thanks for the post!

Re: HTK Makefile, on line 77 and gcc-4.5.3
User: Visitor
Date: 8/9/2015 9:13 am
Views: 7
Rating: 0

Hi wmhrae,


could you tell me which version of gcc you used to compile htk?

 

thanks,

O.

PreviousNext