Fehler : bash: nmake: command not found

Hallo,

Ich möchte INET-Framework (von OmNET++) zum starten bringen. Auf der Homepage steht :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
You might be tempted to just type the opp_nmakemake -f command to generate a makefile – don’t! Please read the INSTALL file in the package. Essentially it should be:

makemake
nmake -f makefile.vc depend
nmake -f makefile.vc

opp_nmakemake is not enough here, it’s only for single-directory models. makemake is a batch file which essentially runs heaps of opp_nmakemake commands, one in each directory.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

also makemake klappt wunderbar!!! (also mit ./makemake)

aber bei nmake -f makefile.vc depend kommt Fehler : bash: nmake: command not found

was kann ich tun?

habe mit apt-get install make gesehn das bei mir es schon installier ist!

Danke für die Hilfe
Gruß

Hallo,

aber bei nmake -f makefile.vc depend kommt Fehler : bash:
nmake: command not found

was kann ich tun?

habe mit apt-get install make gesehn das bei mir es schon
installier ist!

Wenn make installiert ist, und nmake nicht, dann ist die ultimative Lösung: … *trommelwirbel*… make statt nmake benutzen.

Grüße,
Moritz

wenn ich statt nmake | make nutze, zeigt er mir folgenden Fehler :
make: makefile.vc: No such file or directory
make: *** Keine Regel, um »makefile.vc« zu erstellen. Schluss.

(

Moin,

wenn ich statt nmake | make nutze, zeigt er mir folgenden
Fehler :
make: makefile.vc: No such file or directory
make: *** Keine Regel, um »makefile.vc« zu erstellen.
Schluss.

Das sieht fast so aus, als hättest du das -f unterschlagen.
(Sach mal, kann es sein dass du dir die Build-Anweisungen für Windows ankuckst, und es auch noch welche für Linux irgendwo gibt?)

Grüße,
Moritz