| Bug #82852 | WIN: Can't compile w/libmysqlclient 6.1.6: undefined reference to mysql_options4 | ||
|---|---|---|---|
| Submitted: | 3 Sep 2016 19:29 | Modified: | 4 Sep 2016 9:19 |
| Reporter: | Michiel Beijen (OCA) | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | Connector / C | Severity: | S3 (Non-critical) |
| Version: | 6.1.6 | OS: | Windows |
| Assigned to: | CPU Architecture: | Any | |
[3 Sep 2016 19:29]
Michiel Beijen
[3 Sep 2016 23:07]
MySQL Verification Team
Thank you for the bug report.
<CUT>
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"DBD::mysql\", 'DLBASE' => 'mysql', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ mysql.def -o blib\arch\auto\DBD\mysql\mysql.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" dbdimp.o
mysql.o "C:\STRAWB~1\perl\lib\CORE\libperl524.a" "C:\STRAWB~1\c\lib\libmysql.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libmoldname.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libkernel32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libuser32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libgdi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libwinspool.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libcomdlg32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libadvapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libshell32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libole32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\liboleaut32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libnetapi32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libuuid.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libws2_32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libmpr.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libwinmm.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libversion.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libodbc32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libodbccp32.a" "C:\STRAWB~1\c\x86_64-w64-mingw32\lib\libcomctl32.a" -Wl,--enable-auto-image-base
dbdimp.o: In function `mysql_dr_connect':
c:\DBD-mysql/dbdimp.c:1779: undefined reference to `mysql_options4'
collect2.exe: error: ld returned 1 exit status
dmake: Error code 129, while making 'blib\arch\auto\DBD\mysql\mysql.xs.dll'
[4 Sep 2016 9:19]
Michiel Beijen
Hi Miguel, also note it seems similar to http://bugs.mysql.com/bug.php?id=69204 which should have been solved in 6.1.1; so it seems like it's a regression. I wanted to compile from source with MinGW, to see if that would get around the issue, but that's not so easy, see my results in: http://forums.mysql.com/read.php?117,650075,650075#msg-650075
[4 Sep 2016 9:19]
Michiel Beijen
Hi Miguel, also note it seems similar to http://bugs.mysql.com/bug.php?id=69204 which should have been solved in 6.1.1; so it seems like it's a regression. I wanted to compile from source with MinGW, to see if that would get around the issue, but that's not so easy, see my results in: http://forums.mysql.com/read.php?117,650075,650075#msg-650075
