Using fork() and pthread() OR how to link against cygwin?

2014-07-11 Thread Ismael Farfán
Hello list I've been searching allover the internet for fork gcc cygwin linker and stuff like that without much look :( In my test I use pthreads, fork, waitpid, random and other POSIX stuff, so the linker returns LNK2019 unresolved external symbol... What do I have to pass the compiler to get

Re: Using fork() and pthread() OR how to link against cygwin?

2014-07-11 Thread Christopher Faylor
On Fri, Jul 11, 2014 at 10:27:00AM -0500, Ismael Farfán wrote: Hello list I've been searching allover the internet for fork gcc cygwin linker and stuff like that without much look :( In my test I use pthreads, fork, waitpid, random and other POSIX stuff, so the linker returns LNK2019 unresolved