Announcement

Collapse
No announcement yet.

[Linux] " No rule to make target `install' "

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Linux] " No rule to make target `install' "

    Liebe Entwickler,

    ich arbeite gerade an einem Programm (ich modifiziere es), ich habe neue Module hinzugefügt und es wird wie folgt erstellt (make):

    autoreconf -f -i
    ./configure
    sh make_precompiled_header.sh
    make
    make install

    -->make:
    Making install in ABC
    make[2]: Entering directory `/home/xxxxxxxxxxxxxx/xxxxx/xxxxxxx/src/ABC'
    make[2]: *** No rule to make target `install'. Stop.
    make[2]: Leaving directory `/home/xxxxxxxxxxxxxx/xxxxx/xxxxxxx/src/ABC'
    make[1]: *** [install-recursive] Error 1
    make[1]: Leaving directory `/home/xxxxxxxxxxxxxx/xxxxx/xxxxxxx/src'
    make: *** [install-recursive] Error 1



    Wie kriege ich das Problem behoben? Meine Kumpels sind scharf das Programm von meinem SVN herunterzuladen, aber wenn es nicht funktioniert bringt das ja nichts

  • #2
    make hat nichts gefunden, was es erstellen soll. Das makefile fehlt


    Meine Kumpels sind scharf das Programm von meinem SVN herunterzuladen
    Vielleicht sollten die helfen, anstatt scharf zu sein...
    Christian

    Comment


    • #3
      Da sind Makefiles (nur .am).

      Dumme Frage: Wie kriege ich das jetzt hin (Makefiles zu erstellen)?

      Comment


      • #4
        http://de.wikipedia.org/wiki/Makefile
        Christian

        Comment

        Working...
        X