In our previous episode, Graeme Geldenhuys said:
> I just tried to compile a test.pp file inside my /tmp directory. FPC
> complained because there existed a /tmp/test/ directory!!

Why is that strange?
 
> Is this a normal or known limitation of FPC? Or does the blame fall onto
> the ld linker?

I'm not sure what you mean here, what did you expect as result? 

The error is reported by LD, and the only improvement is that FPC could
check for the existence itself, (e.g.  to give a better or localized error
message)

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to