简体   繁体   中英

No rule to make target Install (Kubuntu Konsole)

I am trying to install the following database: aleda-latest.zip

In the Konsole I type the following command:

$ make install

output:
bzcat ne_vars.fr.dat.bz2 > ne_vars.fr.dat
bzcat ne_refs.fr.dat.bz2 > ne_refs.fr.dat
make: *** No rule to make target« /usr/local/share/alexina/fr », needed by « lefff.dat ». Stop.

  • What seems to be the problem?
  • Am I missing steps?

Some target in that makefile lists that directory as a prerequisite but there is no target that tells make how to create that directory in the makefile.

Either the makefile is broken or it expects some other software to have created that directory for it already (something alexina related presumably).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM