From: Glen Polmear <GPolm...@TTNEHOB1.telecom.com.au> Subject: SCO binaries on Linux Date: 1995/12/03 Message-ID: <49t6qe$plg@cdn_news.telecom.com.au>#1/1 X-Deja-AN: 120783163 content-type: text/plain; charset=us-ascii organization: Telstra mime-version: 1.0 newsgroups: comp.unix.sco.misc x-mailer: Mozilla 1.2 (Windows; I; 16bit) Hi all, Is there some way to run SCO binaries on Linux and vice-versa? Their magic numbers are different so they seem to be incompatible, but is there some trick ? Glen Polmear Telstra, Hobart, Tasmania, Australia
From: Mike Jagdis <m...@roan.co.uk> Subject: Re: SCO binaries on Linux Date: 1995/12/04 Message-ID: <DJ2K8z.Byt@roan.co.uk>#1/1 X-Deja-AN: 120931710 x-nntp-posting-host: roan.demon.co.uk references: <49t6qe$plg@cdn_news.telecom.com.au> organization: Roan Technology Ltd. x-comment-to: Glen Polmear <GPolm...@TTNEHOB1.telecom.com.au> newsgroups: comp.unix.sco.misc >Is there some way to run SCO binaries on Linux and vice-versa? > >Their magic numbers are different so they seem to be >incompatible, but is there some trick ? Yes. Get the iBCS module from tsx-11.mit.edu:/pub/linux/BETA/ibcs2/. It does quite a bit more than just SCO but the latest OS5 ELF binaries won't be supported until the next release. Watch comp.os.linux.announce. I don't know about running Linux binaries on SCO - I don't have a source license for SCO :-). Mike -- Here is wisdom. Let him that hath understanding count the number of the beast: for it is the number of a man; and his number is Voice: +44 1734 890403 Fax: +44 1734 891192
From: j...@saf.com (James N. McClatchey) Subject: Re: SCO binaries on Linux Date: 1995/12/05 Message-ID: <4a1hsi$90p@safn6.saf.com>#1/1 X-Deja-AN: 120931698 references: <49t6qe$plg@cdn_news.telecom.com.au> <DJ2K8z.Byt@roan.co.uk> organization: Southern Aluminum Finishing Company, Atlanta, Ga. USA newsgroups: comp.unix.sco.misc m...@roan.co.uk (Mike Jagdis) writes: >>Is there some way to run SCO binaries on Linux and vice-versa? >> >>Their magic numbers are different so they seem to be >>incompatible, but is there some trick ? >Yes. Get the iBCS module from tsx-11.mit.edu:/pub/linux/BETA/ibcs2/. I have done this and it works quite nicely. Only thing I haven't got to work is Foxpro but I am still working on it. Beware too that iBCS needs a little tweaking to compile under 1.3.xx Linux kernels. Also you need the 1.2.8 modules (insmod) for it to work. One other problem is that the system SCO binaries (cat, diff etc) need the SCO shared libraries to run. If you really need these and if you have a spare SCO license lying around, just create /shlib and put them there. Otherwise, you are violating the license. My interest in Linux was to have a cheap way to add networking, gatewaying, and IP masquerading to a system. I haven't tried running Linux binaries under SCO. I don't think it would work. Regards - Jim (j...@saf.com) -- James N. McClatchey (Southern Aluminum Finishing Co, Atlanta, GA, USA) Architectural Aluminum. Custom Fabrication. Paint, Powder Coating, Anodizing. j...@saf.com Compuserve: 76167,2535 Voice: 404-355-1560 Fax: 404-350-0581
From: Mike Jagdis <m...@roan.co.uk> Subject: Re: SCO binaries on Linux Date: 1995/12/06 Message-ID: <DJ5zq2.Jn5@roan.co.uk>#1/1 X-Deja-AN: 121046651 x-nntp-posting-host: roan.demon.co.uk references: <49t6qe$plg@cdn_news.telecom.com.au> <DJ2K8z.Byt@roan.co.uk> <4a1hsi$90p@safn6.saf.com> x-smtp-posting-host: post.demon.co.uk [Wed, 6 Dec 95 18:03:12 GMT] organization: Roan Technology Ltd. x-comment-to: j...@saf.com (James N. McClatchey) newsgroups: comp.unix.sco.misc James N. McClatchey said >I haven't tried running Linux binaries under SCO. I don't think it would >work. No. To do it you would need to add kernel code to handle the Linux method of system calls (ints rather than lcall) plus a means to map various constants between domains (system call numbers, errnos, signal numbers, ioctls...). Mike -- Here is wisdom. Let him that hath understanding count the number of the beast: for it is the number of a man; and his number is Voice: +44 1734 890403 Fax: +44 1734 891192