How to open a core file on a different machine

2007-08-08 Thread Dhirendra Singh
Hi, I have a problem opening core file on a different machine from the one where it is generated. gdb is not able to open the shared libs although i set GDB_SHLIB_PATH env varaible. hpx404!dhirend1:~ [108]> gdb /pubhome/ip/iccip/iccip/proj/ golc600_S8P9V64/bin/olcServer HP gdb 5.7 (Beta) for HP It

Re: How to open a core file on a different machine

2007-08-08 Thread Thiago Jung Bauermann
Hi, Have you tried using "set solib-absolute-prefix" or "set solib-search-path" instead of setting that environment variable? -- []'s Thiago Jung Bauermann Software Engineer IBM Linux Technology Center On Tue, 2007-08-07 at 16:30 -0700, Dhirendra Singh wrote: > Hi, > I have a problem opening co