bug#64887: grep build for windows `grep.exe` not working.

2023-07-26 Thread Sajjad Ali
successfully build grep for windows on MSYS2. no errors. but it shows nothing for "grep.exe -h"​, "grep --version"​ or any other supplied argument. here is what i tried PS D:\CodePlayground\grep\src> ls Directory: D:\CodePlayground\grep\src -a 7/27/2023 5:25 AM

bug#64879: Error: obstack.c: In function '_obstack_allocated_p':

2023-07-26 Thread Paul Eggert
On 2023-07-26 11:15, Sajjad Ali wrote: no error while ./bootstrap​ and ./configure​. when running make​ after a while it throws error: Try './configure --disable-gcc-warnings', since you're getting false alarms. PS. ./bootstrap requires some expertise. If you use it you need to know the

bug#64879: Error: obstack.c: In function '_obstack_allocated_p':

2023-07-26 Thread Sajjad Ali
I am trying to build grep for windows on MSYS2. here are the packages which i had installed (development and end user packages) : ``` $ pacman -Q 'libiconv' 'libintl' 'libpcre' 'sh' 'texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools' 'gcc' 'automake' 'gettext' 'git' 'gperf'