Subject: Re: which libtool to use for kde2?
To: , <skrll@netbsd.org>
From: Chris Gilbert <chris@buzzbee.freeserve.co.uk>
List: tech-pkg
Date: 11/16/2000 23:16:01
On Thu, 16 Nov 2000, hubert@feyrer.de wrote:
> I'm using libtool-1.3.5nb6, but it seems that's not new enough to compile
> the kde2 kdelibs package you put up:
>
> configure:6462: checking for Qt
> configure:6623: rm -rf SunWS_cache; /bin/sh ./libtool --tag=CXX --mode=link
> c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
> -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
> -fno-builtin -O2 -I/usr/X11R6/qt2/include -I/usr/X11R6/include  
> -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
> -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
> -L/usr/X11R6/qt2/lib -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib  -L/usr/pkg/lib
> -L/usr/X11R6/lib conftest.C -Wl,-export-dynamic -lqt -lpng -lz -lm -ljpeg 
> -lXext -lX11 -lSM -lICE  1>&5 libtool: unrecognized option `--tag=CXX'
> Try `libtool --help' for more information.
>
> Do you have a devel/libtool that you can share with us? :)

I thought nick said something about needing 1.4a, which is the CVS/alpha 
version of libtool, snapshots can be found: 
ftp://ftp.ffii.org/pub/libtool/snap/
or you might want to use cvs, see:
http://www.gnu.org/software/libtool/

I also note that qt-2.2.2 has just been released...

Chris