Re: libtool-2 problem: Building a QT3 Designer plugin

2009-11-05 Thread Tim
I'm learning more about libtool, but maybe I should  have mentioned that this source tree is a bit old and  made for libtool-1. Still works Ok with LT2, except this one pesky widgets problem. I hate to remove something that worked, even if it's just  a plugin for QT3... Thanks. Tim. On Thursda

Re: libtool-2 problem: Building a QT3 Designer plugin

2009-11-05 Thread Tim
Unless my eyesight is going, it's in the second section only. Attached output of the two stages. Thanks. Tim. On Thursday 05 November 2009 10:12:47 pm you wrote: > On Thu, 5 Nov 2009, Tim wrote: > > With libtool-1, no problem, the single .so file > > is built and works with QT3 Designer. > > > >

Re: libtool-2 problem: Building a QT3 Designer plugin

2009-11-05 Thread Daniel Herring
On Thu, 5 Nov 2009, Tim wrote: With libtool-1, no problem, the single .so file is built and works with QT3 Designer. libtool-2, however, insists on linking the runtime library (-lrt) with the .so, hence we get an error that main() is not found in the .so Where does the -lrt come into play? W