This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Not finding lstdc++


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]