[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Mingw-users] Make configuration for Win32.
From: |
John Cronin |
Subject: |
RE: [Mingw-users] Make configuration for Win32. |
Date: |
Mon, 9 Sep 2002 22:14:12 +0100 |
A few more queries. (Again with 3.80rc1)
When running automake (both versions 1.6.1 and 1.6.3), I get the following
Makefile.am:136: automatically discovered file `getloadavg.c' should not be
explicitly mentioned
culprit line:
loadavg_SOURCES = getloadavg.c
My automake experience isn't sufficient to make head-or-tail of this - from
what I know it should work.
Also in hash.h, I notice:
#define STRING_COMPARE(X, Y, RESULT) do { \
_RESULT_ = strcmp ((X), (Y)); \
} while (0)
and
#define STRING_N_COMPARE(X, Y, N, RESULT) do { \
_RESULT_ = strncmp ((X), (Y), (N)); \
} while (0)
and
#define ISTRING_COMPARE(X, Y, RESULT) do { \
_RESULT_ = stricmp ((X), (Y));
} while (0)
now when I try to compile, these give an undefined symbol on _RESULT_. Am I
right in thinking that these should be RESULT ?
As I said, I have got make-3.80rc1 to compile under the MinGW/MSYS
combination
with changes to the source which don't affect compilation on other platforms
(I have tested my Linux (Slackware-8.0 with modifications) and Cygwin). On
both of these, make check passes. However, on msys, all the tests fail. I
presume this is due to the test suite not supporting mingw/msys rather than
an
error in my changes, as my make.exe can successfully build things (itself
for
one).
If I were to supply a diff, with what options to diff, and based on which
sources (3.80rc1 or CVS?)
John.
-----Original Message-----
From: address@hidden [mailto:address@hidden Behalf Of
Paul D. Smith
Sent: 09 September 2002 16:46
To: John Cronin
Cc: address@hidden
Subject: RE: [Mingw-users] Make configuration for Win32.
%% "John Cronin" <address@hidden> writes:
jc> my change just adds memmove to AC_CHECK_FUNCS, which then defines
jc> HAVE_MEMMOVE, and thus bcopy.
Whoops! Not sure how memmove escaped from AC_CHECK_FUNCS; it should be
there. That's a bug. Thanks.
--
----------------------------------------------------------------------------
---
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad
Scientist
_______________________________________________
Make-w32 mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/make-w32
- 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., John Cronin, 2002/09/10
- Re: [Mingw-users] Make configuration for Win32., Earnie Boyd, 2002/09/10
- RE: [Mingw-users] Make configuration for Win32., John Cronin, 2002/09/10
- RE: [Mingw-users] Make configuration for Win32., John Cronin, 2002/09/10
- Re: [Mingw-users] Make configuration for Win32., Paul G., 2002/09/10
- 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