From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15918 invoked from network); 14 Jul 2000 01:42:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Jul 2000 01:42:05 -0000 Received: (qmail 4343 invoked by alias); 14 Jul 2000 01:41:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12249 Received: (qmail 4336 invoked from network); 14 Jul 2000 01:41:31 -0000 Sender: acs@rcn.com To: noel Cc: zsh-workers@sunsite.auc.dk Subject: Re: NEWBIE INSTALLATION PROBLEM References: <396E6620.498741DC@imrglobal.co.jp> From: Vin Shelton Organization: EtherSoft, Inc In-Reply-To: noel's message of "Fri, 14 Jul 2000 10:00:16 +0900" Date: 13 Jul 2000 21:47:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable You can't count on a gcc built for Solaris 2.4 working with 2.6. You either need to use the Solaris C compiler or rebuild gcc for 2.6. (... or build for 2.4). - vin >>>>> On Fri, 14 Jul 2000, noel said: noel> I had tried compiling ZSH from the latest version noel> 3.1.9, down to 3.1.6=A0=A0 and=A0 it was never been a success. noel> I am using an SU-5 SUN MACHINE with SOLARIS 2.6. noel> The problem occurred in the 'make' process. noel> The message below is what I ussually get after 'make' noel> Do I need some patch. ??? HELP ... noel> make[2]: Entering directory `/home/rosarion/zsh-3.1.6-pws-6/Src' noel> gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -DHAVE_CONFIG= _H -Wall -Wno-implicit noel> -Wmissing-prototypes -O2=A0 -o builtin.o builtin.c noel> In file included from /usr/include/sys/turnstile.h:12, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from /usr/include/sy= s/t_lock.h:20, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from /usr/include/sy= s/vnode.h:37, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from /usr/include/sy= s/stream.h:21, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from system.h:310, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from zsh.mdh:6, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from builtin.c:30: noel> /usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.7.2.2/include/sys/param= .h:185: warning: `NBBY' noel> redefined noel> /usr/include/sys/select.h:45: warning: this is the location of the pr= evious definition noel> In file included from /usr/include/sys/stream.h:26, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from system.h:310, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from zsh.mdh:6, noel> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from builtin.c:30: noel> /usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified" noel> make[2]: *** [builtin.o] Error 1 noel> make[2]: Leaving directory `/home/rosarion/zsh-3.1.6-pws-6/Src' noel> make[1]: *** [modobjs] Error 2 noel> make[1]: Leaving directory `/home/rosarion/zsh-3.1.6-pws-6/Src' noel> make: *** [all] Error 1 noel> =A0