[Bug 20293] undefined reference to 'isinf' int global.c, jsutils.c number.c on Solaris 10

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 9 20:23:03 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=20293





--- Comment #4 from Juan Lang <juan_lang at yahoo.com>  2009-10-09 20:23:02 ---
I wonder whether winegcc is using gcc rather than i386-pc-solaris2.10-gcc. 
Unfortunately I don't have any easy way to find out.  If you're able to use and
understand a debugger, try the following steps to run the debugger and find
out:

$ cd tools/winegcc
$ echo "int main(){return 0;}" > x.c
$ gdb ./winegcc
(gdb) b compile
(gdb) run x.c

Then step a couple times:
(gdb) n
310        strarray* comp_args = strarray_alloc();
(gdb) 
314        strarray_addall(comp_args, get_translator(opts));

And look at the value of comp_args:
(gdb) p *comp_args->base

Please report what it returns.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list