From 02c70fe4a97f23521a386dca8a85280df201276a Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 3 Aug 2011 17:44:43 -0400 Subject: build GM headers and code in same dir. explain bug. --- microkernel/mach/gnumach/building.mdwn | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'microkernel/mach/gnumach') diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index 8fc1c7a1..6fb67087 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -63,8 +63,8 @@ First, you have to create the configuartion files: GNU Mach and its headers should be built in a subdirectory: - $ mkdir gnumach-build-h - $ cd gnumach-build-h + $ mkdir gnumach-build + $ cd gnumach-build Find the path to your GNU Mach sources (`../gnumach`) and configure it: @@ -84,13 +84,18 @@ Building GNU Mach requires you to have the Mach Interface Generator installed. See [[building_MIG|mig/gnu_mig/building]] about how to do that, then come back here. -GNU Mach should be built in a subdirectory: +GNU Mach should be built in a subdirectory create it if you have not already. $ mkdir gnumach-build $ cd gnumach-build -Find the path to your GNU Mach sources (`../gnumach`) and configure -it: +If you previously ran ../configure for installing the header files, you may run +into a bug when you configure and run make below. If that is the case, run "rm +-rf *" in the _build_ directory, and reconfigure. + + $ rm -rf * + +Find the path to your GNU Mach sources (`../gnumach`) and configure it: $ ../configure -- cgit v1.2.3