Xref: utzoo comp.lang.c++:826 comp.lang.c:7486 Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!pasteur!ucbvax!agate!web5b.berkeley.edu!phr From: phr@web5b.berkeley.edu (Paul Rubin) Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: Help. Problems compiling GNU C++ (1.18.0) on SunOS 3.4 Message-ID: <7114@agate.BERKELEY.EDU> Date: 22 Feb 88 18:23:11 GMT References: <379@hub.ucsb.edu> Sender: usenet@agate.BERKELEY.EDU Reply-To: phr@web5b.berkeley.edu.UUCP (Paul Rubin) Organization: University of California, Berkeley Lines: 8 >[Person describes problem with undefined symbols resulting from use of obstack] You forgot to link obstack.o into the program. Perhaps that is a makefile bug, although I think the makefile has a comment to the effect that you must change it if you haven't installed obstack.o in /usr/lib on your system. Send bugs of this sort to bug-g++@prep.ai.mit.edu. paul rubin