<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</HEAD>
<BODY>Hello<br><br>I'm facing a problem during make invoking third party BLAS. <br>The configure phase however ran correctly (configure: Configuration of Couenne successful<br>configure: Main configuration of Couenne successful). The install for BLAS ran also fine. Looking at the trace, it seems that dasum.lo has been generated by fort77 instead of dasum.o ? <br><br>Making all in ThirdParty/Blas<br>make[1]: entrant dans le répertoire « /home/dgravot/Couenne/build/ThirdParty/Blas »<br>/bin/bash ./../../libtool --tag=F77 --mode=compile fort77&nbsp; -O3 -fomit-frame-pointer -pipe&nbsp;&nbsp; -c -o dasum.lo ../../../ThirdParty/Blas/dasum.f<br>&nbsp;fort77 -O3 -fomit-frame-pointer -pipe -c ../../../ThirdParty/Blas/dasum.f&nbsp; -fPIC<br>&nbsp;&nbsp; dasum:<br>mv -f dasum.o .libs/dasum.o<br>mv: cannot stat `dasum.o': No such file or directory<br>make[1]: *** [dasum.lo] Erreur 1<br>make[1]: quittant le répertoire « /home/dgravot/Couenne/build/ThirdParty/Blas »<br>make: *** [all-recursive] Erreur 1<br><br>Thanks for your help<br><br>David <br><br><br></BODY></HTML>