Re: a bug in make 4.0 for Microsoft Visual Studio

2013-11-11 Thread Eli Zaretskii
> 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.

Re: a bug of GNU Make 3.82 ?

2011-02-19 Thread Paul Smith
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

Re: a bug

2005-10-11 Thread Paul D. Smith
%% [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

Re: A bug in gmake?

2004-03-14 Thread Paul D. Smith
%% "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

Re: a bug in file "NMakefile"

2003-10-08 Thread Paul D. Smith
%% "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 <

Re: A bug with libpanel_status.so.0

2002-12-29 Thread 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