From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 08:16:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF45616A4BF for ; Fri, 5 Sep 2003 08:16:46 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877B643FE5 for ; Fri, 5 Sep 2003 08:16:45 -0700 (PDT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.16] (helo=lassie.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.20) id 19vIKJ-0004jI-PD for freebsd-questions@freebsd.org; Fri, 05 Sep 2003 17:16:43 +0200 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by lassie.runbox.com with asmtp (Exim 4.20) id 19vIJs-0002XK-Fv for freebsd-questions@freebsd.org; Fri, 05 Sep 2003 17:16:16 +0200 Message-ID: <009b01c373c1$6d06f240$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: Date: Fri, 5 Sep 2003 11:21:45 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: OpenGroupWare build failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 15:16:46 -0000 I am trying to build OpenGroupware from sources. Using: FreeBSD 4.7 GNU Make 3.79.1 gcc 2.95.4 Everything went fine until I've tried to build SKYRIX Core Libraires # gmake -s nosasl=yes debug=yes install .... NGActiveSocket.m: In function `-[NGActiveSocket _unixWriteBytes:count:]': NGActiveSocket.m:860: warning: implicit declaration of function `sleep' gmake[2]: *** [shared_debug_obj/ix86/freebsd/gnu-fd-nil/NGActiveSocket.o] Error 1 gmake[1]: *** [libNGStreams.all.library.variables] Error 2 gmake: *** [internal-all] Error 2 I tried to find what this error means but there is no explanation on GNU Make site. I assume that the problem is the linker. Anyone? Thanks...