zsh-users
 help / color / mirror / code / Atom feed
From: chuckr <chuckr@chuckr.org>
To: zsh-users@sunsite.dk
Subject: cross-compiling
Date: Sun, 18 Jan 2004 14:07:50 -0500	[thread overview]
Message-ID: <400AD986.9070708@chuckr.org> (raw)

I have a Linux PDA, a Sharp Zaurus running Linux 2.4.20, and I like to 
cross-compile my applications on my main Intel Linux box sitting next to 
it, connected via usb networking.  Your configure script does nicely 
realize that it's doing cross-compiling, and it even goes an extra step, 
if I don't give it any of the --target, --build, or --host flags, it 
gets it from the fact that the gcc in the path isn't making intel code.

The problem is, in your configure script, the section that's setting 
setpgrp, it's detecting that it is doing that cross-compiling, and seems 
to be reacting by yielding ann error and dying immediately and 
unconditionally (configure line 8478, search for getpgrp, then "cross".)

This really needs fixing.  I guess I could have it wrong, but I tried 
just about any combination of flags I could imagine (including those 
that work for other packages).  If I have it wrong, if you'd please 
correct me, and also you might want to consider a line in the INSTALL 
file saying how to get that done, many folks having PDAs want to do 
cross compiling, you want to allow for that.

Thanks very much!


             reply	other threads:[~2004-01-18 19:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-18 19:07 chuckr [this message]
2004-01-19 10:45 ` cross-compiling Peter Stephenson

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=400AD986.9070708@chuckr.org \
    --to=chuckr@chuckr.org \
    --cc=zsh-users@sunsite.dk \
    /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).