On Wed, May 6, 2015 at 11:53 AM, alassane toure <[email protected]> wrote: > > Group, > I am still not making any progress compiling Grass70 on Ubuntu. Here is where i am at: > 1. able to run configure without any problem (with your help); > 2. unable to compile using the following commands: > make -j2 && sudo make install && sudo ldconfig > > And the system response was .... > > include/Make/Vars.make:1: include/Make/Platform.make: No such file or directory > make: *** No rule to make target `include/Make/Platform.make'. Stop.
What was the output of configure? Perhaps it fails. Make cannot find a makefile which should be generated by configure. Note that for running make, you need to be in the directory with the source code (as needed for configure). > Your help is appreciated. > > Alassane > > On Tue, May 5, 2015 at 2:13 PM, alassane toure <[email protected]> wrote: >> >> Great! ./configure worked! However compilation and installation did not. >> >> I run the following command: >> make -j2 && sudo make install && sudo ldconfig >> >> and the system response was: >> include/Make/Vars.make:1: include/Make/Platform.make: No such file or directory >> make: *** No rule to make target `include/Make/Platform.make'. Stop. >> >> I appreciate your comments/suggestions. >> >> Alassane >> >> >> On Tue, May 5, 2015 at 2:03 PM, Markus Neteler <[email protected]> wrote: >>> >>> On Tue, May 5, 2015 at 9:59 PM, alassane toure <[email protected]> wrote: >>> > Great! ./configure worked! >>> >>> great! >>> >>> > However compilation and installation did not. >>> > I run the following command: >>> > make -j2 && sudo make install && sudo ldconfig >>> > >>> > and the system response was: >>> > include/Make/Vars.make:1: include/Make/Platform.make: No such file or >>> > directory >>> > make: *** No rule to make target `include/Make/Platform.make'. Stop. >>> > >>> > I appreciate your comments/suggestions. >>> >>> please send it to the list, I am on Fedora... >>> >>> Markus >> >> > > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
