Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!uakari.primate.wisc.edu!gem.mps.ohio-state.edu!rpi!tut.cis.ohio-state.edu!FOOBAR.COLORADO.EDU!grunwald From: grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) Newsgroups: gnu.g++.bug Subject: placement of gnulib in g++ Message-ID: <8910171753.AA06978@foobar.colorado.edu> Date: 17 Oct 89 17:53:10 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: grunwald@foobar.colorado.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 I think that the reference to in the ld command line should go after -lg++ & the user libraries. I'd really think that it should be the last item in the line, except that gnulib can reference printf, so it must appear before -lc. Unless you do this, you get unresolved references to gnulib routines.