zsh-users
 help / color / mirror / code / Atom feed
* cross-compiling
@ 2004-01-18 19:07 chuckr
  2004-01-19 10:45 ` cross-compiling Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: chuckr @ 2004-01-18 19:07 UTC (permalink / raw)
  To: zsh-users

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!


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

end of thread, other threads:[~2004-01-19 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-18 19:07 cross-compiling chuckr
2004-01-19 10:45 ` cross-compiling Peter Stephenson

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).