Search Results

Search: Posts Made By: jagan_kalluri
Forum: HP-UX 03-06-2009
4,898
Posted By jagan_kalluri
Fyi bosdf9d1:root ll /usr/bin/cc ...
Fyi

bosdf9d1:root ll /usr/bin/cc
lr-xr-xr-t 1 root sys 17 Sep 2 1999 /usr/bin/cc -> /opt/ansic/bin/cc
Forum: HP-UX 03-06-2009
4,898
Posted By jagan_kalluri
with ls : bosdf9d1:root cc -v ./myfile1.c...
with ls :


bosdf9d1:root cc -v ./myfile1.c -o ./hello
cc: CCOPTS is not set.
/opt/langtools/lbin/cpp ./myfile1.c /var/tmp/ctmAAAa14969 -$ -D__hp9000s800 -D__hppa -D__hpux -D__unix -D_PA_RISC1_1...
Forum: HP-UX 03-06-2009
4,898
Posted By jagan_kalluri
o/p from my hp_ux box: bosdf9d1:root cc...
o/p from my hp_ux box:


bosdf9d1:root cc -v ./myfile1.c -o ./hello
cc: CCOPTS is not set.
/opt/langtools/lbin/cpp ./myfile1.c /var/tmp/ctmAAAa14941 -$ -D__hp9000s800 -D__hppa -D__hpux -D__unix...
Forum: HP-UX 03-06-2009
4,898
Posted By jagan_kalluri
Hello Jim, Here is the output : ...
Hello Jim,


Here is the output :


bosdf9d1:root /opt/ansic/bin/cc -v myfile1.c -o ./hello
cc: CCOPTS is not set.
/opt/langtools/lbin/cpp myfile1.c /var/tmp/ctmAAAa13889 -$...
Forum: HP-UX 03-06-2009
4,898
Posted By jagan_kalluri
Problem With exceutable file creation
Hello ,

I came up with a new problem during creation of an exceutable file.

My application all the c files and links them to create a new executable file. Till last month everything was fine...
Forum: Programming 11-19-2008
2,660
Posted By jagan_kalluri
Comapilation error with Switch statement
Hello ,

How to resolve below compilation error.activity_type is a member of structure and the output from databse will be stored in structure.Expected output wil l be either D or N or C .

...
Forum: Programming 10-01-2008
1,988
Posted By jagan_kalluri
how can i verify and captalise my first character of string
Hi ,

With some modification in below , I would like to verify my first char of string weather it is capital letter or not, if it is not than i would like to capitalize it some body help me in...
2,281
Posted By jagan_kalluri
change and replacing headerfile path
Hello,


I just need to repalce my include path of an cd.h file in a dir which is having more tha 100 files.


I used some sed and grep but unsuccessful.

I am using HP_UX and i need to...
Forum: Programming 09-26-2008
2,061
Posted By jagan_kalluri
how to replace "cd.h" to <cd.h> in a dir
Hi,

I have to change include path for cd.h file in a directory whic having morethan 100 files.


i tried with below sed commnds but failed.

sed 's/\"\cd\.\h\"/\<\cd\.\h\>/g' >tmpfile


...
Forum: Programming 09-17-2008
4,960
Posted By jagan_kalluri
Hi, Thanks for the reply........... ...
Hi,

Thanks for the reply...........



I tried with the below given code and could not see any integer number stored at num. seems some more changes needed...

Thx,
jagan
Forum: Programming 09-12-2008
4,960
Posted By jagan_kalluri
Hi, its ok to pass without leading zeroes. I...
Hi,

its ok to pass without leading zeroes. I just need that number

thanks,
jagan
Forum: Programming 09-12-2008
4,960
Posted By jagan_kalluri
Hi, Thanks for the reply.. yes the...
Hi,


Thanks for the reply..
yes the model part should be 3 alphabetic chars and number should be 5 numerical characters.

I need do pass these variables to some other fn like this
...
Forum: Programming 09-12-2008
4,960
Posted By jagan_kalluri
Need help in character pointer
Hi,

I am trying to divide my input to different type of out puts for some other use.

ex: logical_name : jkl00001

expected out put : model=jkl and num=00001

here is the code i...
10,052
Posted By jagan_kalluri
Yes....i can see the display for xclock
Yes....i can see the display for xclock
10,052
Posted By jagan_kalluri
Exceed Display Problem
Hi,

i am running an application on our hp_ux server from my laptop(windows xp) which need an xwindow system for graphical display. I have exceed installed on my laptop to use as x window terminal....
Forum: HP-UX 09-10-2008
6,303
Posted By jagan_kalluri
Thank You Very much Ikon... It worked for me
Thank You Very much Ikon... It worked for me
Forum: HP-UX 09-10-2008
6,303
Posted By jagan_kalluri
Thanks for the reply Ikon ....... I am ...
Thanks for the reply Ikon .......


I am a new user for hp_ux and i do not have that much idea on logging in single user mode could you pleasse explain how to login in single user mode
...
10,052
Posted By jagan_kalluri
How to export my application
Hi,

i am running an application on our hp_ux server from my laptop(windows xp) which need an xwindow system for graphical display. I have exceed installed on my laptop to use as x window...
Forum: HP-UX 09-10-2008
6,303
Posted By jagan_kalluri
Unable to change root password
Hi,

Some how my root password expired for my hp_ux 10.20 machine and when i tried to change the password it displays file system full error how to resolve this issue


At first it accepts...
1,581
Posted By jagan_kalluri
Thank You All , its working now.
Thank You All ,


its working now.
1,581
Posted By jagan_kalluri
No Dave I am in correct path only
No Dave I am in correct path only
59,698
Posted By jagan_kalluri
directory checksum error
Hi,
I have a tar file with naed ass bcs.tar.gz downlaoded to my work station and It contains all the .c files and .o which i needed. when i am trying to unzip this one i am facing directory...
1,581
Posted By jagan_kalluri
Help NEEDED urgently on exceutable file
Hi ,

i amtrying to execute a file called bcs_maint which is the final executable for our project.
Normally on some other servers ican execute it by just typing bcs_maint.

yesterday i got a...
2,520
Posted By jagan_kalluri
Need help in resolving Compilation error
state_field state_abvr[] = {
"AL","ALABAMA",
"AK","ALASKA",
"AZ","ARIZONA",
"AR","ARKANSAS",
"CA","CALIFORNIA",
"CO","COLORADO",
"CT","CONNECTICUT",
"DE","DELAWARE",...
Forum: Programming 05-20-2008
4,881
Posted By jagan_kalluri
Compilation error : Please help
state_field state_abvr[] = {
"AL","ALABAMA",
"AK","ALASKA",
"AZ","ARIZONA",
"AR","ARKANSAS",
"CA","CALIFORNIA",
"CO","COLORADO",
"CT","CONNECTICUT",
"DE","DELAWARE",...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 03:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy