-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Paramesh Gunasekaran wrote: > No. I'm not having Mono in PATH and PKG_CONFIG_PATH > > I've used bash.bashrc file at C:\Cygwin\etc to set these. But they > are not reflecting. Do I need to specify somewhere? > I don't know for sure about cygwin, but on Linux in order to get those variable set in your current shell you have to use the "source" or "." commands. Just executing the shell like: c:\cygwin\etc\bash.bashrc won't set the variables in your current shell. You have to do it like: . c:\cygwin\etc\bash.bashrc or source c:\cygwin\etc\bash.bashrc You may already know this, but I thought I'd make it explicit just in case you weren't already familiar with Linux and the command line. It's also possible that the shell running under cygwin operates differently and the problem lies elsewhere - just thought I'd give you something to look at "just in case." - -- Ken Weinert http://quarter-flash.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIDfmGH0OpnUzq8fARAhfBAJ9WaK9poWy5dxlZF95RgF5YtLZwsgCfX1DU eZaUVW0a8CWY9aVXvLiREPM= =x5Vc -----END PGP SIGNATURE----- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
