>>> Hmm, can someone check the LGPL header src/scandir.c?
>
>> AFAICT that would be the only case where this code came into play, i.e.
>> on non-WinXX host for which configure could not locate a scandir
>> implementation at build time...
>
> Yep, I believe this is true. There is an exception for SunOS that
> disables the system scandir function explicitly, but I still don't
> know what this is good for (today). ISTR that this exception was
> more than 10 years old when I checked it.
Ya, it's been in there since forever. 1998 was the first commit,
which is almost as old as the LGPL itself (1991).
I just tried a test on linux + osx where I removed the file
and ran a 'make clean; make'. The build stopped at that file
on both platforms, so it *is* getting linked on normal builds.
Seems like we gotta fix this.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev