zsh-workers
 help / color / mirror / code / Atom feed
* cygwin installation problems.
@ 2000-09-04 13:25 Peter Stephenson
  2000-09-04 13:57 ` PATCH: " Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Stephenson @ 2000-09-04 13:25 UTC (permalink / raw)
  To: Zsh hackers list

I have dynamic loading disabled on cygwin, which builds fine.  However,
running install insists on making the .dll (for which I probably need a new
dllwrap anyway).  So there may be a dependency wrong.  Unfortunately, I
don't have time to clear everything away and start again from scratch to
check (which isn't ropey but is very slow).  Seems to come from `make
install.bin'.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


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

* PATCH: RE: cygwin installation problems.
  2000-09-04 13:25 cygwin installation problems Peter Stephenson
@ 2000-09-04 13:57 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2000-09-04 13:57 UTC (permalink / raw)
  To: Peter Stephenson, Zsh hackers list

> 
> I have dynamic loading disabled on cygwin, which builds fine.  However,
> running install insists on making the .dll (for which I probably need a new
> dllwrap anyway).  So there may be a dependency wrong.  Unfortunately, I
> don't have time to clear everything away and start again from scratch to
> check (which isn't ropey but is very slow).  Seems to come from `make
> install.bin'.
> 

Sorry. But somehow it is becoming too ugly.

-andrej

Index: configure.in
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.in,v
retrieving revision 1.27
diff -u -r1.27 configure.in
--- configure.in        2000/09/04 10:52:02     1.27
+++ configure.in        2000/09/04 13:55:24
@@ -1463,6 +1463,8 @@
 dnl dynamic loading
 dnl ---------------
 L=N
+INSTLIB="install.bin-\$(L)"
+UNINSTLIB="uninstall.bin-\$(L)"
 LINKMODS=NOLINKMODS
 MOD_EXPORT=
 MOD_IMPORT_VARIABLE=
@@ -1687,6 +1689,10 @@
   if $strip_libldflags && test "$zsh_cv_sys_dynamic_strip_lib" = yes; then
     LIBLDFLAGS="$LIBLDFLAGS -s"
   fi
+  if test "x$ac_cv_cygwin" = xyes; then
+    INSTLIB="install.cygwin-lib"
+    UNINSTLIB="uninstall.cygwin-lib"
+  fi
 else
   $strip_exeldflags && EXELDFLAGS="$EXELDFLAGS -s"
   $strip_libldflags && LIBLDFLAGS="$LIBLDFLAGS -s"
@@ -1714,13 +1720,6 @@
 fi
 AC_SUBST(SHORTBOOTNAMES)
 
-if test "x$ac_cv_cygwin" = xyes; then
-  INSTLIB="install.cygwin-lib"
-  UNINSTLIB="uninstall.cygwin-lib"
-else
-  INSTLIB="install.bin-\$(L)"
-  UNINSTLIB="uninstall.bin-\$(L)"
-fi
 AC_SUBST(INSTLIB)dnl
 AC_SUBST(UNINSTLIB)dnl
 


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

end of thread, other threads:[~2000-09-04 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-04 13:25 cygwin installation problems Peter Stephenson
2000-09-04 13:57 ` PATCH: " Andrej Borsenkow

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