Re: [vox-tech] time.h in Solaris
Hai Yi wrote: > Hello, I am on a project that migrates applications from Solaris to > Linux; most are Java but one is in C++. There is a log class including > a , its a system header file in Solaris (might be in > /usr/include, I don't remember), the question is, do we have a Linux > counterpart? How can I handle this during the porting process? Depending on the flavor of linux you need one of these packages: $ dpkg -S /usr/include/time.h libc6-dev: /usr/include/time.h $ rpm -qf /usr/include/time.h glibc-headers-2.5-42.el5_4.3 ___ vox-tech mailing list vox-tech@lists.lugod.org http://lists.lugod.org/mailman/listinfo/vox-tech
Re: [vox-tech] time.h in Solaris
On Tue, 2010-03-23 at 07:44 -0400, Hai Yi wrote: > Hello, I am on a project that migrates applications from Solaris to > Linux; most are Java but one is in C++. There is a log class including > a , its a system header file in Solaris (might be in > /usr/include, I don't remember), the question is, do we have a Linux > counterpart? How can I handle this during the porting process? time.h is a standard header file, mandated by the ISO C standard. It's definitely available on Linux. --Ken ___ vox-tech mailing list vox-tech@lists.lugod.org http://lists.lugod.org/mailman/listinfo/vox-tech