Hi Sylvestre<br><br>I found what the problem was...<br><br>There is an application called brl-cad, <a href="http://www.brlcad.org">www.brlcad.org</a>, which i packaged with src2pkg, and installed to /usr...<br><br>This application, which creates some hundreds of libraries and executables, one of them is a thing called "cp"; an utility to copy objects between BRLCAD cad databases...<br>
<br>Well, basically, BRLCAD being thrown directly into /usr borked my coreutils....  this is why Scilab would not compile, and why my error was not reproducible by anyome else in Slackware community...   :-|<br><br>BRLCAD install defaults to /usr/brlcad... not to /usr...<br>
<br>Well, I reinstalled coreutils, and managed to compile Scilab --without-pvm, matio, --with-gfortran.... I guess that not having installed ocaml, precluded me to install scicos... so i reconfigured again without scicos... ( make would complain not finding clock_gettime ) and built a workable version.. although useless for me... ( --without-scicos )...   I shall rebuild this tomorrow, after having installed ocaml, just to see if this solves the clock_gettime issue of scicos...<br>
<br>But At least I solved the build problem...<br><br>My insight was when I was checking the switches of cp, and typed "man cp"... and shell showed it was "a BRL CAD utility...  "...   :-|<br><br>Anyway, thanks for your support....   :-)     <br>
<br>Will try to solve the scicos thing now.... <br><br>BRGDS<br><br>Alex <br>