Build script error (libiconv + custom prefix)

Csaba Raduly rcsaba@gmail.com
Wed Aug 29 15:04:00 GMT 2012


On Wed, Aug 29, 2012 at 1:23 AM, Tasos Laskos  wrote:
> One question though. how do you run a Linux command from Windows?
> I tried C:\cygwin\bin\bash.exe -c "ls -la" but it doesn't work in Cygwin.
>

You could just run

C:\cygwin\bin\ls -la

or, if C:\cygwin\bin is in the PATH, simply run

ls -la

-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

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



More information about the Cygwin mailing list