Bug #33958 | A configure.in bug in 5.1.23 | ||
---|---|---|---|
Submitted: | 21 Jan 2008 13:25 | Modified: | 29 Jan 2008 20:57 |
Reporter: | SINISA MILIVOJEVIC | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Linux |
Assigned to: | Timothy Smith | CPU Architecture: | Any |
[21 Jan 2008 13:25]
SINISA MILIVOJEVIC
[23 Jan 2008 16:33]
Daniel Fischer
This check is part of libtool, and not of MySQL. It works in all our recent internal 5.1 builds. Please verify that the same version of libtool was used.
[28 Jan 2008 21:18]
Venu Anuganti
I tried with 1.5.24 and the same results; means it does not eliminate the warnings. Here is the libtool version: ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
[29 Jan 2008 20:57]
Timothy Smith
Venu, Hi! I'm unable to repeat this, still. I tried on a FreeBSD 6.0 amd64 host: FreeBSD bsd60-64 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Nov 2 19:07:38 UTC 2005 root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 Using libtool 1.5.18 (from ports): mysqldev@bsd60-64$ libtool --version ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.245 2005/05/16 08:55:27) I ran a simple './configure' (I'm not sure exactly how you're calling configure, this may be a crucial detail in sorting out what's happening): mysqldev@bsd60-64$ ./configure checking build system type... x86_64-unknown-freebsd6.0 checking host system type... x86_64-unknown-freebsd6.0 checking target system type... x86_64-unknown-freebsd6.0 ... checking "C Compiler version"... "gcc gcc (GCC) 3.4.4 [FreeBSD] 20050518" checking "C++ compiler version"... "g++ g++ (GCC) 3.4.4 [FreeBSD] 20050518" ... checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes Inside config.log, I see: configure:8221: checking for gcc option to produce PIC configure:8431: result: -fPIC configure:8439: checking if gcc PIC flag -fPIC works configure:8457: gcc -c -fPIC -DPIC conftest.c >&5 configure:8461: $? = 0 configure:8474: result: yes I'll follow up via your Support contract to ask for specific details which hopefully will narrow down the problem. Regards, Timothy