Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: 3.1.5-pws-7: NetBSD configure fix
- X-seq: zsh-workers 5295
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: 3.1.5-pws-7: NetBSD configure fix
- Date: 6 Feb 1999 07:17:26 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- Reply-to: mason@xxxxxxxxxxxxxxx
Heyla,
no "ld -g" for NetBSD please.
Anyone on NetBSD wanting dynamic loading, be sure to
``rm Src/modules-bltin'' after patching and running autoconf and configure.
*** configure.in.org Wed Jan 27 02:32:30 1999
--- configure.in Sat Feb 6 18:14:23 1999
***************
*** 214,220 ****
fi
if test -n "$auto_ldflags"; then
case "${enable_zsh_debug}$host_os" in
! yesaix*|yeshpux*) ;; # AIX ld does not accept -g
yes*) LDFLAGS=-g ;;
*) LDFLAGS=-s ;;
esac
--- 214,220 ----
fi
if test -n "$auto_ldflags"; then
case "${enable_zsh_debug}$host_os" in
! yesaix*|yeshpux*|yesnetbsd*) ;; # "ld -g" is not valid on these systems
yes*) LDFLAGS=-g ;;
*) LDFLAGS=-s ;;
esac
--
Geoff Wing <gcw@xxxxxxxxx> Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author