From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 04:30:40 2005 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 0CC8A16A4CE for ; Wed, 9 Feb 2005 04:30:40 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA92243D2D for ; Wed, 9 Feb 2005 04:30:38 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j194Ub0U040221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Feb 2005 11:30:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j194UbuD044020; Wed, 9 Feb 2005 11:30:37 +0700 (ICT) Date: Wed, 9 Feb 2005 11:30:37 +0700 (ICT) Message-Id: <200502090430.j194UbuD044020@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Libtool15 missing --tag 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: Wed, 09 Feb 2005 04:30:40 -0000 Hi, I am trying to compile mysql40-client on FreeBSD 5.3 p4 It hangs with the error message: Making all in libmysql_r if /usr/local/bin/libtool15 --preserve-dup-deps --mode=compile gcc -DDEFAULT_CHARSET_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DDONT_USE_RAID -DMYSQL_CLIENT -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. -DDBUG_OFF -O -pipe -MT password.lo -MD -MP -MF ".deps/password.Tpo" -c -o password.lo password.c; then mv -f ".deps/password.Tpo" ".deps/password.Plo"; else rm -f ".deps/password.Tpo"; exit 1; fi libtool15: compile: unable to infer tagged configuration libtool15: compile: specify a tag with `--tag' *** Error code 1 If I do the gcc manually, itis OK, so it looks really like it is caused by libtool. Any clue? uname -a FreeBSD xxx.net 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #2: Tue Jan 11 07:28:49 CET 2005 root@xxx.net:/usr/obj/usr/src/sys/OMC amd64 TIA Olivier