User Profile

Collapse

Profile Sidebar

Collapse
ravit
ravit
Last Activity: Mar 6 '08, 05:39 AM
Joined: Sep 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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 :


    ...
    See more | Go to post

  • ravit
    started a topic The signer certificate has expired
    in Java

    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...
    See more | Go to post

  • Guys not body is using gdb on AIX for 64 bit executables?...
    See more | Go to post

    Leave a comment:


  • I tried with single quotes and double quotes.
    See more | Go to post

    Leave a comment:


  • 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
    See more | Go to post

  • Any body is using gdb on AIX 5.3 64 bit executables?

    --
    Regards,
    Ravi.T
    See more | Go to post

    Leave a comment:


  • ravit
    started a topic gdb on AIX with Xlc generated 64 bit executables

    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...
    See more | Go to post

  • ravit
    replied to Hijack main function
    in C
    Not specific to Linux.
    May be ported on AIX,SOlaris or anything of like Unix.
    See more | Go to post

    Leave a comment:


  • ravit
    replied to Hijack main function
    in C
    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....
    See more | Go to post

    Leave a comment:


  • ravit
    started a topic Hijack main function
    in C

    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
    See more | Go to post
No activity results to display
Show More
Working...