Ralf Hemmecke wrote:
> case $build in
> *mingw*)
> fricas_pwd=`pwd -W`
> axiom_top_srcdir=`cd "$srcdir" && pwd -W`
> ;;
>
> Can somebody please point me to the specification of the -W option to
> pwd. That seems to be very much mingw specific.
As Bill wrote the correct place to look for specification is
MinGW documentation. We use this option to get path with
drive letter -- without drive letter we can not get consistent
results when we try to access a file using given pathname.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.