Update: I found V2.1, already compiled, here:
http://www.allbasic.info/forum/index.php?topic=96.0It seems to work except for one thing.
Making a c file seems ok"
[repeater@rush updater]$ scriba -nCo updater.c updater.bas
[repeater@rush updater]$
But when I try to compile that:
[repeater@rush updater]$ gcc -o updater updater.c -lm -ldl -lpthread -lscriba
updater.c:475:27: warning: no newline at end of file
/usr/bin/ld: cannot find -lscriba
collect2: ld returned 1 exit status
[repeater@rush updater]$
no problem, I add a CR/LF to the end of udpater.c and try again. But now this error happens:
[repeater@rush updater]$ gcc -o updater updater.c -lm -ldl -lpthread -lscriba
/usr/bin/ld: cannot find -lscriba
collect2: ld returned 1 exit status
[repeater@rush updater]$
Something still isn't right it seem... with "ld"?