bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/4] New getprogname module


From: Gisle Vanem
Subject: Re: [PATCH v2 0/4] New getprogname module
Date: Tue, 6 Sep 2016 21:38:13 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Jim Meyering wrote:

> From the output of that mingw configure run, it appears they are not
> declared -- at least not in any header included by this particular
> test program:
> 
>   checking whether program_invocation_name is declared... no
>   checking whether program_invocation_short_name is declared... no

There are other options; both MinGW and MSVC have:
  extern char** __argv;

in their <stdlib.h>.

-- 
--gv



reply via email to

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