summaryrefslogtreecommitdiff
path: root/Mach
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-09-20 00:48:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-09-20 00:48:00 +0000
commit511ab6fd0a473aa0c2f68b4e717f101a8f69cc66 (patch)
tree21b69995d0ff5ec2e7ed0766880150a087dafddd /Mach
parent3c59ff1294a750f3269f6b73a808cbd76294562c (diff)
none
Diffstat (limited to 'Mach')
-rw-r--r--Mach/BuildingOskitMach.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn
index b07e8ac9..ca267a54 100644
--- a/Mach/BuildingOskitMach.mdwn
+++ b/Mach/BuildingOskitMach.mdwn
@@ -92,7 +92,9 @@ This will install the i386-gnu-mig in /usr/bin for you.
# cd build
# CFLAGS="-g" MIG=i386-gnu-mig OSKIT_LIBDIR=/usr/local/lib/oskit ../configure --prefix=/gnu --enable-debug
-_I think this is a bug that you have to specify $prefix/lib/oskit as OSKIT\_LIBDIR. Libdir is usually just $prefix/lib._
+_I think this is a bug that you have to specify $prefix/lib/oskit as OSKIT\_LIBDIR. Libdir is usually just $prefix/lib._ -- [[Main/MichalSuchanek]]
+
+_I think not. The $prefix variable in autoconf comes from the --prefix option to configure, that in turn is intended as the prefix path to the installation of the package you are configuring, i.e. oskit-mach and **NOT** the OSKit itself_ -- [[Main/JoachimNilsson]]
**_Building:_**
@@ -117,10 +119,8 @@ For now, see the [[RemoteDebugOskitMach]] page.
----
--- [[Main/JoachimNilsson]] - 14 May 2002
-
-Updated by:
+First version. -- [[Main/JoachimNilsson]] - 14 May 2002
--- [[Main/LuisBustamante]] - 04 Jun 2002
+Updated by: -- [[Main/LuisBustamante]] - 04 Jun 2002
Moving from oskit-branch to HEAD. -- [[Main/JoachimNilsson]] - 05 Jun 2002