Hi Miklos,
Please reply to the list, not just me. It'll help others that come
searching the archives later.
> > > grops::4:fatal error: cannot create temporary
> > > file: No such file or directory
> >
> > Try
> >
> >echo | strace -f -e trace=open,creat groff 2>&1 | grep O_CREAT
> >
> >
Miklos Somogyi wrote:
> Hello Folks,
>
> groff and grops are on the intel SnowLeopard machines.
> The following thing:
>
> groff -se -I $D_gr1 -P -Pprologue-1.19.2-ms < inputfile > outputfile
That "$D_grl" is odd, is there a D_grl in your environment somewhere? Or, is
that line part
Hi Miklos,
> grops::4:fatal error: cannot create temporary file: No
> such file or directory
Try
echo | strace -f -e trace=open,creat groff 2>&1 | grep O_CREAT
and it may show where it was trying to create the temporary file.
Cheers,
Ralph.
Hello Folks,
groff and grops are on the intel SnowLeopard machines.
The following thing:
groff -se -I $D_gr1 -P -Pprologue-1.19.2-ms < inputfile > outputfile
that worked before, gives the following error message:
grops::4:fatal error: cannot create temporary file: No
such fi