zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: Re: Diff file for 3.1.6-test-2 available
Date: 20 Jul 1999 01:31:44 +0900	[thread overview]
Message-ID: <rsqu2r04n4f.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Peter Stephenson's message of "Mon, 19 Jul 1999 12:00:44 +0200"

In article <9907191000.AA13440@ibmth.df.unipi.it>,
  Peter Stephenson <pws@ibmth.df.unipi.it> writes:

> I have uploaded to ftp.zsh.org the file
>   ftp://ftp.zsh.org/pub/testing/zsh-3.1.6-test-1-test-2.diff.gz

Under SunOS 4, make is failed with:

gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wno-implicit -Wmissing-prototypes -O2 -fpic -o mapfile..o mapfile.c
mapfile.c: In function `setpmmapfile':
mapfile.c:146: `MS_SYNC' undeclared (first use in this function)
mapfile.c:146: (Each undeclared identifier is reported only once
mapfile.c:146: for each function it appears in.)
gmake[3]: *** [mapfile..o] Error 1

--- Src/Modules/mapfile.c-	Tue Jul 20 01:17:22 1999
+++ Src/Modules/mapfile.c	Tue Jul 20 01:17:46 1999
@@ -143,6 +143,9 @@
 	 */
 	ftruncate(fd, len);
 	memcpy(mmptr, value, len);
+#ifndef MS_SYNC
+#define MS_SYNC 0
+#endif
 	msync(mmptr, len, MS_SYNC);
 	/*
 	 * Then we need to truncate again, since mmap() always maps complete

> I have only received a couple of pieces of information for Etc/MACHINES.
> Please let us (zsh-workers@sunsite.auc.dk) know if you compile zsh and your
> system configuration (including OS version) is not mentioned there, or
> there are limitations not mentioned there.

I tried to compile 3.1.6-test-2 under some platforms and I sensed:

Under FreeBSD 2.2.8 and BSD/OS 3.0, dynamic loading is disabled
automatically.

Under Solaris 7, there is no problem with egcs-1.1.2 and dynamic
loading. (on my environment at least)
-- 
Tanaka Akira


  parent reply	other threads:[~1999-07-19 18:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9907191000.AA13440@ibmth.df.unipi.it>
1999-07-19 12:13 ` Ollivier Robert
1999-07-19 12:00   ` Peter Stephenson
1999-07-19 13:30     ` Ollivier Robert
1999-07-19 13:15       ` Peter Stephenson
1999-07-19 14:47 ` DEC Alpha - Digital Unix 3.0 - " Irving_Wolfe
1999-07-19 14:37   ` Peter Stephenson
1999-07-19 16:31 ` Tanaka Akira [this message]
     [not found] <199907201140.NAA02011@beta.informatik.hu-berlin.de>
1999-07-20 11:38 ` Peter Stephenson
1999-07-20 12:20 Sven Wischnowsky

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=rsqu2r04n4f.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).