Subject: Re: htdig [was: Re: CVS commit: pkgsrc]
To: None <fb@enteract.com>
From: Christoph Badura <bad@oreilly.de>
List: tech-pkg
Date: 09/23/1999 20:33:27
fb@enteract.com (Frederick Bruckman) writes:
>> On Wed, 22 Sep 1999, Frederick Bruckman wrote:
>> > - - Disable build on NetBSD-1.3[A-J] (needs libstdc++).
>Moreover, it works on 1.4.1, without libg++, and it's reported to
>build on 1.3.X.

>I only noticed this after kim reported a failure on 1.3H.

Hmm.  What exactly makes you believe that that is a NetBSD problem and not
Kimmo's local problem? :-)

>I'm not positive exactly when libstdc++ appeared. (ISTR 1.3K)

Uhm, 1.3.2 shipped with libstdc++.so.0.1 (and associated files).
And zhadum (1.3I, supposedly) has:

% ls -l /usr/lib/libstdc*
-r--r--r--  1 root  wheel  322044 Jan 20  1999 /usr/lib/libstdc++.a
-r--r--r--  1 root  wheel  301927 Aug 31  1998 /usr/lib/libstdc++.so.0.1
-r--r--r--  1 root  wheel  260531 Oct 28  1998 /usr/lib/libstdc++.so.1.0
-r--r--r--  1 root  wheel  306043 Jan 20  1999 /usr/lib/libstdc++.so.2.0
-r--r--r--  1 root  wheel  351932 Jan 20  1999 /usr/lib/libstdc++_p.a
-r--r--r--  1 root  wheel  356630 Jan 20  1999 /usr/lib/libstdc++_pic.a

What version is good enough, I don't know.

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)