compile error 9289
= Revision 9289
= Issue Description Error when compile revision 9289, on Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-49-generic-pae i686)
= When the issue occurs sudo make stage
= How the issue is reproducable svn co http://streamboard.de.vu/svn/oscam/trunk oscam-svn cmake /usr/local/bin/oscam-svn/ sudo make
[ 97%] Building C object CMakeFiles/csoscam.dir/oscam-conf.o
[ 98%] Building C object CMakeFiles/csoscam.dir/oscam-garbage.o
[ 99%] Building C object CMakeFiles/csoscam.dir/config.o
Linking C static library libcsoscam.a
[ 99%] Built target csoscam
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
libcsoscam.a(oscam-time.o): In function cs_gettime': oscam-time.c:(.text+0x61d): undefined reference to
clock_gettime'
oscam-time.c:(.text+0x64e): undefined reference to clock_gettime' oscam-time.c:(.text+0x668): undefined reference to
clock_gettime'
collect2: ld returned 1 exit status
make[2]: *** [oscam] Error 1
make[1]: *** [CMakeFiles/oscam.dir/all] Error 2
make: *** [all] Error 2