Date: Wed, 9 Feb 2005 11:30:37 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: questions@freebsd.org Subject: Libtool15 missing --tag Message-ID: <200502090430.j194UbuD044020@banyan.cs.ait.ac.th>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502090430.j194UbuD044020>