From owner-freebsd-ports@FreeBSD.ORG Mon Mar 21 19:17:30 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35D0106566B for ; Mon, 21 Mar 2011 19:17:30 +0000 (UTC) (envelope-from dalescott@shaw.ca) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 858BF8FC12 for ; Mon, 21 Mar 2011 19:17:30 +0000 (UTC) Date: 21 Mar 2011 13:17:29 -0600 Received: from pd7mr2no-ssvc.prod.shaw.ca ([10.0.153.129]) by pd5mo1no-svcs.prod.shaw.ca with ESMTP; 21 Mar 2011 13:17:29 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=w09gmNw5jg2iFwdySb7hfFkoJxuBfJb3aZ8+GU0s9O4= c=1 sm=1 a=egXCEU9APgEA:10 a=BLceEmwcHowA:10 a=H+8fCKvWwG0/cSRdyelp5Q==:17 a=eeG6lu6mbqrKFVUf3h8A:9 a=BLfjx0N1E-rSVkBB1fgA:7 a=1ExMdebf7wuwuRPBcdvoGivsv6kA:4 a=QEXdDO2ut3YA:10 a=Nfcz2dyMwPvxaEvNAkcA:9 a=glU0DDibxPIcIYBl2YkA:7 a=Vdo2RJiX0vbOXvNb_byNQ4X4gpAA:4 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO pd7mw10no.prod.shaw.ca) ([10.0.153.22]) by pd7mr2no-svcs.prod.shaw.ca with ESMTP; 21 Mar 2011 13:17:29 -0600 Received: from [199.185.250.200] by pd7mw10no.prod.shaw.ca with HTTPS; Mon Mar 21 13:17:29 MDT 2011 From: Dale Scott To: arrowdodger <6yearold@gmail.com> Message-ID: <1884900621.34333.1300735049351.JavaMail.glassfish@pd7mw10no.prod.shaw.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_34332_1691190038.1300735049351" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: RE: Re: [mdb-dev] databases/mbdtools + unixODBC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2011 19:17:30 -0000 ------=_Part_34332_1691190038.1300735049351 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > GNU make is `gmake` on FreeBSD. Try to use this command instead `make`. Thanks. autogen, configure and gmake all run without errors (although I had to install txt2man). If you don't mind a couple more questions to make sure I'm on the right track. 1. INSTALL says acinclude.m4 must be deleted when using libtool 1.3.4+. I have libtool 2.2.6b, did not delete acinclude.m4, and did not get an error. Is this correct? 2. configure reports that option "--enable-sql" is unrecognised. Is this correct? INSTALL says the SQL engine is used by ODBC, but .../src/odbc/.libs/libmdbodbc.so.0 is compiled (and linked to from libmdbodbc.so). Is this correct? Does this mean that an SQL engine executable is no longer possible? (should I care?) 3. do I need to (or should I) copy the utility programs and odbc driver manager to their typical (as I understand them to be) locaitions in the FreeBSD tree? (e.g., /usr/local/bin, /usr/local/lib). Thanks for your help, Dale ------=_Part_34332_1691190038.1300735049351--