[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make'ing make-3.18beta4 under mingw/msys -"undefined reference to `s
From: |
Eli Zaretskii |
Subject: |
Re: make'ing make-3.18beta4 under mingw/msys -"undefined reference to `sleep'" |
Date: |
Mon, 02 Jan 2006 07:03:05 +0200 |
> From: "Markus Mauhart" <address@hidden>
> Date: Sun, 1 Jan 2006 22:26:19 +0100
> Cc: address@hidden
>
> and only 3) I'm wondering whether loadavg.exe should be a make-target during
> "make [all]" or not.
> -> see the appended files for more details:
Ah, I see now: "make all" runs "make all-am", which tries to build
PROGRAMS, and PROGRAMS includes loadavg.exe (which IMHO it shouldn't
on Windows, but Makefile.in doesn't know about it).