The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
undefined symbol: clock_gettime' error
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
undefined symbol: clock_gettime' error
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-09-2008
andryk
Registered User
Join Date: Sep 2003
Posts: 448
Hi,
usually that indicates 'clock_gettime' might belongs to a library that you forgot to mention with the "-l" option at compile time, you can look for "-L" option on gcc as well to include directory where your libs are
andryk
View Public Profile
Find all posts by andryk