Re: mingw headers and libraries missing

2009-07-29 Thread Georg Troska
rking Georg Am 29.07.2009 um 10:53 schrieb Georg Troska: Wow, sounds I have all the experts sitting together in this list. Maybe you can help me once more: First a brief plan: I'm working for the ATLAS-Collaborationand we need for detectordevelopment a programinterface. We have one

Re: mingw headers and libraries missing

2009-07-29 Thread Georg Troska
Wow, sounds I have all the experts sitting together in this list. Maybe you can help me once more: First a brief plan: I'm working for the ATLAS-Collaborationand we need for detectordevelopment a programinterface. We have one really big and really old programm written in LabWindows C Cod

Re: mingw headers and libraries missing

2009-07-28 Thread Georg Troska
Hi Dave, the dependency was a bug of my own. I tried linked against pthread... now the my dll does not depend on cygwin1.dll anymore Thanks a lot for your help Georg Am 28.07.2009 um 12:56 schrieb Georg Troska: Hi, this information was very usefull to me. Thank you very much. My plan is to

Re: mingw headers and libraries missing

2009-07-28 Thread Georg Troska
that the w32api-winsock library depends on this as well? I do not understand where this dependency comes from Thank you very much Am 28.07.2009 um 12:11 schrieb Dave Korn: Georg Troska wrote: hi, thank you very much for this information Where o I find windsock.h and its library? Do I need a SDK

Re: mingw headers and libraries missing

2009-07-28 Thread Georg Troska
hi, thank you very much for this information Where o I find windsock.h and its library? Do I need a SDK (e.g. Visual C++) for this? georg Am 27.07.2009 um 21:29 schrieb Andy Koppe: 2009/7/27 Georg Troska: I want to compile some code with -mno-cygwin. Unfortunately some mingw-libs are

mingw headers and libraries missing

2009-07-27 Thread Georg Troska
Hi, I want to compile some code with -mno-cygwin. Unfortunately some mingw-libs are missing (sys/select.h, sys/cdefs.h). also the corresponding libraries How can I get them? Thanks Georg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/