From owner-freebsd-questions@FreeBSD.ORG Thu Jul 20 07:44:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3921A16A4DA for ; Thu, 20 Jul 2006 07:44:31 +0000 (UTC) (envelope-from ABabiy@shaw.ca) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3CA43D45 for ; Thu, 20 Jul 2006 07:44:30 +0000 (GMT) (envelope-from ABabiy@shaw.ca) Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [10.0.141.181]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J2O00EUHYU6JC70@l-daemon> for freebsd-questions@freebsd.org; Thu, 20 Jul 2006 01:44:30 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J2O00EWOYU61250@pd5mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Thu, 20 Jul 2006 01:44:30 -0600 (MDT) Received: from s01060013d45e14da.vs.shawcable.net ([70.71.3.158]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J2O00KYTYU6JV50@l-daemon> for freebsd-questions@freebsd.org; Thu, 20 Jul 2006 01:44:30 -0600 (MDT) Date: Thu, 20 Jul 2006 00:52:16 -0700 From: Andriy Babiy To: freebsd-questions@freebsd.org Message-id: <200607200052.16345.ABabiy@shaw.ca> Organization: home MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.1 Subject: k3b installation problem - make fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 07:44:31 -0000 Hi all, I installed all the libraries mentioned on k3b.org, including mandatory and optional (actually, excluding two of the optional libraries - libmusicbrainz and hal). I used the latest versions of all the libraries, and k3b as well. FreeBSD version 6.1. "./configure" runs without error messages. But when I run "make", it fails with the error message as follows: make all-recursive Making all in doc Making all in libk3bdevice /usr/local/bin/bash ../libtool --silent --mode=link --tag=CXX g++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fpermissive -o libk3bdevice.la -rpath /usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -version-info 2:1:0 -no-undefined k3bdevice.lo k3bdevice_mmc.lo k3bscsicommand.lo k3btrack.lo k3btoc.lo k3bdevicemanager.lo k3bmsf.lo k3bdiskinfo.lo k3bdeviceglobals.lo k3bcrc.lo k3bcdtext.lo -lkio -lcam -lm -L/usr/local/lib -L/usr/X11R6/lib libtool: link: cannot find the library `' *** Error code 1 Stop in... The name of the library, which cannot be found, appears empty in the message. Maybe, I should try some configuration options? If someone here faced a similar problem and solved it, or just know how to approach the problem, their advice would be highly appreciated. I can provide all the results shown on the screen during "configure" and "make", if it is useful for targeting the problem. Many thanks to all in advance. Andriy