[Bug 37809] New: C runtime dlls can't link with uclibc (bessel functions missing)
https://bugs.winehq.org/show_bug.cgi?id=37809 Bug ID: 37809 Summary: C runtime dlls can't link with uclibc (bessel functions missing) Product: Wine Version: 1.7.33 Hardware: x86 OS: Linux Status: NEW Severity: minor Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: nerv(a)dawncrow.de Distribution: --- math.c can be build, but linking fails. building e.g.: math.c: In function 'MSVCRT__j0': math.c:1267:3: warning: implicit declaration of function 'j0' [-Wimplicit-function-declaration] return j0(num); ^ math.c:1267:10: warning: incompatible implicit declaration of built-in function 'j0' [enabled by default] return j0(num); ^ linking: math.o: In function `MSVCRT__j0': math.c:(.text+0x1901): undefined reference to `j0' math.o: In function `MSVCRT__j1': math.c:(.text+0x1931): undefined reference to `j1' math.o: In function `MSVCRT__jn': math.c:(.text+0x1963): undefined reference to `jn' math.o: In function `MSVCRT__y0': math.c:(.text+0x19b6): undefined reference to `y0' math.o: In function `MSVCRT__y1': math.c:(.text+0x1a3d): undefined reference to `y1' math.o: In function `MSVCRT__yn': math.c:(.text+0x1ac8): undefined reference to `yn' We use the bessel functions unconditionally. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37809 --- Comment #1 from André H. <nerv(a)dawncrow.de> --- NOTE: uclibc has an option called DO_XSI_MATH to activate these bessel functions, but it's off by default -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37809 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |acd2f1e59bd22197b63eb5ae4ac | |0d621a0b8cce0 Resolution|--- |FIXED Status|NEW |RESOLVED CC| |alexhenrie24(a)gmail.com --- Comment #2 from Alex Henrie <alexhenrie24(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/acd2f1e59bd22197b63eb5ae4a... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37809 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x --- Comment #3 from André H. <nerv(a)dawncrow.de> --- thanks Alex! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37809 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37809 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |--- --- Comment #5 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 3.0.x milestone from bugs included in 3.0.1. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org