From owner-freebsd-hackers Sun Jul 16 15:18:26 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA11490 for hackers-outgoing; Sun, 16 Jul 1995 15:18:26 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA11481 for ; Sun, 16 Jul 1995 15:18:23 -0700 Received: (dufault@localhost) by hda.com (8.6.11/8.3) id SAA04276; Sun, 16 Jul 1995 18:15:05 -0400 From: Peter Dufault Message-Id: <199507162215.SAA04276@hda.com> Subject: And another g++ question To: imp@village.org (Warner Losh) Date: Sun, 16 Jul 1995 18:15:04 -0400 (EDT) Cc: hackers@FreeBSD.ORG In-Reply-To: <199507162148.PAA04535@rover.village.org> from "Warner Losh" at Jul 16, 95 03:48:50 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1587 Sender: hackers-owner@FreeBSD.ORG Precedence: bulk Warner Losh writes: > > minmax.h is the old way (or maybe just a g++ invention) to do what > limits.h does now. At least in the code that I've ported. Thanks Warner. I'll try limits.h and see if that works instead of minmax. I have one other issue - I get these when I try to link the application: > filebuf.cc:51: Undefined symbol `__vt$builtinbuf' referenced from text segment > stdstrbufs.o: Undefined symbol `__vt$builtinbuf' referenced from data segment > stdstrbufs.o: Undefined symbol `__vt$builtinbuf' referenced from data segment > stdstrbufs.o: Undefined symbol `__vt$builtinbuf' referenced from data segment > stdstrbufs.o: Undefined symbol `__vt$stdiobuf' referenced from data segment > stdstrbufs.o: Undefined symbol `__vt$stdiobuf' referenced from data segment > stdstrbufs.o: Undefined symbol `__vt$stdiobuf' referenced from data segment > strstream.cc:53: Undefined symbol `__vt$builtinbuf' referenced from text segment > strstream.cc:59: Undefined symbol `__vt$builtinbuf' referenced from text segment > strstream.cc:70: Undefined symbol `__vt$builtinbuf' referenced from text segment The curious thing is that there is a "__vt$10builtinbuf" defined in libg++.a but nothing without a 10. Also the undefined is coming from libg++ .o's, yet the undefineds don't show up in libg++.a namelist, so it must be some sort of g++ constructed sort of thing. Does anyone recognize this problem? Peter -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267