igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Cygwin -> Windows compilation?


From: Tamas Nepusz
Subject: Re: [igraph] Cygwin -> Windows compilation?
Date: Fri, 6 Mar 2009 09:32:33 +0000

As I understand it, gnu compiler tools under Cygwin are
recommended for building the igraph library and compiling
programs that call the library.  Must programs built this
way be used in the Cygwin environment?
Nope, the executables that Cygwin create are perfectly legitimate Windows executables - all they need is cygwin1.dll (and of course igraph's DLL if you use igraph). You can use Dependency Walker to check the DLL requirements of your executable. If you don't want to depend on cygwin1.dll (Cygwin's POSIX emulation layer), you can also try compiling igraph in MinGW + MSYS (a minimalistic GNU environment for Windows), or you can compile your program in Cygwin with -mno- cygwin.

See this URL for more details:

http://www.cygwin.com/faq/faq.programming.html#faq.programming.win32-no-cygwin


--
Tamas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]