> From: "Akira Kakuto"
> Date: Mon, 11 Nov 2013 22:20:51 +0900
>
> I found a typo in output.c in make 4.0.
> Please see an attached make40-msvc.diff.
Thanks, this was already spotted and fixed in the repository.
___
Bug-make mailing list
Bug-make@gnu.
On Sat, 2011-02-19 at 22:30 +0800, ygsoft_plus wrote:
> When I compile a source code with it, there is often this error :
>
> "Makefile:431: *** mixed implicit and normal rules. Stop. "
>
> It means the following two lines of the code have error :
>
> config %config: scripts_basic outputmak
%% [EMAIL PROTECTED] writes:
sz> when I make a file ,there is an error as the following :
sz> make: *** [hm] Error 14
This means that make invoked a program "hm", and that program exited
with an error code of 14.
As with all UNIX applications, make assumes that a program that exits
with an
%% "Story, Peter" <[EMAIL PROTECTED]> writes:
sp> I *believe* this shows a bug in gmake in the maintenance of archives.
sp> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
sp> libsicom.a: libsicom.a(parser.o)
sp> $(CC) -c $(CFLAGS)$(?:.o=.c)
sp> a
%% "Tian Yu" <[EMAIL PROTECTED]> writes:
ty> Perhaps it has been reported that "hash.c" should be refered
ty> in "NMakefile".
Yes; this has been fixed in the source. Thanks for the report!
--
---
Paul D. Smith <
%% c <[EMAIL PROTECTED]> writes:
c> Hi there,
c> When I compile my program, I get this message:
c> firestarter: error while loading shared
c> libraries: libpanel_status.so.0: cannot open shared object file: No such
c> file or directory
c> How can I solve this problem knowing that I do