On Wed, Feb 24, 2021 at 06:17:17PM +0800, Qian Yun wrote:
> Hi all,
> 
> This patch detects case insensitive file system and prevents
> in-tree build on such systems, which would result in strange
> build error later.
> 
> First time using autotools, comments are welcome.

AFAICS you make resonable effort to detect if filesystem
containing /bin/sh is case-sensitive.  In many cases
this is the same filesysytem as build tree, but in many
cases this is distinct filesystem.  IMO we should check
directly build tree.  Just create file there and check
if it can be accessed using different case.

> BTW, do you think it's useful for FriCAS to build in-tree
> correctly on a case insensitive file system?

Useful: yes to some degree.  However ATM gain seem to be
to small compared to the effort.  I hope that problem
will go away when we improve our build system (in particular
I would like to avoid splitting .spad files into pieces
which is responsible for current problem).

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20210224194927.GA36519%40math.uni.wroc.pl.

Reply via email to