From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13468 invoked from network); 22 Oct 2001 11:09:30 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Oct 2001 11:09:30 -0000 Received: (qmail 24741 invoked by alias); 22 Oct 2001 11:09:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16103 Received: (qmail 24721 invoked from network); 22 Oct 2001 11:09:21 -0000 From: Borsenkow Andrej To: "'Steven Farrier'" , zsh-workers@sunsite.dk Subject: RE: Make error on Mac OS X 10.1 Date: Mon, 22 Oct 2001 15:09:15 +0400 Message-ID: <000601c15ae9$fc930d60$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3311 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <200110221104.f9MB4bS08729@david.siemens.de> Importance: Normal > I have been attempting to build zsh on Mac OS X 10.1 >=20 > I installed dlcompat like the MACHINE file suggested. That failed so = I > then > tried disabling dynamic modules that didn't seem to help. >=20 > Below is the build process. I used the latest 4.1.0 snapshot. ... >=20 > cc -Wl,-x =9A -o zsh main.o =9A`cat stamp-modobjs` =9A -lm =9A-lc > ( \ > =9A =9Aecho 'STARTDEF()'; \ > =9A =9Aecho 'def(version)(0)('4.1.0-dev-2')'; \ > =9A =9Aecho 'def(date)(0)(''September 27, 2001'')'; \ > =9A =9Aecho 'ENDDEF()#' | tr '#' '\\'; \ > ) > ./version.yo > case zsh.1 in \ > =9A =9A*/*) target=3Dzsh.1 ;; \ > =9A =9A*) target=3D./zsh.1 ;; \ > esac; \ > case ': yodl' in :*) ;; *) \ > =9A =9A =9A: yodl -I. -w zman.yo version.yo zsh.yo | sed -e = '1s/\\-/-/g' -e > '/^\.'\''/d' > $target \ > ;; esac; \ > test -f $target > make[1]: *** [zsh.1] Error 1 > make: *** [all] Error 1 > [localhost:~/source/zsh-4.1-20011022] tachys% That's O.K., zsh CVS snapshot requires yodl to build documentation (release comes with prebuilt docs). You can just comment out Doc subdir in top-level Makefile, that will give you functional (hopefully) zsh without manuals. Or install yodl; I do not have actual download location, sorry. -andrej