lt_dlopen no return
Hi All, When i called the lt_dlopen function, it sticks. There is no return from that function. Where do i look? Thanks a lot. ___ https://lists.gnu.org/mailman/listinfo/libtool
Re: lt_dlopen no return
On Mon, 15 Dec 2014, Orc Erc wrote: Hi All, When i called the lt_dlopen function, it sticks. There is no return from that function. Where do i look? Run your program under a debugger such as GDB. While it is stuck, do CONTROL-C on the keyboard and then then enter 'bt' at the GDB command-