Re: Problems with fork()

2003-08-14 Thread Igor Pechtchanski
On Thu, 7 Aug 2003, wanderso wrote: > Hate to ask a stupid question, but I cannot get fork() to work in a c++ > program. I keep getting a link error saying - "undefined reference to > fork()". Same problem goes for other low-level C calls like 'unlink', > 'open', etc... > > The test stub I'm usi

Problems with fork()

2003-08-14 Thread wanderso
Hate to ask a stupid question, but I cannot get fork() to work in a c++ program. I keep getting a link error saying - "undefined reference to fork()". Same problem goes for other low-level C calls like 'unlink', 'open', etc... The test stub I'm using is this: #include #inclu

Re: Problems with fork()

2003-08-14 Thread Christopher Faylor
On Thu, Aug 07, 2003 at 10:10:07PM -0400, Igor Pechtchanski wrote: >On Thu, 7 Aug 2003, wanderso wrote: >>Hate to ask a stupid question, but I cannot get fork() to work in a c++ >>program. I keep getting a link error saying - "undefined reference to >>fork()". Same problem goes for other low-leve