Search Results

Search: Posts Made By: SteAlma
Forum: AIX 07-22-2014
34,840
Posted By SteAlma
C:\Windows\system32>xauth list 'xauth'not...
C:\Windows\system32>xauth list
'xauth'not recognized as an internal or external command,
operable program or batch file.

in Aix machine , I did :
export DISPLAY=windows_IP:0.0


Control...
Forum: AIX 07-22-2014
34,840
Posted By SteAlma
Thank you techy1 for your reply it displays...
Thank you techy1 for your reply

it displays the following:
1356-364 xauth: creating new authority file
apparently it's still not working

---------- Post updated at 04:49 AM ----------...
Forum: AIX 07-15-2014
34,840
Posted By SteAlma
Hi Bakunin, I tried this command on the client...
Hi Bakunin,
I tried this command on the client (AIX) and it displayed this :

>xhost +
1356-200 xhost unable to open display "10.0.0.9:0"

any ideas ?
Forum: AIX 07-14-2014
34,840
Posted By SteAlma
How to set up remote X Windows on AIX ?
Hi,

I want to display a program on my local workstation, that is running on a remote AIX, and I have done the following:


install an X server (Xming) on my windows machine
enable X11...
Forum: AIX 07-11-2014
8,617
Posted By SteAlma
Hi zaxxon and thanks for your replay Is...
Hi zaxxon and thanks for your replay
Is Eclpise C/C++ dev suit could be installed on AIX or I have to install it on windows and access to my C file on AIX? if so please let me know how to proceed ...
Forum: AIX 07-11-2014
8,617
Posted By SteAlma
IDE for C programs on AIX
Hi,

I need an IDE for my C application based on AIX 5.3
is there any IDE that I could use directly in AIX or I have to use X window server to visualise it on windows?

Thanks in advance
Hasnaa
Forum: AIX 07-09-2014
1,589
Posted By SteAlma
Windows IDE for AIX application
I'm working on a C application based on AIX 5.3 using VI as an editor
I need a windows IDE (open source or commercial) that can help me:

modify the source code more easily
compile as if I'm...
Forum: AIX 06-25-2014
1,911
Posted By SteAlma
Code analysis tools for C programs
Hi

I need a list of code analysis tools for C programs, that can work on AIX environment such as :
dynamic or static code analysis
Code Complexity Measures
Test Coverage Analyzer
Unit tests...
Forum: AIX 06-23-2014
4,909
Posted By SteAlma
thanks dukessd but it's not available in this...
thanks dukessd but it's not available in this link ..
Forum: AIX 06-20-2014
4,909
Posted By SteAlma
Thanks dukessd for your reply, but I looked there...
Thanks dukessd for your reply, but I looked there (http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html) and didn't find it, apparently I have to get the installation CD...
Forum: AIX 06-19-2014
4,909
Posted By SteAlma
Hello CarloM & Bakunin, Thanks a lot for your...
Hello CarloM & Bakunin,
Thanks a lot for your help, but the problem is that I can't find the Gnu profiler package !! I looked for it on perzl (http://www.perzl.org/aix/) and on IBM web site...
Forum: AIX 06-18-2014
4,909
Posted By SteAlma
seeing that I'm still being new working on AIX...
seeing that I'm still being new working on AIX could you please give me a link to a tutorial or something that can help me to install lt ?
thanks in advance
Forum: AIX 06-18-2014
4,909
Posted By SteAlma
with this command: lslpp -ha bos.adt.prof I got...
with this command: lslpp -ha bos.adt.prof
I got :
lslpp: Fileset bos.adt.prof not installed
and this one :lslpp -w "*gprof*"
displays the following :
File ...
Forum: AIX 06-18-2014
4,909
Posted By SteAlma
I checked the two directories butI didn't find it...
I checked the two directories butI didn't find it :confused:

Note:
when I use gprof command I got this result :
ksh: gprof: not found
Forum: AIX 06-18-2014
4,909
Posted By SteAlma
Hello Jim thanks for your reply Apparently I...
Hello Jim thanks for your reply

Apparently I don't have the gcrt0.o file in my system, I used the file command :
file /usr/lib/gcrt0.o
and I got this error:
/usr/lib/gcrt0.o: cannot open

any...
Forum: AIX 06-17-2014
4,909
Posted By SteAlma
Error when trying to use GNU profiler on AIX
Hello,

I'm trying to compile my code with ‘-pg' option in order to use GNU profiler as follows:
gcc example1.c -pg -o example1 -O2 -lc
But I'm getting this error :
collect2: gcrt0.o: cannot...
Forum: AIX 06-17-2014
2,103
Posted By SteAlma
C profiling tool for AIX
Hello everybody,

Please let me know if there are any free C profiling tool for AIX environment

Thanks in advance
Forum: AIX 06-09-2014
3,098
Posted By SteAlma
Hello Bakunin, and thank you for your reply which...
Hello Bakunin, and thank you for your reply which makes always things more clear for me ...
I can see now that this kind of error is not catched by dmalloc, but even if I tried to test an expression...
Forum: AIX 06-09-2014
3,098
Posted By SteAlma
Hi Bakunin, thanks for your reply Here is the...
Hi Bakunin, thanks for your reply
Here is the source code:

#ifdef DMALLOC
#include "dmalloc.h"
#endif
int a[10];
main()
{
int i, tot=0;

for(i=1;...
Forum: AIX 05-22-2014
3,098
Posted By SteAlma
How to use dmalloc?
Hi,
I installed dmalloc via RPM package
and I'm trying to compile a C program with dmalloc
I have added this line :function dmalloc { eval ‘command dmalloc -b $*‘; } to my .profile
I included...
Forum: AIX 05-21-2014
2,659
Posted By SteAlma
Thank's a lot, I've just understood the utility...
Thank's a lot, I've just understood the utility of RPM package ...
I will remove the self-compiled version
Thanks again :)
Forum: AIX 05-21-2014
2,659
Posted By SteAlma
In fact before installing the RPM-Package, the...
In fact before installing the RPM-Package, the command : make installdoesn't work, it displays an error ... but after the installation it works fine :)
Forum: AIX 05-21-2014
2,659
Posted By SteAlma
Thanks a lot :) I installed the RPM-Package...
Thanks a lot :)
I installed the RPM-Package you've specified, then I run :make install as root, and it works
Forum: AIX 05-21-2014
2,659
Posted By SteAlma
thanks for you reply :) I didn't install...
thanks for you reply :)


I didn't install it, and I'm so new to this environement, could you please explain why I have to do it and how ...

the directory /usr/local/include already exists I...
Forum: AIX 05-20-2014
2,659
Posted By SteAlma
Dmalloc install ussues on AIX
Hello,
I am trying to install Dmalloc 5.5.2 on AIX 5.3
While installing it both :sh ./configure and make run without errors. Then the command: make install finishes like this:
./mkinstalldirs...
Showing results 1 to 25 of 40

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