Looking for C-ISAM libsiam.a for C compiler on AIX 5


 
Thread Tools Search this Thread
Operating Systems AIX Looking for C-ISAM libsiam.a for C compiler on AIX 5
# 1  
Old 08-23-2005
Bug Looking for C-ISAM libsiam.a for C compiler on AIX 5

I am coding a small C program to read CISAM database and need the ISAM library (libisam.a) for the C compiler on AIX 5. I do not know my solution works or not currently and do research/test only. Does someone have such a library and borrow it to me for testing? Thanks a lot.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Explanation of C Compiler for AIX

Hi, I have the following packages installed on my AIX server xlC.aix50.rte 10.1.0.2 COMMITTED XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.rte 10.1.0.2 COMMITTED XL C/C++ Runtime xlC.rte... (4 Replies)
Discussion started by: jimthompson
4 Replies

2. Shell Programming and Scripting

SHC Compiler [ERROR] AIX

Hello there, I’m compiling a shell script under UNIX AIX 5.3 operating system. I’m facing a “glitch” when I tried to run the .x file AIX sent the error message “Killed”. # rpm -qa libgcc-4.2.0-3 libstdc++-4.2.0-3 gcc-4.2.0-3 libstdc++-devel-4.2.0-3 gcc-c++-4.2.0-3 # make *** ... (2 Replies)
Discussion started by: micrinho
2 Replies

3. AIX

AIX Xlc compiler

Hi Team I have a native applicaiton built on AIX using the xLC v8 Which could be the possible impacts from a code change point of view if I'll compile with the xLC v10? Thanks Marco (0 Replies)
Discussion started by: antcos
0 Replies

4. AIX

C++ compiler for AIX

please I want a help to how can I get C++ compiler to AIX OS. (3 Replies)
Discussion started by: Ahmed waheed
3 Replies

5. AIX

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (1 Reply)
Discussion started by: cipher#1
1 Replies

6. UNIX for Dummies Questions & Answers

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (0 Replies)
Discussion started by: cipher#1
0 Replies

7. AIX

C/C++ compiler ver 6 on AIX 5.3 - errors

Hi Guys, We are migrating AIX 5.1 to AIX 5.3. With this upgrade the C/C++ compiler is also upgraded to Visual Age C++ 6.0. After upgrading, when we tried to (re)compile our programs (since ibm open library classes are not going to work with new compiler), we are getting so many errors with no... (2 Replies)
Discussion started by: satguyz
2 Replies

8. Programming

Looking for C-ISAM libsiam.a for C compiler on AIX 5

I am coding a small C program to read CISAM database and need the ISAM library (libisam.a) for the C compiler on AIX 5. I do not know my solution works or not currently and do research/test only. Does someone have such a library and borrow it to me for testing? Thanks a lot. (0 Replies)
Discussion started by: hxm1303
0 Replies

9. AIX

gcc compiler on AIX 5.2

Does anybody know a web site where I could download gcc for AIX 5.2 (I've downloaded gcc 3.2 from http://www.bullfreeware.com/, but it doesn't work)? Thanks a lot for your answers. (2 Replies)
Discussion started by: SMISS
2 Replies

10. UNIX for Dummies Questions & Answers

HELP! UNIX AIX IBM C Compiler!

I currently have an IBM AIX UNIX MACHINE WITH VERSION 4 operating system. Already installed is a 3.1.4 version of the C Compiler that comes with the package. For the longest time this software ran fine until we changed our Company server and the IP addresses were changed. Now when the... (2 Replies)
Discussion started by: bobarob
2 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)