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: can't find libCrun.so.1 when compiling/linking


On May 15, 2001, Nevenka Bierny <NBierny@quova.com> wrote:

> The functions are located in libCrun.so.1. However, when I compile using 
> g++ -g -o Program Program.cpp -L. -L/usr/lib -lCrun -lsocket -lnsl -lrt 
> ld can't find libCrun. 

Is libCrun in /usr/lib?  If not, you'll have to tell the linker where
to find it, using another -L switch.

-- 
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]