[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mingw-users] Make configuration for Win32.
From: |
Earnie Boyd |
Subject: |
Re: [Mingw-users] Make configuration for Win32. |
Date: |
Tue, 10 Sep 2002 07:37:45 -0400 |
John Cronin wrote:
>
> To make things clear about bcopy:
>
> make.h checks for whether HAVE_MEMMOVE is defined and whether the
> symbol bcopy is NOT defined (ie a simple symbol that the cpp would pick
> up, not an autoconf generated one). If both of these are true, it
> defines bcopy to memmove. The problem with this was, as mentioned in
> a response to my query by pds (solely on the make-w32 list for those
> not subscribed) that memmove had slipped out of the AC_CHECK_FUNCS
> line in configure.in for 3.80rc1. I am assured it has been put back.
>
So the CVS version should handle this successfully. I'm glad to hear
that.
> About WINDOWS32:
>
I'm dropping the __WINDOWS32__ idea. It was just a thought about what
MinGW team could do to help with the RMS desire. BTW, thank you Paul,
for the explanation of the win terminology.
> In my attempts to make make compile OOB for all current platforms and
> Mingw32/MSYS, I rely on
>
> if test "$build_os" == "mingw32"; then
>
> (please point out if I should use target_os instead - but this isn't
> checked for)
>
> to AC_DEFINE(WINDOWS32, 1, [Define if ...])
> and AM_CONDITIONAL(MINGW, true)
>
> else
>
> AM_CONDITIONAL(MINGW, false)
>
> fi
>
> which then has the makefile add in the w32 subdirectory to the build.
>
> This seems a simple fix, and I see no need to complicate matters with
> another macro instead of WINDOWS32.
>
It seems that John has "stepped up to the plate" to get the w32 portions
autoconfisticated properly. Can you carry forward with this John?
Earnie.
- Re: [Mingw-users] Make configuration for Win32., Earnie Boyd, 2002/09/08
- Re: [Mingw-users] Make configuration for Win32., Soren A, 2002/09/25
- RE: [Mingw-users] Make configuration for Win32., Paul D. Smith, 2002/09/10
- Re: Make configuration for Win32., Soren A, 2002/09/25
- Re: [Mingw-users] Make configuration for Win32., Paul D. Smith, 2002/09/25
- Re: [Mingw-users] Make configuration for Win32., Soren A, 2002/09/25