Subject: Re: KDE2 breaks on compiling qt2-libs
To: Jerry A! <jerry@thehutt.org>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-pkg
Date: 03/21/2001 19:06:21
On Wed, 21 Mar 2001, Jerry A! wrote:
> On Wed, Mar 21, 2001 at 06:26:52PM -0400, Jared D. McNeill wrote:
> : On Wed, 21 Mar 2001, Jared D. McNeill wrote:
> : > I set the following in mk.conf:
> : >
> : > LIBTOOL_FLAGS= --tag none
> :
> : Come to think of it, rebuilding libtool with pgcc seems to be a better
> : solution. It no longer complains about --tag even if it's not present :)
>
> How did you use pgcc?  I tried this the other day and using MAKECONF=
> /usr/local/etc/pgcc-2.95.3.mk and it still choked with --tag errors.

I basically set CC CXX CPP COPTS and LIBGCC in /etc/mk.conf (so it's
the default)...

But to get rid of the --tag errors, I removed and rebuilt libtool and
friends (libtool-base and libtool-info) using pgcc. Working like a charm
now.

Jared