Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: NEWBIE INSTALLATION PROBLEM



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 <rosarion@xxxxxxxxxxxxxxx> said:

noel> I had tried compiling ZSH from the latest version
noel> 3.1.9, down to 3.1.6   and  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=64 -DHAVE_CONFIG_H -Wall -Wno-implicit
noel> -Wmissing-prototypes -O2  -o builtin.o builtin.c
noel> In file included from /usr/include/sys/turnstile.h:12,
noel>                  from /usr/include/sys/t_lock.h:20,
noel>                  from /usr/include/sys/vnode.h:37,
noel>                  from /usr/include/sys/stream.h:21,
noel>                  from system.h:310,
noel>                  from zsh.mdh:6,
noel>                  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 previous definition
noel> In file included from /usr/include/sys/stream.h:26,
noel>                  from system.h:310,
noel>                  from zsh.mdh:6,
noel>                  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>  



Messages sorted by: Reverse Date, Date, Thread, Author