Search Results

Search: Posts Made By: jeet_xp
Forum: AIX 10-09-2007
11,560
Posted By jeet_xp
use following command #bootinfo -K, if it is...
use following command

#bootinfo -K, if it is 64-bit kernel it will give you 64.

further you can run #file <filename> command on AIX to see whether
the binary it 32-bit or 64-bit. If you have...
Forum: AIX 10-04-2007
2,364
Posted By jeet_xp
It is c program on AIX, I am using xlc_r for...
It is c program on AIX, I am using xlc_r for compilation. I am not using any
special options with purify to compile, rather just calling purify on binary to create purified binary.
Forum: AIX 10-04-2007
11,560
Posted By jeet_xp
Vishal, Your nls path is not set, that is why...
Vishal,
Your nls path is not set, that is why your not able to see message.
I did porting a application on AIX 5.3. I used

xlc_r -q64 -qwarn64

try to use these options.
Forum: AIX 10-04-2007
2,364
Posted By jeet_xp
Purified binary is not leaking
Hi,
I am working on a project which uses 64-bit capability of AIX. This is
very recently ported to 64-bit and leaking like anything now. I purified
the program on 64-bit and ran it, purify is not...
Forum: Programming 08-24-2007
7,003
Posted By jeet_xp
Thanks porter for your reply, I understood what...
Thanks porter for your reply, I understood what you wanted to say. Can you please tell me where can I find what all got changed from one release to other?
Forum: Programming 08-23-2007
7,003
Posted By jeet_xp
AIX 5.3 64-bit program crashes with AIX 5.1
I have an AIX 64-bit program which uses following from AIX5.3


/usr/lib/libc.a(shr_64.o)
/usr/lib/libpthread.a(shr_xpg5_64.o)
...
15,200
Posted By jeet_xp
As far as IBM AIX is concerned, man page of tar...
As far as IBM AIX is concerned, man page of tar says
==========================================
1 The ustar header format allows for file sizes to be as large as 8 GB. Therefore, the tar...
Forum: Programming 03-06-2007
4,346
Posted By jeet_xp
:) This is really good information thank you...
:)
This is really good information thank you for help, but as I read I found this module hooks for ta inserted in user level code. What I am looking for here is to hook say dbx (debugger something...
Forum: Programming 02-28-2007
4,346
Posted By jeet_xp
equavalent of __asm("int3"); on power and Sparc
can anybody please tell that how can I use this software interrupt on
POWER and SPARC i.e. AIX and Sun Solaris

__asm("int3");
1,772
Posted By jeet_xp
give details
Can you please tell how are you opening browser. Also specify the UNIX flavor and Browser version and details etc.
10,786
Posted By jeet_xp
can you please post the output and what do you...
can you please post the output and what do you want to know specifically in
the output please post it.
10,786
Posted By jeet_xp
Ldd output
ldd output gives the list of the dependent libraries to run your binary and also gives from where exactly those libraries are, if libraries are not present in the PATH, it will show that the required...
Forum: Programming 01-17-2007
3,674
Posted By jeet_xp
NAME rtsched - execute process with...
NAME
rtsched - execute process with real-time priority

SYNOPSIS
rtsched -s scheduler -p priority command [arguments]

rtsched [ -s scheduler ] -p priority -P pid

...
Forum: Programming 01-12-2007
3,674
Posted By jeet_xp
pthread_create fails when used with pthread_attr_setinheritsched() on HPUX
I am using HPUX on Itanium and I have c program where I am doing something like this
but this pthread_create always fails at runtime
prio = PRI_MAX;
prio_low = PRI_MIN;
.
.
.
.
struct...
14,074
Posted By jeet_xp
FC is free
FC is a freely downlodable version of Linux and The RedHat is a enterprise package now, you have to buy license and support for that.
It is now RHEL ( Red hat enterprise Linux)
Forum: Programming 12-05-2006
1
1,638
Posted By jeet_xp
Use C
try learning C
Showing results 1 to 16 of 16

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