Date: Tue, 27 Oct 1998 16:15:11 -0600 From: Glenn Johnson <gjohnson@nola.srrc.usda.gov> To: questions@FreeBSD.ORG Subject: trouble compiling, fork_ and wait_ Message-ID: <199810272215.QAA15379@symbion.srrc.usda.gov>
next in thread | raw e-mail | index | archive | help
Can somebody help with this? I am trying to port some software to FreeBSD and I am getting the following error: util.a(mdfork.o): In function `mdfork_': mdfork.o(.text+0x4): undefined reference to `fork_' util.a(mdjoin.o): In function `mdjoin_': mdjoin.o(.text+0x28): undefined reference to `wait_' collect2: ld returned 1 exit status The code is actually calling fork() and wait(). Does anyone have a clue as to how to reconcile this? Thanks in advance. -- Glenn Johnson Technician USDA, ARS, SRRC New Orleans, LA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810272215.QAA15379>