Hi fisch,
I have compiled it normally with
CC=gcc
CPP=cpp
CXX=g++
by the way, Are you using the gdb on AIX 5.3 for 64 executables generated by xlc??
Or
You wanted one for such ??
I have been trying to get gdb working for my 64 bit executables generated by Xlc , but no success hopes yet.
If you have any ideas , hope...
User Profile
Collapse
-
eclipse application getting an Assertion failed exception
Hello All,
I am trying to execute an application that is developed using eclipse libraries.
Jface, SWT , etc.
While I execute the application , i have received an exception which I am unable to trace it.
TextViewer.setS election(100,tr ue);
is the statement whre it araised.
TextViewer is org.eclipse.jfa ce.text.SourceV iewer object.
The error reported is :
... -
The signer certificate has expired
Hello Everybody,
I am using jarsigner to sign my application which works as Java Web Start.
When I try to sign my Jar it gives a warning that "the signer certificate has expired".
My problem is that:
If the certificate expires does the jar which is signed there will not have access to local machine ??
Otherwise ,
Does the jar file need... -
-
-
How to delete a file with name starting with '-' character
hello all,
I have a file with name '-ffree-node.c'
How do I delete this ?
When I try to do it
it is giving some errror.
$> rm -ffree-node.c
rm: invalid option -- e
Try `rm --help' for more information.
Thanks for any replies in advance.
--
Ravi.T -
Any body is using gdb on AIX 5.3 64 bit executables?
--
Regards,
Ravi.TLeave a comment:
-
gdb on AIX with Xlc generated 64 bit executables
I have built my gdb-6.7.1 yesterday on my AIX 5.3 64 bit machine.
my gcc is gcc3.3.2
and tried debugging 64 bit executables generated by gcc, working fine. debugging session ends successfully.
But I am facing a problem when it comes 64 bit executables generated by xlc compiler.
The session ends like this:
$>gdb
GNU gdb 6.7.1
Copyright (C) 2007 Free Software... -
Not specific to Linux.
May be ported on AIX,SOlaris or anything of like Unix.Leave a comment:
-
Ok.
I have a function foo() which I have to execute before any statement in the user application. then give the control to the user application.
I can give user a library which he can link to his application while preparing executable. With that facility I have to make the application to run my function foo() before any executable statement.
Should be portable to all Unix-like platforms....Leave a comment:
-
Hijack main function
Hello everybody,
Recently I got to do some initialization work just before first executable statement of every user C application.
For that,
Can we hijack the main function and write a wrapper around main? using LD_PRELOAD ??
The solution should be a portable one.
thanks in advance.
--
Ravi.T
No activity results to display
Show More
Leave a comment: