Using -mno-cygwin flag
Reini Urban
rurban@x-ray.at
Fri May 6 09:36:00 GMT 2005
Sam Steingold schrieb:
>>* Brian Dessent <oevna@qrffrag.arg> [2005-05-04 03:00:37 -0700]:
>>-mno-cygwin does not just "make things that doesn't depend on the
>>cygwin DLL", it removes Cygwin from the equation entirely.
>
> this is very unfortunate, actually.
> things like berkeley-db, postgresql, pcre &c all have a native win32
> port, and it it a pity that -mno-cygwin does not use them.
You have to talk to them how they reached their goal.
PostgresQL for example had to reinvent a fair certain percentage of IPC
and filesystem stuff from cygwin only for their native Win32 port.
To support POSIX unlink(), symlink(), and IPC without cygwin caused
major troubles.
select() and threads may have advantages in the win32 world, but then
you have to re-invent the wheel.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
http://phpwiki.org/
--
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/
More information about the Cygwin
mailing list