This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rxvt win32 port updated


On Thu, 8 Apr 1999, Charles Wilson wrote:

>     (1) recompile rxvt according to the instructions, but during the re-link step,
> use -Wl,-subsystem,windows in addition to -lgdi32 -luser32
          ^^^
      -Wl,--subsystem,windows

>         I've tried this, it works as well as the distributed binary -- but see my
> next message to the list on the problems I'm having with it.

Using -mwindows instead might be less error-prone; -mwindows translates to:
  
  -Wl,--subsystem,windows -luser32 -lgdi32 -lcomdlg32

Regards,
Mumit



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