Search Results

Search: Posts Made By: kkl
Forum: HP-UX 07-19-2011
3,242
Posted By kkl
Unix Gurus, Error, Mismatched Data ABI....
Unix Gurus,

Error,
Mismatched Data ABI. Expected EF_IA_64_ABI64
Fatal error.
ERROR: can't execute cc +DD64 +Olit=all -Wl,

Kindly help on this .
2,072
Posted By kkl
Dear Unix Gurus, Please provide your...
Dear Unix Gurus,

Please provide your valuable response on this.

Thanks.
Forum: HP-UX 07-13-2011
3,242
Posted By kkl
HP-unix make file Problem
Dear Unixians,

I have try to link my libraries with tuxedo
that showing following errors,

[/usr/lib/hpux64/dld.so: Unable to find library 'libtux.sl'.]

My make file few lines:
...
2,072
Posted By kkl
Please help on tuxedo linking problem
Dear Unixians,

I have try to link my libraries with tuxedo
that showing following errors,

[/usr/lib/hpux64/dld.so: Unable to find library 'libtux.sl'.]

My make file few lines:
[Code:]...
11,638
Posted By kkl
Thank you all, Now its working fine:) I also...
Thank you all,
Now its working fine:)
I also tried like this that also working.
sprintf (cmd, "/bin/rm -f %s%s %s %s","/usr1/mydir/", "1.t","2.t","3.t");
11,638
Posted By kkl
Its still having same issue. I just print the...
Its still having same issue.
I just print the string ,now its looks /bin/rm -f /usr1/mydir/1.t,2.t,3.t.
No removal is done.
sprintf (cmd, "/bin/rm -f %s,%s,%s","/usr1/mydir/", "1.t","2.t","3.t");
11,638
Posted By kkl
Friends, The problem in removing is the...
Friends,

The problem in removing is the string read like this /usr1/mydir/1.t2.t3.t.
My requirement is to remove file 1.t,2.t and 3.t .
The path is same only file name is different.

The files...
11,638
Posted By kkl
To remove file using rm inside c
Unixians,

I need one help,I have to remove a file from particular path.

see my code snippet,
{
char cmd[100]="";
sprintf (cmd, "/bin/rm -f %s%s%s%s","/usr1/mydir/", 1.t,2.t,3.t);
...
3,083
Posted By kkl
Hi Unix Gurus , Please respond my above query.
Hi Unix Gurus ,
Please respond my above query.
3,083
Posted By kkl
Dear Madhan, My question is what exactly the...
Dear Madhan,

My question is what exactly the daemon process, how its differ from back ground process.Please correct if the below are wrong,
1.Bg process are initiated by user where as daemon as...
3,083
Posted By kkl
Diff between Bg and daemon process
Dear Unix Gurus,

Plz provide major diff between background process and daemon process.
Is it control available for daemon process?.
2,398
Posted By kkl
Need any tool to find exact place for core issue....
Need any tool to find exact place for core issue.

Thanks in advance...
2,398
Posted By kkl
To Debug core and memory leakage
Dear Gurus,

I m facing memory leakage problem that leads to core dump.
I used following debugger mdb, gdb, pstack but not much useful.
I need where the exact reason for core.Any debugger is...
14,586
Posted By kkl
Thanks To ALL.. For Query 2 : I compile...
Thanks To ALL..

For Query 2 :
I compile with sun solaris live CD.I tried in Ubuntu live CD also.
Both getting same problem..
It getting displayed like below,

cc new.c
bash: command not...
14,586
Posted By kkl
To Find the largest file in the given directory.
Hi Experts,

1. In unix how to list the largest file in given directory.
The answer will in single line statement.

2. I have Sun solaris live CD .I try to compile sample c program using "CC...
Showing results 1 to 15 of 15

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