[gnu.g++.bug] cannot build cc1plus

scott@prism.gatech.edu (Scott Holt) (11/13/89)

System: Sequent Symmetry S81 (386) - DYNIX 3.0.12
G++ version: 1.36.1 (from labrea, 11/11)

ld complains that _obstack_free is undefined when building cc1plus

-Scott

tiemann@LURCH.STANFORD.EDU (Michael Tiemann) (11/13/89)

   Date: Sun, 12 Nov 89 22:43:47 -0500
   From: scott@prism.gatech.edu (Scott Holt)


   System: Sequent Symmetry S81 (386) - DYNIX 3.0.12
   G++ version: 1.36.1 (from labrea, 11/11)

   ld complains that _obstack_free is undefined when building cc1plus

   -Scott

This happens when you compile the obstack library with a non-GNU
compiler, and compile clients of obstacks with GNU, or vice versa.

Michael