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

[STR New]

Link: http://www.fltk.org/str.php?L2222
Version: 1.3-current


I can confirm that glibc 2.9 doesn't have this problem. Please see the
following from ubuntu 9.04:

$ uname -a
Linux ubuntu-vm 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC
2009 i686 GNU/Linux

$ gcc --version
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
...

$ g++ --version
g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3
...


Ian's test program to show GLIBC version info:

$ ./glibc
__GLIBC__ defined as: 2L
__GLIBC_MINOR__ defined as: 9L

>From /usr/include/dirent.h:

extern int scandir (__const char *__restrict __dir,
                    struct dirent ***__restrict __namelist,
                    int (*__selector) (__const struct dirent *),
                    int (*__cmp) (__const void *, __const void *))
     __nonnull ((1, 2));


Link: http://www.fltk.org/str.php?L2222
Version: 1.3-current

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

Reply via email to