GNUmake v4.4 port on Solaris with gcc 9.5.0

2022-11-02 Thread Christian Jullien
Hi again, If you care, here are few warnings I've got compiling v4.4 on Solaris 10 using gcc 9.5.0 which is the latest gcc version supported by Solaris 10. [jullien@pastre]less-608$ ./configure; make checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler def

RE: GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Christian Jullien
I subscribe both lists and tried to build make 3.3.91 two weeks ago but it failed because some configuration files were missing. F:\wintcc\make-7c71df5695720dcf5947a7eba1682452ee497288>build_w32.bat tcc Creating GNU Make for Windows 9X/NT/2K/XP/Vista/7/8/10 - Building with TinyC - Enabling main

Re: GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Paul Smith
On Wed, 2022-11-02 at 16:40 +0100, Christian Jullien wrote: > It appears that tcc on Windows lacks strtoll and strtoull (something > that > needs to be fixed on tcc side of course). > Meanwhile, it can easily be patched in build_w32.bat by adding > -Dstrtoull=_strtoui64 -Dstrtoll=_strtoi64 at line

GNUmake v4.4 port on Windows with tcc

2022-11-02 Thread Christian Jullien
Hi team, Many thanks for your efforts for make 4.4. Trying to compile this versions with tcc on Windows "nearly" works out the box. It appears that tcc on Windows lacks strtoll and strtoull (something that needs to be fixed on tcc side of course). Meanwhile, it can easily be patched in build_w32.b