On 11 Dec 2005 11:29:29 -0800, Andy Tai wrote: > > http://www.atai.org/gnuarch/prereleases/tla-1.3.3.99.tar.gz
This tarball is quite confusing. It contains neither README nor INSTALL. In fact, nowhere in the tarball is explained how to build tla. Please add INSTALL file that may look like this: ------------------------------------------------------------------------ To build tla, execute: cd src mkdir ./=build cd ./=build ../configure make To install tla, execute something like: strip tla/tla/tla sudo install tla/tla/tla /usr/local/bin/ You may want to refrain from issuing "make install" after "make", since it violates the common expectation that "make install" only installs without rebuilding everything again. Mere "cp" or "install' is enough. ------------------------------------------------------------------------ Regards, Mikhael. _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
