On Sat, 15 Nov 2003 16:30:20 +0100 fsanta <fsanta at arrakis.es> wrote:
> checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/ > lib/qt3/include using -mt > checking if Qt compiles without flags... no > checking for moc... /usr/lib/qt3/bin/moc > checking for uic... /usr/lib/qt3/bin/uic > > That's *not* where my new qt 332 is. I think you have to look at your /etc/ld.so.conf file and see what libraries are bein searched. Looks like you need to include /usr/local/lib/qt3 as a path and remove /usr/lib/qt3 from the search path (or something like that) do ldconfig -v and see what libraries are being loaded. Is your new qt library there? -- Owen (I know nothing about suse)
