diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023404.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023404.html | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023404.html b/zarb-ml/mageia-dev/2013-March/023404.html new file mode 100644 index 000000000..abb1a60b3 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023404.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BBug%205199%5D%20Several%20error%20with%20ocaml%20bytecode%0A%20compilation%20in%20ocaml-xen%20module&In-Reply-To=%3CCAE1DttCfk5cFNR1RXmawprYaO0hMGSA_0dGSj0Aiasgjseyiaw%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023401.html"> + <LINK REL="Next" HREF="023403.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module</H1> + <B>Florent Monnier</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BBug%205199%5D%20Several%20error%20with%20ocaml%20bytecode%0A%20compilation%20in%20ocaml-xen%20module&In-Reply-To=%3CCAE1DttCfk5cFNR1RXmawprYaO0hMGSA_0dGSj0Aiasgjseyiaw%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module">monnier.florent at gmail.com + </A><BR> + <I>Sun Mar 10 21:00:03 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023401.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module +</A></li> + <LI>Next message: <A HREF="023403.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23404">[ date ]</a> + <a href="thread.html#23404">[ thread ]</a> + <a href="subject.html#23404">[ subject ]</a> + <a href="author.html#23404">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/3/10, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>>: +>><i> If you don't know just don't delete anything, just provide what the +</I>>><i> install script did installed. +</I>>><i> Anyway if there is something installed (by error) it won't have bad +</I>>><i> effects on the real parts of the lib. +</I>><i> +</I>><i> in any case, i'm asking because we do have a policy of remove all static +</I>><i> libs (.a) and .la files. i just wasn't sure the .a files were static libs in this +</I>><i> case, or just something completely unrelated. +</I> +yes these are static libs (but only a part of the lib) +ocaml only links statically, so all ocaml libs are statically linked, +at least in native compilation (because ocaml can also compile to bytecode) + +><i> but since the others have .so, i think they are static libs. +</I> +the .so file are another part of the libs (bindings to C libraries) + +><i> also, usually there are versioned .so files and the .so files themselves +</I>><i> need to be in -devel; i guess it's not so for ocaml packages... +</I> +The main split provide everything to run in bytecode. +bytecode can be either: +- compile to bytecode (as Java does) +- run in interpreted way (similar to Perl or PHP) + +The -devel split provide everything to compile in native mode +(make binaries like in C) + +This split policy is not specific to Mageia, other distros split like +this, we just do the same. + + +><i> did i accidentally reply to a br mail? i thought i put this in the +</I>><i> bugreport, but i guess i'm not sure? +</I> +I don't know, I've only pushed the button "answer". + +-- +</PRE> + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023401.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module +</A></li> + <LI>Next message: <A HREF="023403.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23404">[ date ]</a> + <a href="thread.html#23404">[ thread ]</a> + <a href="subject.html#23404">[ subject ]</a> + <a href="author.html#23404">[ 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> |