From: Rafael L. <lab...@ps...> - 2003-02-06 10:58:01
|
* Alan W. Irwin <ir...@be...> [2003-02-05 16:56]: > If you had different configure options than Joao and me but are too tired > to re-run the test, could you at least tell us what those configuration > options are? I might find they work on my system which would imply the bug > is configure option dependent and not autotools version dependent. Just a comment on this: what makes me think that the problem is related to the autotools is the original report by Joao: * João Cardoso <jc...@fe...> [2003-02-05 21:06]: > | > (gdb) run -dev xwin > | > Starting program: /usr/local/test/lib/plplot5.2.0/examples/c/x01c > | > -dev xwin > | > > | > Program received signal SIGSEGV, Segmentation fault. > | > 0x0806a46e in lt_dlsym (handle=0x807b0e0, > | > symbol=0xbfffef50 "DEVICE_INFO_pstex") at ltdl.c:3330 > | > [...] The bug has been caused by a call to the function lt_dlsym in ltdl.c, more precisely when it is called with argument "DEVICE_INFO_pstex". Of course, this is related to my last changes in the code. However, I can hardly see what I am doing wrong, since I cannot replicate the bug. I tend to believe that it is related to version problems in the Autotools. That said, I really hope that this is a configuration option problem, which would be easier to fix... -- Rafael |