[gnu.g++.bug] placement of gnulib in g++

grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) (10/18/89)

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.