I just retrieved update 108.
when I type makefile (after configuring it and after configuring Linux-ifort.mk) I get:
$ make
makefile *** missing separator. Stop.
thx for any help
guiyo
problem with latest makefile (Sept 10)
Your makefile has the <<< stuff in it? Those are the residue of an svn update or merge running into a conflict. You have to delete those lines. Anytime you get a C from "svn update" and extra files with names like makefile.r41, you have to clean things up before moving on.
"svn status" can show you the existence of such new bogus files.
"svn status" can show you the existence of such new bogus files.
thx again Kate. That got ride of that error message but now it complains about the following:
$ make
mv ./Compilers/MakeDepend ./Compilers/MakeDepend.orig
mv: cannot stat `./Compilers/MakeDepend': No such file or directory
make: *** [Compilers/MakeDepend] Error 1
When I used previous versions the MakeDepend file was already there. Do we have to retrieve it apart? thx.
Guiyo
$ make
mv ./Compilers/MakeDepend ./Compilers/MakeDepend.orig
mv: cannot stat `./Compilers/MakeDepend': No such file or directory
make: *** [Compilers/MakeDepend] Error 1
When I used previous versions the MakeDepend file was already there. Do we have to retrieve it apart? thx.
Guiyo