DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2651
Version: 1.3-current
Fix Version: 1.3.0


well, the "bad script" generates this within config.log:

>From line 1068:

configure:5886: checking for strtoll
configure:5886: gcc -o conftest.exe    conftest.c  >&5
configure:5886: $? = 0
configure:5886: result: yes

Then there is many lines (at various places) with
#define HAVE_STRTOLL 1

and at line 1555
ac_cv_func_strtoll=yes

However corresponding generated config.h have only this 
#undef HAVE_STRTOLL
with following redefinition of strtoll as indicated in my post before.

Not sure what are you trying to achieve with strtoxx check (on my side it
generates the same), the log seems to be logical: confest.exe tries to
load the function with corresponding (strtoxx) name, ld does not find any
and terminates - script then assumes there is no strtoxx.


Link: http://www.fltk.org/str.php?L2651
Version: 1.3-current
Fix Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to