[tlbuild] strstr universal?

Ken Brown kbrow1i at gmail.com
Mon Mar 9 02:54:56 CET 2015


On 3/8/2015 5:45 PM, Karl Berry wrote:
> Pursuant to comments I got on kpathsea's replacement for strstr, I
> wonder if strstr is now universally available on all the systems for
> which TL is compiled.  I rather suspect so.  In which case I'd just as
> soon get rid of the replacement function in kpathsea instead of
> tinkering with it.
>
> If you don't know for sure about your platform, can you please try
> compiling (and linking :) the following two-line C program?
>
> #include <string.h>
> int main() { const char *a = strstr ("foo", "bar"); return 0; }

OK on Cygwin.

Ken



More information about the tlbuild mailing list