From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike stump To: gcc@gcc.gnu.org, scherrey@innoverse.com Subject: Re: What's bringing these symbols in??? Date: Mon, 17 Sep 2001 15:27:00 -0000 Message-id: <200109172225.PAA27673@kankakee.wrs.com> X-SW-Source: 2001-09/msg00670.html > From: Benjamin Scherrey > To: gcc@gcc.gnu.org > Date: Sun, 16 Sep 2001 22:32:09 -0400 > When doing: > gcc -Wl,-Bstatic -o wipedrive Display.o Eraser.o FileDevice.o Progress.o > Selection.o /usr/lib/libncurses.a /usr/local/lib/libcdk.a > I get these linker errors: > What is causing the reference to these symbols? There is a utility called nm that will answer this question directly for you. It is part of a package called binutils. Please consult the documentation for nm for additional information.