Re: Fails to build under Win98...

Paul Rohr (paul@abisource.com)
Thu, 04 Feb 1999 12:34:47 -0800


At 11:43 PM 2/3/99 -0500, James wrote:
>BTW, using the (I believe) latest version of Cygnus... with MSVC
>
>OS_NAME = CYGWIN_98-4.10
>OS_RELEASE = 20.1 (0.3/1/1)
>OS_ARCH = i586

Chances are that your problem is due to the latest version of Cygnus. Try
patching src/config/abi_defs.mk to recognize an OS_NAME of CYGWIN_98 in
addition to all of the following cases:

# Defer CYGWIN32 to the normal WIN32 build process
ifeq ($(OS_NAME), CYGWIN32_NT)
OS_NAME = WIN32
endif
ifeq ($(OS_NAME), CYGWIN32_95)
OS_NAME = WIN32
endif
ifeq ($(OS_NAME), CYGWIN_NT)
OS_NAME = WIN32
endif
ifeq ($(OS_NAME), CYGWIN_95)
OS_NAME = WIN32
endif

In the mean time, we'll look into doing some more sed or shell script magic
on OS_NAME so that we don't have to keep munging this variable.

Paul



This archive was generated by hypermail 1.03b2.