Well! After admins installed i32 development libraries the previous problem went away. However here is another one:
../bigforth> make mv: cannot stat `forthker.fi': No such file or directory make: [forthker.fi] Error 1 (ignored) ./bigforth -e ": $(libc=$(ldd bigforth | grep libc | cut -f2 | cut -f1 -d' '); if [ "$libc" = libc.so.5 ]; then echo -n libc5; else if [ "$libc" = libc.so.6 ]; then echo -n glibc; else echo -n bsd; fi; fi) ; include forth.fb save-target forthker cr bye" make: *** [forthker.fi] Segmentation fault Any idea of why that might be hapening? Thanks! -- Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
