Bug #19108 | embeded build fails | ||
---|---|---|---|
Submitted: | 14 Apr 2006 20:58 | Modified: | 2 May 2006 8:53 |
Reporter: | Rasa Karapandza | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.20 | OS: | MacOS (Mac OSX 10.4.6) |
Assigned to: | CPU Architecture: | Any |
[14 Apr 2006 20:58]
Rasa Karapandza
[24 Apr 2006 12:58]
Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with 5.0.20a and: gcc example1.c -o example1 -lz \ `/usr/local/mysql/bin/mysql_config --include --libmysqld-libs` In case of similar failure, please, try to build MySQL without --enable-thread-safe-client configure option, check again and inform about the results.
[2 May 2006 8:53]
Rasa Karapandza
It works now. I stll get the warning about a multiple definitions of symbol _qsort But the compiled program works.