From owner-freebsd-questions Tue Oct 27 14:16:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00681 for freebsd-questions-outgoing; Tue, 27 Oct 1998 14:16:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from symbion.srrc.usda.gov ([199.78.118.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00642 for ; Tue, 27 Oct 1998 14:16:00 -0800 (PST) (envelope-from glenn@nola.srrc.usda.gov) Received: from nola.srrc.usda.gov (localhost.srrc.usda.gov [127.0.0.1]) by symbion.srrc.usda.gov (8.9.1/8.9.1) with ESMTP id QAA15379 for ; Tue, 27 Oct 1998 16:15:11 -0600 (CST) (envelope-from glenn@nola.srrc.usda.gov) Message-Id: <199810272215.QAA15379@symbion.srrc.usda.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: questions@FreeBSD.ORG From: Glenn Johnson Subject: trouble compiling, fork_ and wait_ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Oct 1998 16:15:11 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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