[SRILM User List] Unable to build SRILM with g++ 4.4.1 on Ubuntu 9.10 (i686)
Andreas Stolcke
stolcke at speech.sri.com
Sun Nov 8 21:35:45 PST 2009
Jayadev Jayaraman wrote:
> Hello there,
>
> I fixed the problem (I had originally set MACHINE_TYPE to i686. I
> changed it to i686-gcc4. ) and managed to compile the whole thing.
> However I got 'DIFFERS' for every run of the test suite. I've attached
> the command-line diagnostic of my compilation as well as testing with
> this mail.
My guess it that $(SRILM)/bin/i686-gcc4 (where the binaries are
installed) is not in your PATH, so the tests fail because the binaries
are not found.
To work around this you can
make MACHINE_TYPE=i686-gcc4 try
in the test directory.
Andreas
More information about the SRILM-User
mailing list