zsh-workers
 help / color / mirror / code / Atom feed
* zsh-3.0.5
@ 1998-12-08 20:25 Paul Nevai
  1998-12-08 23:32 ` zsh-3.0.5 Sean Ahern
  1998-12-09  1:21 ` zsh-3.0.5 jim hopper
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Nevai @ 1998-12-08 20:25 UTC (permalink / raw)
  To: hzoli, zsh-workers; +Cc: MachTen, Paul Nevai

Hi Guys [\'es Zoli]:

Setup: Power Mac G3 [512Mb RAM] with System 8.1 [HFS+] with MachTen 4.1.1 

Alas, "Configure" kills my MachTen at line
 checking if tgetent accepts NULL... 
After this my Mac freezes. I did it twice.

This is very unusual since I've compiled a lots of GNU stuff on my MachTen
and [GNU's] Configure has never been a problem.

Any ideas/thoughts/suggestions?

BTW, zsh-3.0.5 compiled perfectly on my NeXT OS 3.2 and our SunOS 5.6.

Best regards [\'es \"udv], Paul [Pali]

Paul Nevai                            pali+@osu.edu
Department of Mathematics             nevai@math.ohio-state.edu
The Ohio State University             http://www.math.ohio-state.edu/~nevai/
231 West Eighteenth Avenue            http://www.math.ohio-state.edu/~jat/
Columbus, Ohio 43210-1174             1-614-292-5310 (Office/Answering Device)
The United States of America          1-614-292-1479 (Math Dept Fax)


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

* Re: zsh-3.0.5
  1998-12-08 20:25 zsh-3.0.5 Paul Nevai
@ 1998-12-08 23:32 ` Sean Ahern
  1998-12-09  1:21 ` zsh-3.0.5 jim hopper
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Ahern @ 1998-12-08 23:32 UTC (permalink / raw)
  To: Paul Nevai; +Cc: hzoli, zsh-workers, MachTen

Paul Nevai wrote:
> Setup: Power Mac G3 [512Mb RAM] with System 8.1 [HFS+] with MachTen 4.1.1 
> 
> Alas, "Configure" kills my MachTen at line
>  checking if tgetent accepts NULL... 
> After this my Mac freezes. I did it twice.
> 
> This is very unusual since I've compiled a lots of GNU stuff on my MachTen
> and [GNU's] Configure has never been a problem.
> 
> Any ideas/thoughts/suggestions?

Yep.  Passing NULL to tgetent locks up MachTen.  Change the "configure" script
so that it doesn't test for this and zsh should compile fine.  At least, I
think that's what I did to port it.

-Sean

--                                           __           .
ahern@llnl.gov                              (  _  _.._   /||_  _ ._._
Lawrence Livermore National Laboratory     __)(/_(_|| ) /-|| )(/_| | )
http://www.ccnet.com/~ahern/


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

* Re: zsh-3.0.5
  1998-12-08 20:25 zsh-3.0.5 Paul Nevai
  1998-12-08 23:32 ` zsh-3.0.5 Sean Ahern
@ 1998-12-09  1:21 ` jim hopper
  1 sibling, 0 replies; 3+ messages in thread
From: jim hopper @ 1998-12-09  1:21 UTC (permalink / raw)
  To: Paul Nevai, hzoli, zsh-workers; +Cc: MachTen, Paul Nevai

Paul,

configure is not a static thing the same on every system it varies from
package to package.  look at it and find the area thats doing the test that
kills mac.  usually config has created an executable that has insufficient
stack space when this happens. you can change the script to change the
stack size to something larger before it runs i belive.  or you can use the
gcc command line arguments in the compile (the one commanded by config
script) to set the stack at compile time.  in rare cases the actuall gcc
cc1 has to small a stack to compile twhat config tells it to.  in this case
up the stack size on cc1.

just a guess.

jim
-------

At 1:25 PM -0700 12/8/98, Paul Nevai wrote:
>Hi Guys [\'es Zoli]:
>
>Setup: Power Mac G3 [512Mb RAM] with System 8.1 [HFS+] with MachTen 4.1.1
>
>Alas, "Configure" kills my MachTen at line
> checking if tgetent accepts NULL...
>After this my Mac freezes. I did it twice.
>
>This is very unusual since I've compiled a lots of GNU stuff on my MachTen
>and [GNU's] Configure has never been a problem.
>
>Any ideas/thoughts/suggestions?
>
>BTW, zsh-3.0.5 compiled perfectly on my NeXT OS 3.2 and our SunOS 5.6.
>
>Best regards [\'es \"udv], Paul [Pali]
>
>Paul Nevai                            pali+@osu.edu
>Department of Mathematics             nevai@math.ohio-state.edu
>The Ohio State University             http://www.math.ohio-state.edu/~nevai/
>231 West Eighteenth Avenue            http://www.math.ohio-state.edu/~jat/
>Columbus, Ohio 43210-1174             1-614-292-5310 (Office/Answering Device)
>The United States of America          1-614-292-1479 (Math Dept Fax)

At a recent computer software engineering course in the US, the participants
were given an awkward question to answer.  "If you had just boarded an
airliner and discovered that your team of programmers had been responsible
for the flight control software, how many of you would disembark
immediately?"
                    unknown author


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

end of thread, other threads:[~1998-12-09  1:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-08 20:25 zsh-3.0.5 Paul Nevai
1998-12-08 23:32 ` zsh-3.0.5 Sean Ahern
1998-12-09  1:21 ` zsh-3.0.5 jim hopper

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