summaryrefslogtreecommitdiff
path: root/microkernel/mach/mig/gnu_mig.mdwn
blob: 933453f7899cd8dfa93a12846558ff51c4b8f87a (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
[[!meta copyright="Copyright © 2001, 2006, 2008, 2009, 2010, 2013 Free Software
Foundation, Inc."]]

[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]

GNU MIG is the GNU distribution of the
[[Mach_3.0_interface_generator_*MIG*|mig]], as maintained by the GNU Hurd
developers for the GNU project.

You need this tool to compile the GNU Mach and GNU Hurd distributions, and to
compile the GNU C library for the Hurd.  Also, you will need it for other
software in the GNU system that uses Mach-based
[[inter-process_communication|ipc]].

GNU MIG is fully compatible with [[OSF_MIG|mig]].

Like its predecessor, it can only generate C code, that has to be compiled and
linked to client and server programs respectively ([[!taglink
open_issue_mig]]).

The latest release is [[GNU MIG 1.4|news/2013-09-27]].

  * [[Building]] - building (and obtaining) GNU MIG
  * [[Open Issues|tag/open_issue_mig]]