zsh-workers
 help / color / mirror / code / Atom feed
From: Jason Naughton <jnaughto@ee.ryerson.ca>
To: zsh-workers@math.gatech.edu
Subject: Zsh on the NETWINDER
Date: Wed, 12 Aug 1998 12:43:24 -0400 (EDT)	[thread overview]
Message-ID: <199808121643.MAA17109@www.ee.ryerson.ca> (raw)

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


             reply	other threads:[~1998-08-12 16:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-12 16:43 Jason Naughton [this message]
1998-08-13 12:36 ` Peter Stephenson
1998-08-14  3:56   ` Jason Naughton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199808121643.MAA17109@www.ee.ryerson.ca \
    --to=jnaughto@ee.ryerson.ca \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).