SCE version 6.00 binaries for Linux AIX5.3 ========================================== 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: #define SysV /* Definirlo si es System V (AIX) */ /* #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 ) */