blob: 122208188f151ced0eb0de65c104b25d708534f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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>
|