diff options
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 10 |
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 |