blob: 524f462fae8698489f0cab87ee21d4b173f222f5 (
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
|
<!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:nel%40elwar.com">
<LINK REL="Previous" HREF="000320.html">
<LINK REL="Next" HREF="000321.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Compile error</H1>
<B>nel@elwar.com</B>
<A HREF="mailto:nel%40elwar.com"
TITLE="[Nel] Compile error">nel@elwar.com</A><BR>
<I>Thu, 01 Mar 2001 01:49:50 -0500</I>
<P><UL>
<LI> Previous message: <A HREF="000320.html">[Nel] STLPort...</A></li>
<LI> Next message: <A HREF="000321.html">[Nel] Compile error</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#312">[ date ]</a>
<a href="thread.html#312">[ thread ]</a>
<a href="subject.html#312">[ subject ]</a>
<a href="author.html#312">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I've been trying to get the client to compile and I've gotten through
quite a bit as far as installing freetype and stlport and getting
a satisfied configuration. I'm running it on Linux but I get the
following error:
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?
Elwar
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000320.html">[Nel] STLPort...</A></li>
<LI> Next message: <A HREF="000321.html">[Nel] Compile error</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#312">[ date ]</a>
<a href="thread.html#312">[ thread ]</a>
<a href="subject.html#312">[ subject ]</a>
<a href="author.html#312">[ author ]</a>
</LI>
</UL>
</body></html>
|