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

Name
       dxuil - user interface language compiler for X window system

Syntax
       dxuil [ options ] file

Arguments
       file		   Specifies the file to be compiled through the UIL compiler.

Description
       The  dxuil  command invokes the UIL compiler.  The XUI User Interface Language (UIL) is a specification language for describing the initial
       state of a user interface for an XUI 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.

       For more information about the UIL compiler, see the Guide to the XUI User Interface Language Compiler.

Options
       -Ipathname	   Specify this option followed by a pathname, with no intervening spaces, to locate include files when the include direc-
			   tive is used.  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 have already been searched.

       -m		   Machine  code  is  listed.  This directs the compiler to place in the listing file a description of the records that it
			   added to the UID database.  This helps you isolate errors.  The default is no machine code.

       -o file		   Directs the compiler to produce a user interface database (UID).  By default, UIL creates a UID with  the  name  a.uid.
			   The	file  specifies  the filename for the UID.  No UID will be produced if the compiler issues any diagnostics catego-
			   rized as error or severe.

       -v file		   Directs the compiler to generate 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.

       -w		   Specifies  that  the compiler suppress all warning and informational messages.  If this option is not present, all mes-
			   sages will be generated, regardless of the severity.

See Also
       X(1X)
       Guide to the XUI User Interface Language Compiler

																	 dxuil(1X)