SCE version 6.01 binaries for Linux AIX6.1 ========================================== Just copy "sce" and "screun" to /usr/local/bin and give them excute and read access: cp screun sce /usr/local/bin chmod a+rx /usr/local/bin/sce chmod a+rx /usr/local/bin/screun Also, see doc_SPANISH in the upper directory for some instalation hints for xterm terminals. To compile (add #define __STRICT_ANSI__ ): #define SysV /* Definirlo si es System V (AIX) */ #define __STRICT_ANSI__ /* #define LINUX */ /* Definirlo si es Linux */ /* #define BSD42 */ /* Definirlo si es Berkeley 4.2 (no necesario para SUNOS4 */ /* #define MACOSX */ /* Definirlo si MACOSX */ #define L_GTIME /* Definirlo si el argumento de gmtime() es de tipo time_t (AIX, HP-UX, SUNOS4, LINUX ) */ #define HAYSIGW /* Definirlo si hay SIGWINCH (HP-UX 9.0, AIX, SUNOS4, LINUX ) */ /usr/vac/bin/xlc -o screun screun6.01.c You can safely ignore warnings: Missing return expression. assignment between types "void(*)(int)" and "void(*)()" is not allowed