Mailing List Archive

[Cygwin32] compile/cpp failure for mpi-h-mul1.c
Greetings

I am a Cygwin32 newbie so I may have done something stupid:-
I am coming back to this list after quite a hiatus so there
may be a misconfiguration on my part as well

I noticed reference to Win32 as being on the list of reported
successful compiles. Was that with Visual C++ and/or earlier version?

make all-recursive
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in zlib
make[2]: Nothing to be done for `all'.
Making all in util
make[2]: Nothing to be done for `all'.
Making all in mpi
gcc -DHAVE_CONFIG_H -I. -I../../../gnupg-1.0.1/mpi -I.. -I../../../gnupg-1.0.1/include -g -O2 -Wall -c mpih-mul1.c
mpih-mul1.c:1: parse error before `!'
mpih-mul1.c:1: parse error at `..'
mpih-mul1.c:1: parse error at `..'
mpih-mul1.c:1: parse error at `..'
mpih-mul1.c:1: malformed floating constant
make[2]: *** [mpih-mul1.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Cywin32 B20

bundled with egcs-2.91.57

config.status
(notes: 1. using VPATH feature - tried make in gnupg-1.0.1 directory
and managed to limit the '..' errors to one instead of three
2. I know egd probably needs a bit of tweaking to work in this foreign world
3. --disable-asm set due to \n vs \r\n issues methinks)

--->

#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host FWNOOOOO:
#
# ../../gnupg-1.0.1/configure --prefix=/usr --with-included-zlib --with-included-gettext --disable-nls --disable-dynload --enable-static-rnd=egd --disable-asm

... [snip]

Regards

--
=========================================================
Gambling: A discretionary tax on | Anthony David
those who were asleep during high | Systems Administrator
school mathematics classes |
Re: [Cygwin32] compile/cpp failure for mpi-h-mul1.c [ In reply to ]
On Fri, 3 Mar 2000, Anthony David wrote:

> I noticed reference to Win32 as being on the list of reported
> successful compiles. Was that with Visual C++ and/or earlier version?

The W32 version is a native one which does not require the Cygwin
runtime.

See doc/README.W32 on how to build it. The current Mingw32/CPD
version has one little problem. I have to package a new one.

Werner