On Fri, Jan 25, 2002 at 07:21:51PM +0000, Angus Leeming wrote:

> Attached is a patch to get the Qt2 frontend to compile on the DEC.

I'll look and commit.

> Incidentally, John, I had to manually hack configure to get the code to link 
> properly. It turns out that
> 
> QT2_LIBS="$ac_qt2_name"
> 
> is an empty string here. I had to set it manually to:
> 
> QT2_LIBS="-lqt"

oops, forgot to move this out of my tree. Can you do this :

@@ -278,6 +280,7 @@
   dnl libs and headers supplied. Need to check lib name
   qt2_incdir="$ac_qt2_includes"
   qt2_libdir="$ac_qt2_libraries"
+  ac_qt2_name="-lqt"
   QT2_CHECK_LIB_NAME
   have_qt2="yes"
 fi

hunk ? (This is the case where the previous value has already been cached).

regards
john

-- 
"ALL television is children's television."
        - Richard Adler 

Reply via email to