zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: Elbert Pol <e.pol@chell.nl>, zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: Zsh 4.38
Date: Thu, 30 Oct 2008 09:51:20 +0000	[thread overview]
Message-ID: <200810300951.m9U9pKqn024170@news01.csr.com> (raw)
In-Reply-To: <4908C6B8.3080400@chell.nl>

Elbert Pol wrote:
> I tried today to port Zsh to os/2
> I run ./configure and @ the end i see this error.

Please could you send this sort of message to zsh-workers@sunsite.dk so
anyone else can comment on the problem.  Thanks.

> zsh configuration
> -----------------
> zsh version               : 4.3.8
> host operating system     : i386-pc-os2-emx
> source code location      : .
> compiler                  : gcc
> preprocessor flags        :
> executable compiler flags : -D__EMX__ -DOS2  -D__ST_MT_ERRNO__ -O3 
> -mtune=pentiu
> m3
> executable linker flags   : -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files 
> -D__ST_MT_
> ERRNO__  -s -rdynamic
> library flags             : -lgdbm -lsocket -ldl -lncurses -lm  -lc
> installation basename     : zsh
> binary install path       : /Zsh438/bin
> man page install path     : ${prefix}/share/man
> info install path         : ${prefix}/share/info
> functions install path    : ${prefix}/share/zsh/4.3.8/functions
> See config.modules for installed modules and functions.
> 
> ./configure.lineno: 21259: Syntax error: word unexpected (expecting ")")
> 
> Any ideas?

I think this might be just a cosmetic problem outputting the
information and configure actually ran OK apart from that.  I have no
idea how much luck you will have with the main compilation.

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.109
diff -u -r1.109 configure.ac
--- configure.ac	10 Oct 2008 16:32:28 -0000	1.109
+++ configure.ac	30 Oct 2008 09:49:23 -0000
@@ -2919,13 +2919,13 @@
 compiler                  : ${CC}
 preprocessor flags        : ${CPPFLAGS}
 executable compiler flags : ${CFLAGS}"
-if test "$dynamic" = yes; then
+if test "x$dynamic" = yes; then
   echo "\
 module compiler flags     : ${CFLAGS} ${DLCFLAGS}"
 fi
 echo "\
 executable linker flags   : ${LDFLAGS} ${EXELDFLAGS} ${EXTRA_LDFLAGS}"
-if test "$dynamic" = yes; then
+if test "x$dynamic" = yes; then
   echo "\
 module linker flags       : ${LDFLAGS} ${LIBLDFLAGS} ${DLLDFLAGS}"
 fi


-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


       reply	other threads:[~2008-10-30  9:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4908C6B8.3080400@chell.nl>
2008-10-30  9:51 ` Peter Stephenson [this message]
2008-10-30 10:37   ` Stephane Chazelas

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=200810300951.m9U9pKqn024170@news01.csr.com \
    --to=pws@csr.com \
    --cc=e.pol@chell.nl \
    --cc=zsh-workers@sunsite.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).