Hello,<br><br>I have searched the archive for this list carefully and cannot find anything that quite addresses the problem I'm having. I'd really appreciate any advice.<br><br>I am trying to install on a machine running Ubuntu 11.04. Here are the details:<br>

<br><div style="margin-left: 40px;">uname -m: <br>i686<br><br>uname -r<br>2.6.38-10-generic-pae<br><br>gcc -v<br>gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) <br><br>make -v<br>GNU Make 3.81<br></div><br>I have set the path in the top-level Makefile. Since I have gcc4 I am using the following Makefile:<br>

<br><div style="margin-left: 40px;">Makefile.machine.i686-gcc4<br></div><br>So in that file I have added this:<br><br><div style="margin-left: 40px;">TCL_INCLUDE =-I/usr/include/tcl8.4<br>TCL_LIBRARY =-L/usr/lib/tcl8.4 -ltcl<br>

</div><br>I have checked all of this many times, so I am pretty sure I am following all the directions in the various install and README files.<br><br>When I run make:<br><br><div style="margin-left: 40px;">make MACHINE_TYPE=i686-gcc4 World<br>

</div><br>I get errors like the following:<br><br><div style="margin-left: 40px;">ERROR:  File to be installed (../bin/i686-gcc4/maxalloc) does not exist.<br>ERROR:  File to be installed (../bin/i686-gcc4/maxalloc) is not a plain file.<br>

Usage:  decipher-install <mode> <file1> ... <fileN> <directory><br>    mode:                 file permission mode, in octal<br>    file1 ... fileN:      files to be installed<br>    directory:            where the files should be installed<br>

<br>files =  ../bin/i686-gcc4/maxalloc<br>directory =  ../../bin/i686-gcc4<br>mode =  0555<br><br>make[2]: [../../bin/i686-gcc4/maxalloc] Error 1 (ignored)<br></div><br>The same basic message pops up for at lots of other files (maybe all of them?), including: ngram, ngram-count, ngram-merge, ngram-class, disambig, etc.<br>

<br>At this point I cannot tell what could be wrong. Can anyone suggest anything I might try? I hope I've given enough information, if not I will be glad to respond with more!<br><br>Sincerely,<br>Alan<br><br><br>