Search:

Type: Posts; User: balakv

Search: Search took 0.00 seconds.

  1. Thanks for your valuable tips. I studied the...

    Thanks for your valuable tips.

    I studied the manual, and found the option "-rdynamic" (or, synonymously, "--export-dynamic") which should have solved my problem.
    But when I tried with "cc...
  2. dlopen, dlsym does not work in Linux as expected

    The following is the code where the API dlopen, dlsysm works different in Linux and Solaris,

    File: dltrylib.c
    ****************


    #include<stdio.h>
    extern void printdltry();

    void...
Results 1 to 2 of 2