X Windows Libraries Required


 
Thread Tools Search this Thread
Top Forums Programming X Windows Libraries Required
# 1  
Old 09-02-2005
Question X Windows Libraries Required

Hi,
I tried to compile a code referencing XWindows Programming Functions, i found out that i have no XWindows Header files present. But XWindows is running on my System.Is the XWindows Development package different from the XWindows running on my system? if so, can you instruct me how to obtain and install XWindows development libraries on my Unix (NCR MPRAS).

Thanks and Regards,

Pravin
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Programming

Configure: error: X Window system libraries and header files are required

I am trying to compile thunar 1.8.4. It is giving me this error. configure: error: X Window system libraries and header files are required Ubuntu Mate 18.04 (2 Replies)
Discussion started by: drew77
2 Replies

2. UNIX for Beginners Questions & Answers

Using Linux python libraries in windows

I would like to know how or if I could use python packages/libraries meant for linux on windows. In particular there is a soya3d game engine for python but I can only find downloads for linux. Yet I want to create programs with it that work on windows. (python 3) (1 Reply)
Discussion started by: Sprotz
1 Replies

3. Shell Programming and Scripting

Getting required fields from a test file in required fromat in unix

My data is something like shown below. date1 date2 aaa bbbb ccccc date3 date4 dddd eeeeeee ffffffffff ggggg hh I want the output like this date1date2 aaa eeeeee I serached in the forum but didn't find the exact matching solution. Please help. (7 Replies)
Discussion started by: rdhanek
7 Replies

4. Solaris

Libraries required by commands

In solaris 10 how to I know what libraries are required by a particular command? please advise (1 Reply)
Discussion started by: Tirmazi
1 Replies

5. Shell Programming and Scripting

ftp from unix to windows - urgent help required

I'm trying to ftp from a Unix machine to a Windows machine.. I've tried the following #!/bin/sh #set -x USER="user1" PASS="pass1" HOSTNAME="host1" ftp -n -i -v $HOSTNAME << EOT user $USER $PASS cd / send text1.txt close bye EOT When I try to run this, I get prompted for the... (1 Reply)
Discussion started by: sam_sal_manu
1 Replies
Login or Register to Ask a Question
audtrail(1m)															      audtrail(1m)

NAME
audtrail - A dcecp object that converts the audit trail into a readable format SYNOPSIS
audtrail help [operation | -verbose] audtrail operations audtrail show audit_trail_file_name_list [-to filename] ARGUMENTS
A list of one or more names of audit trail files. The names are not the full pathnames, but only the residual file name. The name of the audtrail operation for which to display help information. DESCRIPTION
The audtrail object represents an audit trail file. This command currently supports only one operation, which converts the audit trail into a human readable format. OPERATIONS
audtrail help Returns help information about the audtrail object and its operations. The syntax is as follows: audtrail help [operation | -verbose] Options Displays information about the audtrail object. Used without an argument or option, the audtrail help command returns brief information about each audtrail operation. The optional opera- tion argument is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the audtrail object itself. Privileges Required No special privileges are needed to use the audtrail help command. Examples dcecp> audtrail help show Returns or files the contents of an audit trail file. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> audtrail operations Returns a list of the operations supported by the audtrail object. The syntax is as follows: audtrail operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the audtrail operations command. Examples dcecp> audtrail operations show help operations dcecp> audtrail show Returns the audit trail in a readable format. The syntax is as follows: audtrail show audit_trail_file_name_list [-to filename] Options Specifies the name of the file in which to store the audit trail output. The show operation returns the audit trail in a readable format. This command takes as an argument a list of names of audit trail files. If more than one name is given, the output of each audit trail is concatenated and a blank line inserted between audit trails. The -to option specifies a destination filename for the trail. If this option is not present, the trail is returned from the command. If the option is present, this operation returns an empty string. Because audit trail files can grow quite large, using the -to switch is strongly recommended to avoid reading the entire trail into memory. Note that when dcecp processes output, it sends the entire set of returned information to an internal buffer before displaying it. There- fore, when the output is directed to the screen, it can take a long time to appear. Privileges Required You must have r (read) permission on the audit trail file on the local file system. Examples dcecp> audtrail show my_trail --- Start of an event record --- Event Number: 259 Client: /.../stp.gburg.ibm.com/hosts/drinkernisti/self Event Outcome: success Authorization Status: Authorized with a pac Local Time: 1993-12-19-19:02:27.037-05:00I----- --- End of an event record --- . . . --- Start of an event record --- Event Number: 266 Client: /.../stp.gburg.ibm.com/hosts/drinkernisti/self Event Out- come: success Authorization Status: Authorized with a pac Local Time: 1993-12-19-19:02:28.819-05:00I----- --- End of an event record --- dcecp> RELATED INFORMATION
Commands: auditd(1m), dcecp(1m), dcecp_aud(1m), dcecp_audevents(1m), dcecp_audfilter(1m). Files: aud_audit_events(5), dts_audit_events(5), event_class(5), sec_audit_events(5). audtrail(1m)