Andy Koppe wrote:
> Apologies for having failed to google an answer, but is there an easy
> way in Cygwin to find out which Windows subsystem an executable
> targets?
> 
> More specfically, is rxvt a 'console' or a 'windows' program?
> 
objdump -p <FILE> | grep Subsystem

For rxvt, that is:

Subsystem               00000003        (Windows CUI)

e.g. console. I played around with making it a -windows app, but that
caused a few problems.

--
Chuck


--
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/

Reply via email to