Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Unable to compile the c programme in unix Post 302097940 by vasudeva on Wednesday 29th of November 2006 03:16:01 PM
Old 11-29-2006
Still I am getting a problem with compiling

When I am using this command cc hello.c -o hello
ksh cc not found
where do I set up
 

10 More Discussions You Might Find Interesting

1. HP-UX

Unable to compile ANSI compatible code on HP-UX

Hi!!, my HP-UX - 10.2 compiler doesnt appear to support ANSI style of coding. On compiling my C code, it flags error messages like error 1705: Function prototypes are an ANSI Feature Is it a generic problem with the HP compiler or do I need to use some special switches on the command... (9 Replies)
Discussion started by: jyotipg
9 Replies

2. UNIX for Dummies Questions & Answers

Help! - How do I compile C++ in UNIX Enviroment?

:confused: Hi, does anyone here know how to compile and run C++ in UNIX environment? I am so desperate! Any help is greatly appreciated. Thanks! (3 Replies)
Discussion started by: Kahuashi
3 Replies

3. UNIX for Dummies Questions & Answers

how to compile in unix?

i am a new user of unix I saved an executable in fortran source code and now i have to compile this executable ( on unix). And i don't know to do it .what is the command? thank you (2 Replies)
Discussion started by: mono
2 Replies

4. UNIX for Advanced & Expert Users

porting a unix programme to linux??what matters

My question is: difference between unix and linux in terms of compiler, file system, ANSI compliance, standard liabrary issues, threading issues, operating system calls memory issues..ie whether these things wud cause problems while porting a unix programme to linux.? I think answer is depend... (1 Reply)
Discussion started by: prasoon
1 Replies

5. Shell Programming and Scripting

Write and compile Unix exec

Does a unix compiler come standard on Darwin or do you have to DL one. What programing langauge do you write it in... I know on MS-Dos its a bash file that just uses dos commands, but I keep hearing C in this forum. how would I write and compile code for unix? just cat a new file, use unix... (0 Replies)
Discussion started by: Mars8082686
0 Replies

6. What is on Your Mind?

Certification Programme for Unix Shell Scripting

Hi All, Can any one know about "Certification Programme for Unix Shell Scripting"? How do I become Certified Unix shell scripting programmer? Where will I get this certification? How do I continue my career as a script programmer? What are the additional things to learn. Currently I know... (14 Replies)
Discussion started by: ganapati
14 Replies

7. Shell Programming and Scripting

Still unable to compile pro*c program

I am unable to compile the programs, I am able to compile .pc to .c but later part of the compilation from .c to executalbe i am unable to do. Here is the way i am doing make -f $LIB_LIB/makefile.templ sample I am getting the following errors, which environment and where to set to point... (1 Reply)
Discussion started by: satvd
1 Replies

8. Programming

How to call the C Programme in UNIX shell scripting...?

Hi All, How to call the C programme in UNIX shell scripting? please send me some sample script for the above scenario. Regards, MPS:b: (1 Reply)
Discussion started by: psiva_arul
1 Replies

9. UNIX for Dummies Questions & Answers

Unable to compile Shell Script

Hi there, I have written the shell script to illustrate arithmetic operations using case command as shown below: #!/bin/bash echo -n "Enter any two numbers :" read a read b MENU=" Select any one option 1) Addition 2) Substraction 3) Multiplication 4) Division 5) Quit" clear $x=0;... (5 Replies)
Discussion started by: grc
5 Replies

10. UNIX for Dummies Questions & Answers

How to compile and run java in UNIX?

Hi Im using MobaXterm Unix on my windows XP.I want to compile java in unix.I have installed java to the following path C:\Program Files\Java\jdk1.7.0_09\bin In order to compile the java prog im typing the following command after entering into the bin directory: C:\Program... (2 Replies)
Discussion started by: ak3141
2 Replies
KWALLETCLI_GETPIN(1)					    BSD General Commands Manual 				      KWALLETCLI_GETPIN(1)

NAME
kwalletcli_getpin -- command line interface to pinentry SYNOPSIS
kwalletcli_getpin [-q] [-b | -m | -p prompt] [-E | -e errortext] [-N NoText] [-t desctext] [-Y YesText] DESCRIPTION
The kwalletcli_getpin utility is a shell wrapper speaking to pinentry using the Assuan protocol. It will ask the user for a passphrase and print it, without any trailing newline, to standard output. There are options for asking a boolean question or displaying a message. If PINENTRY is not empty but points to a non-existing or failing programme, pinentry is not called. Instead, xmessage(1) is used for boolean queries and messages if DISPLAY is set; otherwise, kwalletcli_getpin uses simple terminal I/O on GPG_TTY using stty(1) to disable echo of terminal input for passphrase queries. The options are as follows: -b Ask for a confirmation (boolean) instead of a passphrase. -E Unset a previously set error text. -E errtxt Set the error text to errtxt, displaying a dialogue box with a red X icon indicating that this is a retry question. -m Display a message (one-button query) instead of asking. -N NoText Use NoText instead of Cancel for the text of the abort button, if any. -p prompt Set the small descriptive text shown in front of the input field (``the Prompt'') to prompt. -q Be more quiet. -t desctxt Set the descriptive text (the input challenge) to desctxt. -Y YesText Use YesText instead of OK for the text of the confirm button. All input and output is assumed to be in UTF-8. RETURN VALUES
The kwalletcli_getpin utility exits 0 on success, 1 if the passphrase input was cancelled by the user, or >1 if an error occurred. Confirma- tion (boolean) error codes are 0 for Yes, 1 for No, or >1 if an error occurred. Messages return >0 if an error occurred, 0 otherwise. A summary of the error codes follows: 0 Read password successfully. Boolean question returned Yes/OK. 1 Boolean question returned No/Cancel. 2 Wrong command line syntax. 3 The process reading user input unexpectedly terminated or errored out. 4 Unexpected result reading from pinentry. 5 Unable to determine controlling tty, caller must set GPG_TTY. 6 Caught SIGHUP, SIGINT, SIGQUIT, SIGTRAP, SIGPIPE, or SIGTERM. ENVIRONMENT
DISPLAY If not set, pass current terminal information to pinentry. GPG_TERM Terminal type of the current tty. Defaults to the value of the environment variable TERM, or ``vt100'' if unset. GPG_TTY The current terminal, determined by tty(1) if unset. LC_CTYPE Passed to pinentry. Default: ``en_US.UTF-8'' LC_MESSAGES Passed to pinentry. Unset by default. PINENTRY The pinentry programme to use. Default: ``pinentry'' SEE ALSO
gpg-agent(1), kwalletcli(1), pinentry(1), stty(1), tset(1), tty(1) AUTHORS
kwalletcli_getpin was written by Thorsten Glaser <tg@mirbsd.org> mostly for tarent GmbH. CAVEATS
Some newer pinentry features, such as three-button operation or setting the window title, are not supported yet. BUGS
Some pinentry programmes may not support messages correctly and display them as boolean queries instead. Some implementations display labels with the wrong charset. Neither of these two problems is an issue in kwalletcli_getpin but a bug of the backend implementation. BSD
May 10, 2011 BSD
All times are GMT -4. The time now is 04:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy