bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUmake v4.4 port on Solaris with gcc 9.5.0


From: Paul Smith
Subject: Re: GNUmake v4.4 port on Solaris with gcc 9.5.0
Date: Sun, 08 Jan 2023 17:55:04 -0500
User-agent: Evolution 3.46.2 (by Flathub.org)

On Thu, 2022-11-03 at 06:57 +0100, Christian Jullien wrote:
> Here is the correct one for make v4.4 on Solaris 10 with gcc 9.5.0:
> 
> gcc -c -o libgnu_a-concat-filename.o concat-filename.c
> concat-filename.c: In function 'concatenated_filename':
> concat-filename.c:69:7: warning: implicit declaration of function
> 'stpcpy' [-Wimplicit-function-declaration]
>    69 |   p = stpcpy (p, filename);
>       |       ^~~~~~
> concat-filename.c:69:7: warning: incompatible implicit declaration of
> built-in function 'stpcpy'

I pushed a fix for this warning earlier today; it will be in the next
release.

Thanks for the report!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]