From: <jc...@fe...> - 2003-02-10 11:30:04
|
Quoting "Alan W. Irwin" <ir...@be...>: > On Fri, 7 Feb 2003, Rafael Laboissiere wrote: > > > * Alan W. Irwin <ir...@be...> [2003-02-06 18:52]: > > > > > The most important point, however, is you do see segfaults on your > machine > > > so you have confirmed there is a severe problem, and you therefore have > > > something that you can debug for your situation. > > > > > > Good luck in figuring this out! > > > > I think I found the source of the problem, see my last cvs commit. Could > > you guys confirm that HEAD works for you now? > > Yes with a qualification. > > No segfaults for ./x01c with the "Joao" configuration. Try removing the tkwin driver from the install directory and uncommenting the lt_dlclose (dlhand) in plcore.c that Rafael last cvs commit has commented. x01c now works for me. tkwin is a bad-boy! Joao PS-there is no need to remove the tkwin.* files, it's enough to > mv tkwin.la tkwin.la- To get the tkwin (not) working again is enough to > mv tkwin.la- tkwin.la as Rafael code only tries to load files that have a .la extension. That's the beauty of the scheme! (that should only be a bitmore robust.) |