]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001621.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001621.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] ar: no archive members specified
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20ar%3A%20no%20archive%20members%20specified&In-Reply-To=C849D1EA-E5FA-11D6-85A2-000A27965574%40systemred.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001619.html">
11 <LINK REL="Next" HREF="001617.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] ar: no archive members specified</H1>
15 <B>Yusuf Iskenderoglu</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20ar%3A%20no%20archive%20members%20specified&In-Reply-To=C849D1EA-E5FA-11D6-85A2-000A27965574%40systemred.net"
17 TITLE="[IRCServices Coding] ar: no archive members specified">uhc0 at rz.uni-karlsruhe.de
18 </A><BR>
19 <I>Tue Oct 22 13:45:40 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001619.html">[IRCServices Coding] ar: no archive members specified
22 </A></li>
23 <LI>Next message: <A HREF="001617.html">[IRCServices Coding] Killclones expire
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1621">[ date ]</a>
27 <a href="thread.html#1621">[ thread ]</a>
28 <a href="subject.html#1621">[ subject ]</a>
29 <a href="author.html#1621">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>You have to install GNU-ar into your system.
35 The &quot;ar&quot; you have, cannot arrange ;-) with the gnu parametres.
36
37 Regards;
38 yusuf
39
40 On Tue, 22 Oct 2002, Geoff Byers wrote:
41
42 &gt;<i> gmake[2]: Entering directory
43 </I>&gt;<i> `/Users/geoff/Desktop/ircservices-5.0.2/modules/chanserv'
44 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
45 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../..
46 </I>&gt;<i> -Dmodule_version=module_version_chanserv_main
47 </I>&gt;<i> -Dmodule_config=module_config_chanserv_main
48 </I>&gt;<i> -Dinit_module=init_module_chanserv_main
49 </I>&gt;<i> -Dexit_module=exit_module_chanserv_main -c main.c -o main_static.o
50 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
51 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../.. -c access.c -o access.o
52 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
53 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../.. -c autokick.c -o
54 </I>&gt;<i> autokick.o
55 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
56 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../.. -c check.c -o check.o
57 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
58 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../.. -c set.c -o set.o
59 </I>&gt;<i> gcc -DSTATIC_MODULES -O2 -fno-strict-aliasing -Wall
60 </I>&gt;<i> -Wmissing-prototypes -g -no-cpp-precomp -I../.. -c util.c -o util.o
61 </I>&gt;<i> ar cru .chanserv.a main_static.o access.o autokick.o check.o set.o
62 </I>&gt;<i> util.o
63 </I>&gt;<i> ar: no archive members specified
64 </I>&gt;<i> usage: ar -d [-TLsv] archive file ...
65 </I>&gt;<i> ar -m [-TLsv] archive file ...
66 </I>&gt;<i> ar -m [-abiTLsv] position archive file ...
67 </I>&gt;<i> ar -p [-TLsv] archive [file ...]
68 </I>&gt;<i> ar -q [-cTLsv] archive file ...
69 </I>&gt;<i> ar -r [-cuTLsv] archive file ...
70 </I>&gt;<i> ar -r [-abciuTLsv] position archive file ...
71 </I>&gt;<i> ar -t [-TLsv] archive [file ...]
72 </I>&gt;<i> ar -x [-ouTLsv] archive [file ...]
73 </I>&gt;<i> gmake[3]: *** [main.a] Error 1
74 </I>&gt;<i> gmake[2]: *** [main.a] Error 2
75 </I>&gt;<i> gmake[2]: Leaving directory
76 </I>&gt;<i> `/Users/geoff/Desktop/ircservices-5.0.2/modules/chanserv'
77 </I>&gt;<i> gmake[1]: *** [all-static] Error 2
78 </I>&gt;<i> gmake[1]: Leaving directory
79 </I>&gt;<i> `/Users/geoff/Desktop/ircservices-5.0.2/modules'
80 </I>&gt;<i> gmake: *** [modules] Error 2
81 </I>&gt;<i>
82 </I>&gt;<i>
83 </I>&gt;<i> Does anyone have any ideas? They would help alot, thanks :)
84 </I>&gt;<i> Geoff
85 </I>&gt;<i>
86 </I>&gt;<i> ------------------------------------------------------------------
87 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
88 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
89 </I>&gt;<i>
90 </I>
91 Yusuf Iskenderoglu *** eMail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">uhc0 at rz.uni-karlsruhe.de</A>
92
93
94 </PRE>
95
96 <!--endarticle-->
97 <HR>
98 <P><UL>
99 <!--threads-->
100 <LI>Previous message: <A HREF="001619.html">[IRCServices Coding] ar: no archive members specified
101 </A></li>
102 <LI>Next message: <A HREF="001617.html">[IRCServices Coding] Killclones expire
103 </A></li>
104 <LI> <B>Messages sorted by:</B>
105 <a href="date.html#1621">[ date ]</a>
106 <a href="thread.html#1621">[ thread ]</a>
107 <a href="subject.html#1621">[ subject ]</a>
108 <a href="author.html#1621">[ author ]</a>
109 </LI>
110 </UL>
111
112 </body></html>