Hi,
HP UX - mein spezieller Freund :-)
Teste mit dem folgende Script, ob der Compiler richtig installiert ist:
1) open file called t.c via any text editor
2) type the following:
#include <math.h>
#include <stdio.h>
main()
{
printf("hello");
}
3) type the following: cc t.c
4) type the following: a.out
Das Wort Hello sollte erscheinen.
Dann noch mal checken, ob die Variable für den C-Compiler geetzt ist:
MM_C_HOME auf das Verzeichnis des C-Compilers
und zum Schluß checken, ob es der richtige C-Compiler ist, den PTC in seinen Softwarewarevoraussetzungenauch unterstützt. Früher war es der ANSI C Developer Kit, der benötigt wurde.
Gruß Slavko
------------------
Slavko Simic
DENC AG
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP