From a398b4a32af20298bf09c7ea0bb241e79e2f96c7 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Thu, 5 Jan 2006 03:37:56 +0000 Subject: [PATCH] 10.4 builds are fine, but not when using Xcode --- BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt b/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt index 83a1f9c4..7442cd95 100644 --- a/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt +++ b/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt @@ -5,8 +5,8 @@ Source now only builds on 10.2 and 10.3. On 10.1, there are a few compile and link errors that I just can't be bothered to fix. - On 10.4, there are problems with thhe way I have built libslirp.a - (local relocation entries in non-writable section (__TEXT,__text)). + On 10.4 when doing Xcode builds, there are problems with the way that + I have built libslirp.a. For now, do "make" instead of "make ide". 2) Open a Terminal, and cd to BasiliskII-1.0/src/MacOSX