Ok I think I know what the problem is.

My patch contains:

 licq_qt_gui_la_LDFLAGS = $(X_LIBS) $(QT_LDFLAGS) \
- -module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR)
+ -module -avoid-version -rpath $(libdir)
 licq_qt_gui_la_LIBADD = $(LIB_QT) $(X_PRE_LIBS) -lX11 -lXext \
  $(XSS_LIBS) $(X_EXTRA_LIBS)

 licq_kde_gui_la_LDFLAGS = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(X_LIBS)   \
-        -module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR)
+        -module -avoid-version -rpath $(libdir)
 licq_kde_gui_la_LIBADD = $(KDE_LIBS) $(X_PRE_LIBS) -lX11 -lXext \
         $(XSS_LIBS) $(X_EXTRA_LIBS)


If you edit Makefile.am and readd those -R switches I think it'll work
again. I think you have 2 different QT versions and the one used at
link time is different from the one selected at runtime.


--- Pollywog <[EMAIL PROTECTED]> wrote:
> The problem has to be with Dima's patch.  I just compiled Licq 1.2.7
> without the patch and it works fine, but if I patch a fresh tarball
> and compile from it, I get those same errors.


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to