From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Telmo Ricardo Lopes Alberto" To: gcc-help@gcc.gnu.org Subject: Not finding lstdc++ Date: Thu, 02 Aug 2001 07:42:00 -0000 Message-id: <200108021439.f72EdNg26467@slug10.netc.pt> X-SW-Source: 2001-08/msg00015.html Hello, I was running make to compile an application, and it builds all the .o files, and then when it runs "ld" there comes this error: ld -lstdc++ ld: fatal: library -lstdc++: not found ld: fatal: File processing errors. How can i set this location, so that ld works? I can't find libstdc++.so, but there's libstdc++.a , how do I "tell" ld where to find it, is there any environment variable that needs to be set? Thanks, Telmo P.S: I can't subscribe the mailing list, so please send answers to alberto.telmo@netc.pt