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
uil(1X) 																   uil(1X)

NAME
uil - The user interface language compiler SYNOPSIS
uil [options] file DESCRIPTION
The uil command invokes the UIL compiler. The User Interface Language (UIL) is a specification language for describing the initial state of a user interface for a Motif application. The specification describes the objects (menus, dialog boxes, labels, push buttons, and so on) used in the interface and specifies the routines to be called when the interface changes state as a result of user interaction. Speci- fies the file to be compiled through the UIL compiler. Specifies one or more of the following options: This option causes the compiler to look for include files in the directory specified if the include files have not been found in the paths that already were searched. Specify this option followed by a pathname, with no intervening spaces. Machine code is listed. This directs the compiler to place in the listing file a description of the records that it added to the User Interface Database (UID). This helps you isolate errors. The default is no machine code. Directs the compiler to produce a UID. By default, UIL creates a UID with the name a.uid. The file specifies the filename for the UID. No UID is produced if the compiler issues any diagnostics categorized as error or severe. Directs the compiler to set the locale before compiling any files. The locale is set in an implementation-dependent manner. On ANSI C-based systems, the locale is usually set by calling setlocale(LC_ALL, " "). If this option is not specified, the compiler does not set the locale. Directs the compiler to gen- erate a listing. The file specifies the filename for the listing. If the -v option is not present, no listing is generated by the compiler. The default is no listing. Specifies that the compiler suppress all warning and informational messages. If this option is not present, all messages are generated, regardless of the severity. Specifies a binary widget meta-language description file to be used in place of the default WML description. For more information about UIL syntax, see the OSF/Motif Programmer's Guide. SEE ALSO
X(1X), Uil(3X) uil(1X)