summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-January/011446.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011446.html')
-rw-r--r--zarb-ml/mageia-dev/2012-January/011446.html137
1 files changed, 137 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011446.html b/zarb-ml/mageia-dev/2012-January/011446.html
new file mode 100644
index 000000000..bcf668d55
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-January/011446.html
@@ -0,0 +1,137 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Is mageia a bit slow?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Is%20mageia%20a%20bit%20slow%3F&In-Reply-To=%3C4F1813B3.7070202%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="011442.html">
+ <LINK REL="Next" HREF="011432.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Is mageia a bit slow?</H1>
+ <B>Michel Catudal</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Is%20mageia%20a%20bit%20slow%3F&In-Reply-To=%3C4F1813B3.7070202%40gmail.com%3E"
+ TITLE="[Mageia-dev] Is mageia a bit slow?">michelcatudal at gmail.com
+ </A><BR>
+ <I>Thu Jan 19 13:59:31 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011442.html">[Mageia-dev] Is mageia a bit slow?
+</A></li>
+ <LI>Next message: <A HREF="011432.html">[Mageia-dev] Drak3d &amp; Compiz - Alpha 3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11446">[ date ]</a>
+ <a href="thread.html#11446">[ thread ]</a>
+ <a href="subject.html#11446">[ subject ]</a>
+ <a href="author.html#11446">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le 19/01/2012 04:00, Donald Stewart a &#233;crit :
+&gt;<i> On 19 January 2012 08:37, Thierry Vignaud&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>&gt; wrote:
+</I>&gt;&gt;<i> 2012/1/19 Michel Catudal&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">michelcatudal at gmail.com</A>&gt;:
+</I>&gt;&gt;&gt;&gt;<i> Are you sure you're using a comparable build environement, meaning similar
+</I>&gt;&gt;&gt;&gt;<i> harware and similar file system, and you're not comparing an nfs-mounted
+</I>&gt;&gt;&gt;&gt;<i> homedir versus a local ssd, for instance ?
+</I>&gt;&gt;&gt;<i> Same hard disk, same PC
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> spec file almost identical except that I have --with-system-zlib configure
+</I>&gt;&gt;&gt;<i> section on Scientific Linux and
+</I>&gt;&gt;&gt;<i> Release: 1%{?dist} instead of Release: %mkrel 2
+</I>&gt;&gt;<i> But the compilation flags are obviously different.
+</I>&gt;&gt;<i> (set by rpm-mageia-setup-build on mga)
+</I>&gt;&gt;<i> What ar those on the 2 differents OS?
+</I>&gt;<i> I cant say how much of a significant baring it will have, but my hdd
+</I>&gt;<i> has vastly varying read speeds depending on where the system is. The
+</I>&gt;<i> space at the end of the drive is far far slower that the space at the
+</I>&gt;<i> start. I guess that this could lead to some discrepancies.
+</I>&gt;<i>
+</I>&gt;<i> But as others say, the flags are more likely.
+</I>&gt;<i>
+</I>On Scientific Linux
+
+gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
+-Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \
+ -o build/print-rtl.o ../../gcc/print-rtl.c
+
+gcc --&gt; gcc-4.4.5-6.el6.x86_64
+binutils --&gt; binutils-2.20.51.0.2-5.20.el6.x86_64
+
+For Mageia I ran it on the latest release so you could evaluate that by compiling using my source file from my web site. I didn't make any change to the setup build except that my directory is /home/michel/packages
+
+in .rpmbuild on SL6
+
+%_topdir %(echo $HOME)/packages
+
+in .rpmbuild on mageia
+
+%_topdir %(echo $HOME)/packages
+%_tmppath %(echo $HOME)/packages/tmp
+
+plus the information on the key
+
+To compile it you need to have mpfr, gmp and mpc installed. Codesourcery, Atmel and Microchip add those with their proprietary versions of gcc but I do not.
+I think that they would conflict with the local ones and they make it longer to compile the compiler anyway.
+
+If you get the idea to compile the PIC32 stuff remember that it looks for a particular include file that Microchip didn't bother to have with their source code.
+You need to install Microchip's compiler and make a link to the include files
+
+lrwxrwxrwx 1 root root 45 17 janv. 23:25 /usr/pic32mx/include -&gt; /opt/microchip/mplabc32/v2.02/pic32mx/include
+
+MIPS and ARM code are not fully tested yet so if you have issues with them feel free to complain to me for fixes. Testing is in progress on ARM version.
+As for the MIPS stuff the idea is to get the debugger for PIC32 so for kicks I generated the other binaries.
+
+Michel
+
+
+--
+For OS/2 and Linux Software visit
+<A HREF="http://home.comcast.net/~mcatudal">http://home.comcast.net/~mcatudal</A>
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011442.html">[Mageia-dev] Is mageia a bit slow?
+</A></li>
+ <LI>Next message: <A HREF="011432.html">[Mageia-dev] Drak3d &amp; Compiz - Alpha 3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11446">[ date ]</a>
+ <a href="thread.html#11446">[ thread ]</a>
+ <a href="subject.html#11446">[ subject ]</a>
+ <a href="author.html#11446">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>