Help request for SCO System V 3.2 R4.2 C language compiler


 
Thread Tools Search this Thread
Operating Systems SCO Help request for SCO System V 3.2 R4.2 C language compiler
# 1  
Old 02-23-2018
Help request for SCO System V 3.2 R4.2 C language compiler

No, I need for research purposes the SCO C compiler for System V 3.2 R4.2 I need the SCO compiler not gcc version.

This release did not come with the C compiler it came as another tool suite.

Can someone help me please .

Dr. Mariano Mendez
Operating System Professor
University of Buenos Aires
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Gcc g++ on cygwin - configure: error: *** A compiler with support for C++11 language features is req

Hi, Apologies if I posted it in a wrong section as it is related to gcc on cygwin. Please move it to appropriate section. I'm trying to compile and build libsigc++-2.10.2 on cygwin with gcc 8.3.0. when I run ./configure, I get this: I couldn't fully understand what does... (13 Replies)
Discussion started by: prvnrk
13 Replies

2. Homework & Coursework Questions

Using C language to use system calls

I need to write a C program (not a C++ program) that allows some tasks to be preformed automatically from a menu-driven interface. Automate the following tasks: 1. Rename a file 2. Delete a file or a directory 3. Output Process Information 4. Execute “mode 644 ls -l” 5. Exit I need to know... (7 Replies)
Discussion started by: femchi
7 Replies

3. Programming

Are system calls in c language only????

Hi friends, I have three questions. 1) What are system calls? 2) Is it necessary that system calls be in c language (in unix operating system)? 3) Importance of c language when programming in unix environment??? Looking forward to your wonderful replies! ... (2 Replies)
Discussion started by: gabam
2 Replies

4. SCO

SCO Localization in Albanian language

Hi, I need to localize SCO Open Server 5.0.7 in Albanian Language. Does anyone have any experience in SCO localization. Where should I start? :confused: I googled but did not find any hint or clue. Any help would be appreciated. Cheers (2 Replies)
Discussion started by: thomas66
2 Replies

5. Programming

GCC Compiler for SCO Open Server 5.0.7

If only SCO UNIX was as easy as Debian :mad: I intend to compile some c scripts but realized that I hadn't installed GCC on my SCO UNIX, after trying to install the package from a CD (Development Kit) and failing (Something to do with the License) ... I decided to download a Media image from... (2 Replies)
Discussion started by: itmon
2 Replies

6. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies
Login or Register to Ask a Question
binfmtc(1)							     binfmt_C								binfmtc(1)

NAME
binfmtc-interpreter - binfmt_misc C handler SYNOPSIS
binfmtc-interpreter C-source-file-name [command-line opions ...] DESCRIPTION
binfmtc-interpreter compiles a C source file specified on the command-line using C compiler, and executes the resulting file. It is designed to be used as a handler for binfmt_misc handler, which is a system used in Linux for handling arbitrary files as executa- bles. The command-line options are passed on to the compiled binary. FILE MAGIC
There is a requirement for C source files to have the magic characters /*BINFMTC: at the beginning of the file. That line also is used to specify the additional command-line options for C compiler. ENVIRONMENT
GCC The compiler used. The default is to use gcc CC The compiler used, if GCC variable is not set. BINFMTCTMPDIR Temporary directory used for binary and execution. Falls back to $TMPDIR $TEMPDIR or /tmp BINFMTC_DEBUG enables debug output if set. BINFMTC_GCC_OPTS Additional GCC options. Use BINFMTC_DEBUG to verify the options being passed on to gcc. The default is -O2 -Wall -g AUTHOR
Junichi Uekawa (dancer@debian.org) Upstream page is available at http://www.netfort.gr.jp/~dancer/software/ SEE ALSO
binfmtasm-interpreter(1), binfmtcxx-interpreter(1), binfmtf-interpreter(1), binfmtf95-interpreter(1), binfmtgcj-interpreter(1) binfmt_misc Dancer 2009 Feb 8 binfmtc(1)