← Back to team overview

dolfin team mailing list archive

Re: portability issues

 

This is fixed now.

/Anders


On Sun, Dec 11, 2005 at 08:37:16PM -0500, tomtzigt wrote:
>    In kernel/log/Logger, a reference is made to a C-lib call strcasecmp which
>    is only available under gcc. The equivalent C-lib in Windows is stricmp.
> 
> 
> 
>    But as Anders suggested, a better solution would be to rely on a pure STL
>    std::string class for the string comparison functionality and remove the
>    dependence on old C functionality all together.
> 
> 
> 
>    Theo

> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev


-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References