From: Jan T. <af...@ce...> - 2013-11-28 15:26:37
|
---------- Forwarded message ---------- From: "Jan Trmal" <af...@ce...> Date: Nov 28, 2013 10:25 AM Subject: Re: [Kaldi-developers] Problem making openfst To: "Saman Azadi" <aza...@gm...> Cc: Hi, perhaps you should make distclean in the openfst dir and run the configure and make by hand... This seems more like openfst problem than kaldi install script problem Y. On Nov 28, 2013 4:54 AM, "Saman Azadi" <aza...@gm...> wrote: > Hi, > > I'm trying to compile kaldi on ubuntu 13.10 but while making openfst it > says: > > ... > /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -o > fstarcsort fstarcsort.o ../script/libfstscript.la ../lib/libfst.la -lm > -ldl > libtool: link: g++ -g -O2 -o .libs/fstarcsort fstarcsort.o > ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath > -Wl,/home/saman/Thesis/kaldi-trunk/tools/openfst-1.3.2/lib > ../script/.libs/libfstscript.so: undefined reference to `dlopen' > ../script/.libs/libfstscript.so: undefined reference to `dlerror' > collect2: error: ld returned 1 exit status > make[3]: *** [fstarcsort] Error 1 > make[3]: Leaving directory > `/home/saman/Thesis/kaldi-trunk/tools/openfst-1.3.2/src/bin' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory > `/home/saman/Thesis/kaldi-trunk/tools/openfst-1.3.2/src' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/home/saman/Thesis/kaldi-trunk/tools/openfst-1.3.2' > make: *** [openfst_compiled] Error 2 > > Seems there is a linker problem with libdl or a misorder GCC (or g++) > option. How can I fix it? > > Thanks in advance for any help you are able to provide. > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > > |