diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-March/000321.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-March/000321.html')
-rw-r--r-- | pipermail/nel/2001-March/000321.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/pipermail/nel/2001-March/000321.html b/pipermail/nel/2001-March/000321.html new file mode 100644 index 00000000..12220818 --- /dev/null +++ b/pipermail/nel/2001-March/000321.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Compile error</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:valignat%40nevrax.com"> + <LINK REL="Previous" HREF="000312.html"> + <LINK REL="Next" HREF="000326.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Compile error</H1> + <B>Valignat Cedric</B> + <A HREF="mailto:valignat%40nevrax.com" + TITLE="[Nel] Compile error">valignat@nevrax.com</A><BR> + <I>Thu, 1 Mar 2001 14:26:11 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000312.html">[Nel] Compile error</A></li> + <LI> Next message: <A HREF="000326.html">[Nel] Compile error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#321">[ date ]</a> + <a href="thread.html#321">[ thread ]</a> + <a href="subject.html#321">[ subject ]</a> + <a href="author.html#321">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +><i> 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 +</I>><i> /usr/local/i686-pc-linux-gnu/bin/ld: cannot find -lnelnet +</I>><i> collect2: ld returned 1 exit status +</I>><i> +</I>><i> I was doing pretty well up until then. Any ideas on what I'm missing here? +</I> +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. + + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000312.html">[Nel] Compile error</A></li> + <LI> Next message: <A HREF="000326.html">[Nel] Compile error</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#321">[ date ]</a> + <a href="thread.html#321">[ thread ]</a> + <a href="subject.html#321">[ subject ]</a> + <a href="author.html#321">[ author ]</a> + </LI> + </UL> +</body></html> |