From owner-freebsd-questions Fri Sep 25 12:34:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25464 for freebsd-questions-outgoing; Fri, 25 Sep 1998 12:34:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25450 for ; Fri, 25 Sep 1998 12:34:44 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id OAA12273; Fri, 25 Sep 1998 14:34:34 -0500 (CDT) Date: Fri, 25 Sep 1998 14:34:33 -0500 From: Dan Nelson To: wcp@lpds.sublink.org, freebsd-questions@FreeBSD.ORG Subject: Re: Cobol compiler Message-ID: <19980925143433.A11955@emsphone.com> References: <13835.53227.788348.662388@luppolo.lpds.sublink.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: <13835.53227.788348.662388@luppolo.lpds.sublink.org>; from "Walter C. Pelissero" on Fri Sep 25 19:28:36 GMT 1998 X-OS: FreeBSD 2.2.7-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 25), Walter C. Pelissero said: > Did anybody try Microfocus Cobol compiler (the SCO versione) on > FreeBSD? > > If not, do you have a suggestion on a Cobol compiler for FreeBSD? (emssrv5:dan) /home/dan> uname -a FreeBSD emssrv5.emsphone.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #1: Sat Aug 1 14:20:33 CDT 1998 zsh@emssrv5.emsphone.com:/usr/src/sys/compile/EMSSRV5 i386 (emssrv5:dan) /home/dan> cobrun V3.2 revision 50 build 10/10/2 G; 31195. Run Time System 2XCGG/ZZ0/00000G We've been running MF Cobol apps on 2.2.* machines for about two years now (ever since 2.2.0-ALPHA). It runs rings around our SCO box, which now sits idle cause noone will use it :) I had to do the following to get it running on BSD: create /compat/ibcs2/dev/X0R, dev/nfsd and dev/socksys, all symlinked to /dev/null. copy SCO's /etc/default/lang to /compat/ibcs2/etc/default/lang copy SCO's /usr/lib/lang to /compat/ibcs2/usr/lib/lang copy SCO's /usr/lib/terminfo to /compat/ibcs2/usr/lib/terminfo And that was it. If you're planning on running over NFS, I have a kernel patch to the IBCS pathconf() that keeps MFCobol from truncating filenames over NFS to 13 characters. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message