> >This looks like a porting problem. Could you try to find out 
> which system header
> >defines _SC_CLK_TCK. That include is probably missing from 
> sys/src/libptc/sql__clock.c
> >
> I have found _SC_CLK_TCK at the file
> MaxDB_ORG/sys/src/SAPDB/RunTime/System/RTESys_SystemInfo.c
> as an argument of the system function sysconf.

No, I meant which header under /usr/include defines _SC_CLK_TCK. According to man 
sysconf, #include <unistd.h> is necessary. So perhaps you could try to add a #include 
<unistd.h> to sys/src/libptc/sql__clock.c (line 45 before #ifndef HZ). Please tell us 
if this fixes the problem.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to