zsh-workers
 help / color / mirror / code / Atom feed
* build zsh 2.6-beta13 on SCO 3.2v5.0.0 problem
@ 1996-01-03 16:23 Paul Lew
  0 siblings, 0 replies; only message in thread
From: Paul Lew @ 1996-01-03 16:23 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-01-03 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-03 16:23 build zsh 2.6-beta13 on SCO 3.2v5.0.0 problem Paul Lew

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