]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002004.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 002004.html
diff --git a/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002004.html b/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002004.html
new file mode 100644 (file)
index 0000000..23e0dff
--- /dev/null
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+   <TITLE> [IRCServices Coding] gcc 
+   </TITLE>
+   <LINK REL="Index" HREF="index.html" >
+   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20gcc%20&In-Reply-To=">
+   <META NAME="robots" CONTENT="index,nofollow">
+   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+   <LINK REL="Previous"  HREF="002003.html">
+   <LINK REL="Next"  HREF="002005.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+   <H1>[IRCServices Coding] gcc </H1>
+    <B>Dylan v.d Merwe</B> 
+    <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20gcc%20&In-Reply-To="
+       TITLE="[IRCServices Coding] gcc ">dylanvdm at icon.co.za
+       </A><BR>
+    <I>Fri Apr  4 11:12:31 PST 2003</I>
+    <P><UL>
+        <LI>Previous message: <A HREF="002003.html">[IRCServices Coding] gcc 
+</A></li>
+        <LI>Next message: <A HREF="002005.html">[IRCServices Coding] gcc 
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#2004">[ date ]</a>
+              <a href="thread.html#2004">[ thread ]</a>
+              <a href="subject.html#2004">[ subject ]</a>
+              <a href="author.html#2004">[ author ]</a>
+         </LI>
+       </UL>
+    <HR>  
+<!--beginarticle-->
+<PRE>This is a question which should go unanswered as you are provided with all
+the info you need to deduct what's wrong. Let me help you, and everyone else
+quickly.
+
+Briefly gcc 2.96 is an unofficial release of the gcc compiler and
+ircservices does not work on it. To get them to work either upgrade to gcc
+3.x or downgrade to 2.95.3.
+
+There is a work around though. Though I really do recommend that you upgrade
+or downgrade your compiler because if you follow the workaround we will
+*not* help you with any problems you may experience.
+
+Okay so now you have the latest version under your belt. You have done
+./configure and you are given this message:
+
+*** WHOA THERE! ***
+
+Your system seems to have gcc 2.96 installed.
+This is an unofficial release of the GCC compiler which
+contains serious bugs and cannot compile Services correctly.
+
+Please upgrade GCC to a newer version, or downgrade to
+version 2.95.3, before compiling Services.
+
+See question B.1 in the FAQ for details.
+
+
+To save you the time of checking up in the FAQ, read below.
+
+B.1. When I run &quot;make&quot;, I get an error message like &quot;missing separator&quot;,
+     &quot;Need an operator&quot;, &quot;Unexpected end of line seen&quot;, etc.
+
+       Your make program isn't compatible with the Makefile for Services.
+       The Makefile was designed to work with GNU make, and as such may
+       not work on other systems' &quot;make&quot; programs.  If you get an error
+       from &quot;make&quot;, obtain GNU make from <A HREF="ftp://prep.ai.mit.edu/pub/gnu/">ftp://prep.ai.mit.edu/pub/gnu/</A>
+       (or wherever you prefer) and use it instead of your system's
+       default &quot;make&quot;.  Note that GNU make may already be installed on
+       your system; try using the command &quot;gmake&quot; instead of &quot;make&quot;.
+
+       The make programs bundled with SunOS/Solaris and FreeBSD have been
+       reported not to work; you will need to use GNU make on these
+       systems.
+
+
+Right now that you know what you're getting yourself into, lets make
+services work with gcc 2.96. Remember that if you do this we will not
+provide any assistance to you.
+
+Run the ./configure script with the following suffix:
+
+./configure -force-gcc-2.96
+
+This will bypass the gcc 2.96 check and you can carry on with setting up
+your services. Again this is not recommended and is unsupported, though I do
+wish you luck.
+
+Dylan.
+
+
+----- Original Message -----
+From: &quot;Ciappei Alessandro (las3r)&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">laser at musichat.net</A>&gt;
+To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
+Sent: Friday, April 04, 2003 8:15 PM
+Subject: [IRCServices Coding] gcc
+
+
+&gt;<i> Hi all,
+</I>&gt;<i>
+</I>&gt;<i> I've a problem, all my server runs gcc 2.9.6 on redhat 7.3, and i can't
+</I>&gt;<i> compile services 5.0.14
+</I>&gt;<i> Some one can help me?
+</I>&gt;<i>
+</I>&gt;<i> Alex
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> ------------------------------------------------------------------
+</I>&gt;<i> To unsubscribe or change your subscription options, visit:
+</I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
+</I>
+</PRE>
+
+<!--endarticle-->
+    <HR>
+    <P><UL>
+        <!--threads-->
+       <LI>Previous message: <A HREF="002003.html">[IRCServices Coding] gcc 
+</A></li>
+       <LI>Next message: <A HREF="002005.html">[IRCServices Coding] gcc 
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#2004">[ date ]</a>
+              <a href="thread.html#2004">[ thread ]</a>
+              <a href="subject.html#2004">[ subject ]</a>
+              <a href="author.html#2004">[ author ]</a>
+         </LI>
+       </UL>
+
+</body></html>