zsh-workers
 help / color / mirror / code / Atom feed
* zsh-3.0.5 on MachTen 4.1.1 - this worked
@ 1998-12-09 12:50 Paul Nevai
  1998-12-09 16:43 ` Sean Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Nevai @ 1998-12-09 12:50 UTC (permalink / raw)
  To: MachTen, hzoli, zsh-workers

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

Problem: compiling zsh-3.0.5

Thanks to Sean Ahern [ahern@sphere.llnl.gov], this worked...

#############################################################################
Ediff configure.orig configure:

-------- 35 lines deleted at 2337:
echo $ac_n "checking if tgetent accepts NULL""... $ac_c" 1>&6
echo "configure:2339: checking if tgetent accepts NULL" >&5
if eval "test \"`echo '$''{'zsh_cv_func_tgetent_accepts_null'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  zsh_cv_func_tgetent_accepts_null=no
else
  cat > conftest.$ac_ext <<EOF
#line 2347 "configure"
#include "confdefs.h"
main(){int i = tgetent((char*)0,"vt100");exit(!i || i == -1);}
EOF
if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
  zsh_cv_func_tgetent_accepts_null=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  zsh_cv_func_tgetent_accepts_null=no
fi
rm -fr conftest*
fi

fi

echo "$ac_t""$zsh_cv_func_tgetent_accepts_null" 1>&6
if test $zsh_cv_func_tgetent_accepts_null = yes; then
  cat >> confdefs.h <<\EOF
#define TGETENT_ACCEPTS_NULL 1
EOF

fi


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

* Re: zsh-3.0.5 on MachTen 4.1.1 - this worked
  1998-12-09 12:50 zsh-3.0.5 on MachTen 4.1.1 - this worked Paul Nevai
@ 1998-12-09 16:43 ` Sean Ahern
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Ahern @ 1998-12-09 16:43 UTC (permalink / raw)
  To: Paul Nevai; +Cc: MachTen, hzoli, zsh-workers

Paul Nevai wrote:
> Thanks to Sean Ahern [ahern@llnl.gov], this worked...

You're welcome.  I'm glad it worked for you.

-Sean

--                                           __           .
ahern@llnl.gov                              (  _  _.._   /||_  _ ._._
Lawrence Livermore National Laboratory     __)(/_(_|| ) /-|| )(/_| | )


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-09 12:50 zsh-3.0.5 on MachTen 4.1.1 - this worked Paul Nevai
1998-12-09 16:43 ` Sean Ahern

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