> During the link (CC -v -ptv -o example main.o array.o), I receive the
> following error:
> 
>       CC[ptlink] fatal error: could not move Array__pt__2_i.o -->  \
>               ./ptrepository/Array__pt__2_i.o
> 

Is there any chance that CC is not actually trying to move the file,
but make a hard link from the working directory in to the
subdirectory? (Where as if you my this ptr directory to /tmp it uses
symbolic links or an actual copy?)

--Scanner       ([EMAIL PROTECTED])

Reply via email to