Hi,
I am using the following open specifiers under Windows and Linux when opening a file:
#if defined(_OS_WIN32_) open(10, file='errors', status='unknown', access='append', share='denynone', action='write', buffered='no', defaultfile='', err=100)#else open(10, file='errors', status='unknown', access='append', share='denynone', action='write', buffered='no')#endif
Under Windows it works fine but under Linux I am getting error 30 during open. Any clue why the Linux behaviour is different?
Thanks,
Rak



