The hardware in my last problem, I can use i386 i486 CoreDuo DualCore, no problem. My problem is how verify the working of MF Cobol compiler and how install the Compiler, if it is correct installing in
/usr/lib/cobol and
/usr/bin or in
/usr/compat/lib/cobol /usr/compat/bin, if I need to copy the SCO library (static and dynamic) from original CD
I make this:
3.3 Getting iBCS2 to work
Create these directories:
Code:
# mkdir /usr/compat/ibcs2
# mkdir /usr/compat/ibcs2/dev
Create links
# cd /usr/compat/ibcs2/dev
# ln -sf /dev/null X0R (ecs nought arr)
# ln -sf socksys nfsd
# ln -sf /dev/null socksys
Make an empty file called null
# touch null
The section above is required in spite of what the official FAQ says.
Edit
/boot/loader.conf. Add lines
Code:
ibcs2_load="YES"
ibcs2_coff_load="YES"
(compare with
/boot/defaults/loader.conf)
Reboot
Check that
ibcs2.ko and
ibcs2_coff.ko are loaded with
kldstat(8)
I read any mail who say successful using SCO application (MF Cobol WordPerfect FoxPro) Slackware, RedHat 5.1 and 5.2, Suse 6.x 9 .x and 10, FreeBSD 6.1 and 8.x 9.1
With FreeBSD 6.3 and 7.1 if I run the command "cob" only I read "I see no work" on console, if I run the command "cob nameprogram.cbl" I see nothing and don't find the intermediate compilation "nameprogram.int" or the list of errors.
It work but not completely