This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with system()


Chris Faylor wrote:
> This is the standard extension search:
> 
> suffix_info std_suffixes[] =
> {
>   suffix_info (".exe", 1), suffix_info ("", 1),
>   suffix_info (".com"), suffix_info (".cmd"),
>   suffix_info (".bat"), suffix_info (".dll"),
>   suffix_info (NULL)
> };
> 
> So, .com should be supported.  It is when I try it, anyway.

Ooops, sorry I was confused by the stat_suffixes struct: 

suffix_info stat_suffixes[] =
{
  suffix_info ("", 1),
  suffix_info (".exe", 1),
  suffix_info (NULL)
};

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]