<div dir="ltr"><br><br>On Fri, Sep 20, 2019 at 3:08 PM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br>><br>><br>><br>> On Fri, Sep 20, 2019 at 2:21 PM Luí­s Moreira de Sousa <<a href="mailto:luis.de.sousa@protonmail.ch">luis.de.sousa@protonmail.ch</a>> wrote:<br>> ><br>> > Hi again Markus, thank you for following up.<br>> ><br>> > In your example we can see this:<br>> ><br>> > rm /home/mneteler/tmp//grass76/include/Make/Platform.make<br>> > make /home/mneteler/tmp//grass76/include/Make/Platform.make<br>> ><br>> > How can it work? Is the file recreated somehow after the rm command? What happens if you run only make include/Make/Platform.make?<br>><br>> in this case "/home/mneteler/tmp//grass76" is the installation target, "make install" cleans up leftovers from a previous installation. The real Platform.make is in this example here:<br>> /home/mneteler/software/grass76_git/dist.x86_64-pc-linux-gnu/include/Make/Platform.make<br>> to be installed to<br>> /home/mneteler/tmp//grass76/include/Make/Platform.make<br>><br><div>> What is you install target, defined with configure --prefix= ?</div><div><br></div><div>Ah, I see. You configured with</div><div><br></div><div><div>/configure \<br></div><div>-prefix=/home/WUR/duque004/grass/</div></div><div><br></div><div><br></div><div>which will install GRASS to <br></div><div>/home/WUR/duque004/grass/grass-7.6.0 <br></div><div>but that is also your source and build directory. You need to move the grass source to somewhere else or use a different prefix<br></div><div><br></div><div>Markus M</div><div><br></div><div>>> Markus M</div>><br>> ><br>> > Regarding the volume: I think it is NFS, providing the user areas in the HPC cluster.<br>> ><br>> > Thanks you.<br>> ><br>> > --<br>> > Luís<br>> > _______________________________________________<br>> > grass-user mailing list<br>> > <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> > <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>