zsh-workers
 help / color / mirror / code / Atom feed
From: Paul Lew <lew@omocha.tay.dec.com>
To: zsh-workers@math.gatech.edu
Subject: build zsh 2.6-beta13 on SCO 3.2v5.0.0 problem
Date: Wed, 3 Jan 1996 11:23:30 -0500	[thread overview]
Message-ID: <9601031623.AA28689@omocha.tay.dec.com> (raw)

I failed to build zsh on SCO Unix 3.2 release 5.0 with the configure.
I have to make the following adjustment, please modify the configure
accordingly.  The linked zsh works fine.

					-- Paul  01/03/96  10:59 AM --

(1) in Src/system.h around line 114:

	/* We may need to define this for any machine    *
	 * that doesn't have gettimeofday.  Of course we *
	 * probably will move to the POSIX time function *
	 *  anyway.                                      */
	#ifdef __sco
	struct timezone {
	    short minutes;
	};
	#endif

    This ifdef is not necessary for release 5.0, maybe it was added
    for version before 5.0.

(2) I have to add:

	LDFLAGS=-lsocket

    otherwise I will get:
	Undefined                       first referenced
	 symbol                             in file
	yp_all                              zle_tricky.o
	getdomainname                       zle_tricky.o


                 reply	other threads:[~1996-01-03 16:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9601031623.AA28689@omocha.tay.dec.com \
    --to=lew@omocha.tay.dec.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).