At 01:20 AM 7/1/2004, you wrote: >Hi, > >I have asked more question about share memory and semahpore , now I have further >difficult quesions > >1) is there a way to compile VC++ generated libraray in cygwin gcc?
Generally yes. It's a porting effort. > 2) all posix IPC functions require cygserver? IPC is accomplished with Cygwin through cygserver, yes. >3) how to run cygwin gcc compiled apache2 (containing IPC functions) in a windows >machine without cygwin installed? That would require compiling with the -mno-cygwin switch. That removes dependence on the Cygwin DLL. But then you loose the Cygwin POSIX environment/support. >4) is there a way to install cygserver indepentally of cygwin independally ? No. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/