Peter Molenaar wrote:
If you link a clib2 program with -lunix, it will use unix paths.
I have to add: If you link with -lunix, it will not only use unix paths but also unix "semantics! for some function. Example: seek() past the file end will enlarge the file with -lunix but not without it.
Regards,