> This is the culprit. 
> People that have this file don't have the problem.


Yes, that's the problem -

  open("/etc/timezone", O_RDONLY)         = -1 ENOENT

If I create an empty file named /etc/timezone 
the program still fails:

  open("/usr/share/zoneinfo/localtime", O_RDONLY) = -1 ENOENT

If I also create that file, the program succeeds.

On my system (SuSE 7.1) I have /etc/localtime: 
  symbolic link to /usr/share/zoneinfo/CST6CDT

 - but I can't find a file named "timezone" anywhere.




__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to