This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Not finding lstdc++
- To: "Telmo Ricardo Lopes Alberto" <alberto dot telmo at netc dot pt>
- Subject: Re: Not finding lstdc++
- From: aoliva at redhat dot com
- Date: 02 Aug 2001 14:35:58 -0300
- Cc: gcc-help at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <200108021439.f72EdNg26467@slug10.netc.pt>
On Aug 2, 2001, "Telmo Ricardo Lopes Alberto" <alberto.telmo@netc.pt> wrote:
> ld -lstdc++
> ld: fatal: library -lstdc++: not found
> ld: fatal: File processing errors.
> How can i set this location, so that ld works?
You have to pass a -L flag to the linker so that it looks for
libraries there. There is a default search path but, IIRC, you have
to rebuild ld to change it.
If you use gcc instead of ld for linking, GCC will pass the right
flags to the linker.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me