Comments

Flat
can't configure htk
User: novice
Date: 12/14/2012 10:21 pm
Views: 4059
Rating: 13

after I perform this 

$su

#yum install compat-gcc-34-c++ compat-gcc-34

 

I got problem on 

$./configure --prefix=/home/administrator/bin/htk-3.4

 

configure: error: C compiler cannot create executables

Re: can't configure htk
User: Alex
Date: 4/1/2013 7:27 am
Views: 349
Rating: 7

The error is, theused compiler named gcc34, you can testet it with "gcc -v" produce an error e.g. "command not found"

then you tried "gcc34 -v" (maybe -V)

returned the version of gcc ...

Then the simple solution : you link the gcc34 zu gcc .

Locate your gcc34 on my Fedora i found it /usr/bin/gcc34

i execute the command "ln -s  /usr/bin/gcc34 /usr/bin/gcc"

The hardlink gccpoints to gcc34 and the compile works.

sorry for my bad english ;-) 

PreviousNext