zsh-workers
 help / color / mirror / code / Atom feed
* Zsh on the NETWINDER
@ 1998-08-12 16:43 Jason Naughton
  1998-08-13 12:36 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Naughton @ 1998-08-12 16:43 UTC (permalink / raw)
  To: zsh-workers

Hi,

	I have attempted to port zsh-3.0.0 to Corel's Netwinder ( Basically
a armstrong 110, 275Mz

    sa110:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
        echo arm-linuxelf
        exit 0;;

as uname produces:
# uname -a
Linux netwinder 2.0.31 #420 Mon Jun 29 13:59:26 EDT 1998 sa110
# uname -m
sa110
# uname
Linux

I also had to modify the emulations to suport my version of ld:

       elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations : elf32arm"; then
          echo "arm-linuxelf" ; exit 0

as ld --help |grep "supported emulations" would produce:

ld: supported emulations: elf32arm

After making these modifications the configure fired off without any 
difficulties.  Yet once I did the make it produced the following output

<... snip ...>
cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1'
make[1]: Entering directory `/home/gbootes/zsh-3.0.0/Src'
gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c
builtin.c:3639: #error there are some unknown limits.  Fix me!
make[1]: *** [builtin.o] Error 1
make[1]: Leaving directory `/home/gbootes/zsh-3.0.0/Src'
make: *** [Src] Error 2

I read through your INSTALL text file and read about the RLIMIT statement.
I will be sending you a copy of the config.guess, and the 
/usr/include/sys/resource.h files, could you take a look at them and 
make any modifications that are necessary.  

		Cheers
			Jason


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-08-14  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-12 16:43 Zsh on the NETWINDER Jason Naughton
1998-08-13 12:36 ` Peter Stephenson
1998-08-14  3:56   ` Jason Naughton

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).