Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.37, 10.0.10
-
None
Description
With either 5.5.37 or 10.0.10 installed, I get the following trying to build Connector/ODBC 5.2.5 from Oracle.
This used to build previously but I haven't noticed when it stopped.
Linking C executable ../bin/myodbc-installer
|
../lib/libmyodbc3u.a(stringutil.c.o): In function `my_os_charset_to_mysql_charset':
|
stringutil.c:(.text+0xdb0): undefined reference to `my_charset_latin1'
|
collect2: error: ld returned 1 exit status
|
installer/CMakeFiles/myodbc-installer.dir/build.make:90: recipe for target 'bin/myodbc-installer' failed
|
make[2]: *** [bin/myodbc-installer] Error 1
|
CMakeFiles/Makefile2:228: recipe for target 'installer/CMakeFiles/myodbc-installer.dir/all' failed
|
make[1]: *** [installer/CMakeFiles/myodbc-installer.dir/all] Error 2
|
make[1]: *** Waiting for unfinished jobs....
|