Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2006 15:30:57 -0700 (PDT)
From:      George Mitchell <george@m5p.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/99702: Files missing from libsupc++
Message-ID:  <200607012230.k61MUvVr002728@m5p.com>
Resent-Message-ID: <200607012240.k61MeHga029799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99702
>Category:       bin
>Synopsis:       Files missing from libsupc++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 01 22:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     George Mitchell
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Mitchell Voting Products, Inc.
>Environment:
System: FreeBSD parkstreet.m5p.com 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Fri Jul 15 22:25:47 PDT 2005 george@parkstreet.m5p.com:/ad0/usr/src/sys/i386/compile/PARKSTREET i386


	All machines, FreeBSD 5.3, 6.0, 6.1, libsupc++.a
>Description:
	libsupc++.a does not include all object files in
	contrib/libstc++/libsupc++
>How-To-Repeat:
	Try to build the FLTK2 library (starting from fltk-2.0.x-r5252/tar/bz2).
	When linking fluid2, there are undefined symbols due to missing
	object files in the library.
>Fix:
	The following patch fixes the problem, which apparently arose in 2002
	(see /usr/src/contrib/libstdc++/ChangeLog-2002, entry dated Dec. 25)
	when eh_terminate.cc was split into three pieces and a new file
	vterminate.cc was added to the library.

--- gnu/lib/libsupc++/Makefile.orig	Tue Jul 27 22:27:19 2004
+++ gnu/lib/libsupc++/Makefile	Sat Jul  1 15:12:35 2006
@@ -10,8 +10,9 @@
 SRCS=	del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
 	eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \
 	eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \
+	eh_term_handler.cc eh_unex_handler.cc \
 	guard.cc new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
-	pure.cc tinfo.cc tinfo2.cc vec.cc
+	pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc
 
 # from libiberty:
 SRCS+=	cp-demangle.c

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607012230.k61MUvVr002728>