From owner-freebsd-ports@FreeBSD.ORG Tue Apr 12 02:07:13 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71E016A4CE for ; Tue, 12 Apr 2005 02:07:13 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE86C43D39 for ; Tue, 12 Apr 2005 02:07:10 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1402856rng for ; Mon, 11 Apr 2005 19:07:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=W8NGIQFKCp27CE9L4QTysu+4RuyycmBHRSzitLBseamZWgB6OmpW52m54UY6eAJ8Ow8QVZNtA9ezJok4f1U1Nv/SpD9PKxwsQRvF6BvQuGtrSjpCnRZaoY4FTVwcXXsTjmpHLgLjPcvqnOX61AthVWvbynfmheQC+tnVZn8sKZw= Received: by 10.38.161.53 with SMTP id j53mr79358rne; Mon, 11 Apr 2005 19:07:09 -0700 (PDT) Received: from ?192.168.1.10? ([4.27.46.32]) by mx.gmail.com with ESMTP id 79sm671998rnc.2005.04.11.19.07.08; Mon, 11 Apr 2005 19:07:09 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-ports@freebsd.org Date: Mon, 11 Apr 2005 19:07:03 -0700 User-Agent: KMail/1.8 References: <200504112103.20509.freebsd@danielquinn.org> In-Reply-To: <200504112103.20509.freebsd@danielquinn.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504111907.04211.ringworm01@gmail.com> Subject: Re: asterisk doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 02:07:13 -0000 On Monday 11 April 2005 06:03 pm, daniel wrote: > ...and since i don't understand the output of c code, i don't know why. > can someone here help? > > cc -shared -Xlinker -x -o res_agi.so res_agi.o > cc -O -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE > -march=i386 -I/usr/local/include -DZAPTEL_OPTIMIZATIONS > -DASTERISK_VERSION=\"1.0.6-BRIstuffed-0.2.0-RC7j\" > -DINSTALL_PREFIX=\"/usr/local\" -DASTETCDIR=\"/usr/local/etc/asterisk\" > -DASTLIBDIR=\"/usr/local/lib/asterisk\" > -DASTVARLIBDIR=\"/usr/local/share/asterisk\" -DASTVARRUNDIR=\"/var/run\" > -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" > -DASTCONFPATH=\"/usr/local/etc/asterisk/asterisk.conf\" > -DASTMODDIR=\"/usr/local/lib/asterisk/modules\" > -DASTAGIDIR=\"/usr/local/share/asterisk/agi-bin\" -DBUSYDETECT_MARTIN > -I/usr/local/include -DZAPATA_MOH -DOPENSSL_NO_KRB5 -fPIC -c -o > res_odbc.o res_odbc.c > cc -shared -Xlinker -x -o res_odbc.so res_odbc.o -lodbc > /usr/bin/ld: cannot find -lodbc This means it cannot find libodbc. Have you asked the maintainer of net/asterisk (sobomax@FreeBSD.org) for assistance yet?. -Mike > gmake[1]: *** [res_odbc.so] Error 1 > gmake[1]: Leaving directory > `/usr/ports/net/asterisk/work/asterisk-1.0.6/res' gmake: *** [subdirs] > Error 1 > *** Error code 2 > > Stop in /usr/ports/net/asterisk.