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: Thu, 03 Nov 2022 08:24:30 -0400
User-agent: Evolution 3.46.1 (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 -DHAVE_CONFIG_H -I. -I../src   -I/usr/local/include  -Wno-cast-
> qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -
> Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -
> Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-
> limits -Wno-unsuffixed-float-constants -g -O2 -MT libgnu_a-concat-
> filename.o -MD -MP -MF .deps/libgnu_a-concat-filename.Tpo -c -o
> libgnu_a-concat-filename.o `test -f 'concat-filename.c' || echo
> './'`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'

Hi thanks for the info!

I'll take a look at it.



reply via email to

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