Loading...
Select Version
&pagelevel(3)&pagelevel
Übersetzen und Binden mit dem c89-Kommando
c89 hallo.c
Übersetzt hallo.c
und erzeugt ausführbare Datei a.out
c89 -o hallo hallo.c
Übersetzt hallo.c
und erzeugt ausführbare Datei hallo
c89 -c hallo.c upro.c
Übersetzt hallo.c
und upro.c
und erzeugt die Objektdateien hallo.o
und upro.o
c89 -o hallo hallo.o upro.o
Bindet hallo.o
und upro.o
zu der ausführbaren Datei hallo
Kopieren mit dem bs2cp-Kommando
bs2cp bs2:hallo hallo.c
Kopiert die katalogisierte BS2000-Datei HALLO
in die POSIX-Datei hallo.c
bs2cp ’bs2:plam.bsp(hallo.l,l)’ hallo.o
Kopiert das LLM HALLO.L
aus der PLAM-Bibliothek PLAM.BSP
in die POSIX-Objektdatei hallo.o