From: <kr...@fr...> - 2002-11-23 19:11:38
|
Hi all and Thomas. Just a detail : the scripts have CR+LF at the end of lines. So to use them on unix you have to remove the CR by using the fromdos program or with this command lines : cat <the-script> | tr -d '\015' > tmp.tmp mv tmp.tmp <the-script> The problem affects configure, config.sub, config.guess and create some strange errors. Another problem is the missing of Makefile.in in the gui/d directory. Fab. |