[Nel] Compile error

Valignat Cedric valignat@nevrax.com
Thu, 1 Mar 2001 14:26:11 +0100


Hi, 

> c++ -I/usr/local/include/freetype2 -I/home/nel/code/nel/include -I/home/nel/STLport-4.0/stlport -g -O2  -o client  character_interface.o client.o language_interface.o login_interface.o move_listener.o pb_message_box.o player_view.o shards_list_interface.o zone_manager.o zone_search.o sight.o lens_flare.o -lnelnet -lnelmisc -lnel3d -L/usr/local/lib -lfreetype -L/home/nel/code/nel/lib -L/home/nel/STLport-4.0/lib  -lstlport_gcc
> /usr/local/i686-pc-linux-gnu/bin/ld: cannot find -lnelnet
> collect2: ld returned 1 exit status
> 
> I was doing pretty well up until then. Any ideas on what I'm missing here?

It seems that the compiler cannot find the libnelnet.so file.

You compile it as if the NeL instalation prefix (/usr/local/ by default or
what you defined when calling the configure script) is /home/nel/code/nel
which seems to be the CVS directory.

Could you check were is placed the libnelnet.so file ?


Cedric.