Hi, I have installed Cygwin for a month and it works well till I tried to install another program using the ./configure, make and so on... procedure.
I received this error configure: cannot create temp file for here document: No such file or directory I remeber that I receive this error since the first time I have run cygwin. First of all I tried to add or reinstall packages but nothing happens. Yesterday I removed Cygwin then I reinstalled the whole program from the beginning. Here is what I received at the first run: Copying skeleton files. These files are for the user to personalise their cygwin experience. These will never be overwritten. `./.bashrc' -> `/home/Davide//.bashrc' `./.bash_profile' -> `/home/Davide//.bash_profile' `./.inputrc' -> `/home/Davide//.inputrc' bash: cannot create temp file for here document: No such file or directory [EMAIL PROTECTED] ~ $ It seems that cygwin isn't able to create temp files or something like. Then I tried this: With the command env I discover the temp directory /cygdrive/d/DOCUME~1/Davide/IMPOST~1/Temp With CD command I browsed to that directory then I tried to add file, create dir, remove dir and so on. Everything is ok. Then my last try: cat <<EOF > 12345 > EOF and I received bash: cannot create temp file for here document: No such file or directory Can anybody help me? I attached the result of the command cygcheck -s -v -r > cygcheck.out Thank's Davide -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/