How can I know if a Windows execution is under cygwin??

Eric Blake ebb9@byu.net
Wed Aug 16 13:00:00 GMT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Pablo Chico de ? Huerta on 8/15/2006 4:32 PM:
>   Hi,
> 
>    My work group has developed a Prolog Language to Unix. Now, we are
>    going to adapt it to work under windows, but when a .exe is
>    executed, we need know is the execution is under CygWin or no. We
>    used CYGWIN variable, but we think that it does not exist any
>    longer under CygWin.

The CYGWIN variable still exists and is used, if you explicitly set it,
but has never been an indicator of whether a particular .exe was linked
with cygwin or not.

> How can we know if a Windows execution is
>    under CygWin now??

I assume this is your app determining if some other .exe is linked against
cygwin (since you should already know whether your app is a cygwin app).
One way would be using cygcheck to see if the .exe depends on cygwin1.dll.

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE4xXv84KuGfSFAYARAkejAKCT73pTFssQBF0YgRVn3Hqa38wKlACfVat3
V6Dv/O4ef7aX8hHQYNEsDZc=
=M5oB
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list