From cracauer@knight.cons.org  Mon Nov 18 05:42:33 1996
Received: from knight.cons.org (knight.cons.org [194.233.237.86])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA09946
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 1996 05:42:26 -0800 (PST)
Received: (from cracauer@localhost) by knight.cons.org (8.7.5/8.7.3) id OAA28588; Mon, 18 Nov 1996 14:43:51 +0100 (MET)
Message-Id: <199611181343.OAA28588@knight.cons.org>
Date: Mon, 18 Nov 1996 14:43:51 +0100 (MET)
From: cracauer@cons.org
Reply-To: cracauer@cons.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: gnu/libstdc++ files are in source tree, but don't make it into lib
X-Send-Pr-Version: 3.2

>Number:         2050
>Category:       gnu
>Synopsis:       libstdc++ missed three source files
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 05:50:09 PST 1996
>Closed-Date:    Wed Nov 27 19:31:58 PST 1996
>Last-Modified:  Wed Nov 27 19:32:35 PST 1996
>Originator:     Martin Cracauer
>Release:        FreeBSD RELENG_2_2 and FreeBSD 3.0-current
>Organization:
private
>Environment:

FreeBSD RELENG_2_2 and FreeBSD 3.0-current

>Description:

the files from directory /usr/src/contrib/libg++/libstdc++/stl
should be included in /usr/lib/libstdc++.{a,so...},
but they are missing from the Makefile
/usr/src/gnu/lib/libstdc++/Makefile

As a reult, most application using the stl will not work. These
include the popular guavac JAVA compiler.

>How-To-Repeat:

Try to build guavac (a Java compiler) from ports.

>Fix:

Diff below. Remember, this is both for RELENG_2_2 and 3.0-current
	
===================================================================
RCS file: src/gnu/lib/libstdc++/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
7c7
< .PATH:        ${GPPDIR}/libstdc++ ${GPPDIR}/libio ${GPPDIR}/libiberty
---
> .PATH:        ${GPPDIR}/libstdc++ ${GPPDIR}/libstdc++/stl ${GPPDIR}/libio ${GPPDIR}/libiberty
40c40
<       projectn.h set.h stack.h tempbuf.h tree.h vector.h
---
>       projectn.h set.h stack.h tempbuf.h tree.h vector.h
43c43,45
<       stdexcepti.cc cstdlibi.cc cmathi.cc
---
>       stdexcepti.cc cstdlibi.cc cmathi.cc \
>       random.cc tree.cc tempbuf.cc
>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: fenner 
State-Changed-When: Wed Nov 27 19:31:58 PST 1996 
State-Changed-Why:  
Duplicate for PR#1975, which was fixed on November 15th. 
>Unformatted:
