From deedab012884cbb2e88384fd29f114a9f3f57e94 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 23 Apr 2004 23:06:07 +0000 Subject: [PATCH] add Mac OSX notes (tested on Angelo Laub's iBook) add pre-installed ksh/bash note for various systems (Solaris, Interix/SFU 3.5 in particular; I didn't try even without bash on Mac OSX) --- BuildGNU.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BuildGNU.sh b/BuildGNU.sh index 29623e9..518ab3a 100644 --- a/BuildGNU.sh +++ b/BuildGNU.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirBSD: BuildGNU.sh,v 1.8 2004/04/17 00:37:07 tg Exp $ +# $MirBSD: BuildGNU.sh,v 1.9 2004/04/23 23:06:07 tg Exp $ #- # Copyright (c) 2004 # Thorsten "mirabile" Glaser @@ -24,6 +24,10 @@ # tement below for some unknown reason. # Note: Solaris might want LDFLAGS=-ldl, some GNU/Linux systems usu- # ally have problems with their perl path (use -I for the .ph) +# Note: For a couple of systems (Solaris, Microsoft Interix), you'll +# have to use a pre-installed ksh or GNU bash for bootstrap. +# Note: On Mac OSX, you need LDFLAGS= (empty) - it seems to not find +# the C Runtime Initialization Object files else. SHELL="${SHELL:-/bin/sh}"; export SHELL CONFIG_SHELL="${SHELL}"; export CONFIG_SHELL