------- Comment #1 from jvdelisle at gcc dot gnu dot org 2010-09-19 20:01 ------- This is an OS specific error. libgfortran is attempting to seek to the end of the file to prepare for appending. Obviously, one can not seek /dev/null.
I will see if we can detect that the file is unseekable and if that is the case we can start appending AS-IS. -- jvdelisle at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2010-09-19 20:01:18 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45723