From owner-freebsd-questions Thu Sep 30 0:20:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spabalda.polito.it (spabalda.polito.it [130.192.5.189]) by hub.freebsd.org (Postfix) with SMTP id A7B9D15B04 for ; Thu, 30 Sep 1999 00:20:41 -0700 (PDT) (envelope-from risso@polito.it) Received: from truciolo.polito.it by spabalda.polito.it via SMTP (951211.SGI.8.6.12.PATCH1502/951211.SGI.AUTO) for id IAA09325; Thu, 30 Sep 1999 08:16:38 +0200 From: "Fulvio Risso" To: Subject: Compiling OTCL Date: Thu, 30 Sep 1999 09:18:51 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone. I'm compiling the otcl from the /usr/port/lang/otcl directory, in = FreeBSD 3.3. The command that I'm using is make PREFIX=3D/usr/common install The problem is that the configure script gives me an error when looking = for Xbsd libraries: > configure:1241: checking for main in -lXbsd > configure:1256: cc -o conftest -O -pipe conftest.c -lXbsd 1>&5 > /usr/libexec/elf/ld: cannot open -lXbsd: No such file or directory > configure: failed program was: > #line 1249 "configure" > #include "confdefs.h" > int main() { > main() > ; return 0; } According to other suggestions, I've tried to compile adding the command = --disable-static when launching the configure file, but without any results. Where am I wrong? Thanks. fulvio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message