On 05/11/13 10:37, Gopalasubramanian, Ganesh wrote: > My non-bootstrap build fails with the following message > > /bin/bash: ./libtool: No such file or directory > make: *** [cilk-abi-vla.lo] Error 127 > > I have my libtool installed in /usr/bin. > > I configured the build with > configure --prefix=../dailybuild/usr/Nov_05_2013 > --enable-languages=c,c++,fortran --disable-bootstrap > > Am I missing something?
Ganesh, I've just completed a build of r204382 with the same configure flags. I can't reproduce that failure. What is not clear from your message, is whether indeed ./libtool is missing, or it can't be found while it's present. If ./libtool is not present, it's supposed to be generated by configure.status, so check your configure.log, perhaps there's a related error there? Thanks, - Tom