srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
824 stars 342 forks source link

Installing error #211

Open hdubey opened 5 years ago

hdubey commented 5 years ago

I am installing one year ago version of essen with cuda 7.5 and cuda8.0 on a ubuntu with GPU. Got following error during install: "gcc: error trying to exec 'cc1plus': execvp: No such file or directory Makefile:86: recipe for target 'cuda-kernels.o' failed make[1]: [cuda-kernels.o] Error 1 make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/gpucompute' Makefile:131: recipe for target 'gpucompute' failed make: [gpucompute] Error 2"

How to fix it?

ramonsanabria commented 5 years ago

which branch are you using?

On Tue, Jan 29, 2019 at 9:05 AM hdubey notifications@github.com wrote:

I am installing one year ago version of essen with cuda 7.5 and cuda8.0 on a ubuntu with GPU. Got following error during install: "gcc: error trying to exec 'cc1plus': execvp: No such file or directory Makefile:86: recipe for target 'cuda-kernels.o' failed make[1]: [cuda-kernels.o] Error 1 make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/gpucompute' Makefile:131: recipe for target 'gpucompute' failed make: [gpucompute] Error 2"

How to fix it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srvk/eesen/issues/211, or mute the thread https://github.com/notifications/unsubscribe-auth/AMlwPYLabUCcI-oPORISMsvmPFHqMiabks5vIJtzgaJpZM4aYuOt .

hdubey commented 5 years ago
ramonsanabria commented 5 years ago

ok thanks. Here it says that there is some kind of problem with your compiler. You're possibly missing g++ package on your machine.

Can you try to reinsrall g++?

apt-get install g++

Thanks!

On Tue, Jan 29, 2019 at 10:32 AM hdubey notifications@github.com wrote:

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/srvk/eesen/issues/211#issuecomment-458696207, or mute the thread https://github.com/notifications/unsubscribe-auth/AMlwPRAnL6DG0PB4j0pdWhwUXUPvU82wks5vIK_3gaJpZM4aYuOt .

hdubey commented 5 years ago

Thanks. I reinstalled the gcc. Now, new error appears: collect2: error: ld returned 1 exit status ../makefiles/default_rules.mk:35: recipe for target 'liblm.so' failed make[1]: [liblm.so] Error 1 make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/lm' Makefile:131: recipe for target 'lm' failed make: [lm] Error 2

Thanks!

ramonsanabria commented 5 years ago

Did you clean the installation first before retrying.

Thank you!

On Tue, Jan 29, 2019 at 11:21 AM hdubey notifications@github.com wrote:

Thanks. I reinstalled the gcc. Now, new error appears: collect2: error: ld returned 1 exit status ../makefiles/default_rules.mk:35: recipe for target 'liblm.so' failed make[1]: [liblm.so] Error 1 make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/lm' Makefile:131: recipe for target 'lm' failed make: [lm] Error 2

Thanks!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/srvk/eesen/issues/211#issuecomment-458711615, or mute the thread https://github.com/notifications/unsubscribe-auth/AMlwPfTS2fYz2Bv3hHA2Th8RPSwi54Hbks5vILs-gaJpZM4aYuOt .

anjul1008 commented 5 years ago

I'm also installing eesen latest version but facing same problem:

collect2: error: ld returned 1 exit status ../makefiles/default_rules.mk:35: recipe for target 'liblm.so' failed make[1]: [liblm.so] Error 1 make[1]: Leaving directory '/home/reverie/asr/eesen/src/lm' Makefile:131: recipe for target 'lm' failed make: [lm] Error 2

gcc version : 4.8.5 how to fix it? thanks.

fmetze commented 5 years ago

can you provide more information? a more complete log file? which OS, libraries, etc?

icestoneking commented 4 years ago

Thanks. I reinstalled the gcc. Now, new error appears: collect2: error: ld returned 1 exit status ../makefiles/default_rules.mk:35: recipe for target 'liblm.so' failed make[1]: [liblm.so] Error 1 make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/lm' Makefile:131: recipe for target 'lm' failed make: [lm] Error 2

Thanks! Has your problem been solved?