RSS/Atom feed Twitter
Site is read-only, email is disabled

compiling gtk programs on cygwin

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

compiling gtk programs on cygwin Hari 23 Dec 20:18
  compiling gtk programs on cygwin Nathan Summers 23 Dec 20:49
Hari
2005-12-23 20:18:22 UTC (over 18 years ago)

compiling gtk programs on cygwin

Hi,

I am trying to compile GTK applications on cygwin to produce

a windows exxecutable. However, I am unable to free the executable produced from some sygwin dlls which doesn't allow me to open this on windows..

plz help

-Hari

Nathan Summers
2005-12-23 20:49:33 UTC (over 18 years ago)

compiling gtk programs on cygwin

On 12/23/05, Hari wrote:

Hi,

I am trying to compile GTK applications on cygwin to produce

a windows exxecutable. However, I am unable to free the executable produced from some sygwin dlls which doesn't allow me to open this on windows..

You need to use mingw in order to produce executables that don't require cygwin. If you have the mingw package for cygwin, you can compile/link with mingw by passing CC the -mno-cygwin flag. There is also a mingw development environment called MSYS that is very popular.

Rockwalrus