chazo1994 / phonetisaurus

Automatically exported from code.google.com/p/phonetisaurus
0 stars 0 forks source link

Insufficient Makefile for phonetisaurus-0.7.6 #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
For debian (and possibly ubuntu and other linuxes) it is necessary to specify 
the -lrt flag during linking to make use of the clock_gettime() function. If 
not specified, the linking fails

What version of the product are you using? On what operating system?
Linux 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64 GNU/Linux
Debian 6.0.6

Original issue reported on code.google.com by jtr...@gmail.com on 14 Jan 2013 at 4:09

GoogleCodeExporter commented 8 years ago
Will release an update soon.  The latest version is a ground-up rewrite of the 
decoder(s) and I'm still working through a bunch of the bugs.  Thanks for 
pointing this out as well.

Original comment by Josef.Ro...@gmail.com on 21 Jan 2013 at 2:29

GoogleCodeExporter commented 8 years ago
I believe this should be fixed now.  Added a if/else statement to the 
makefile(s) that should optionally add the -lrt flag for linux architectures.  

Original comment by Josef.Ro...@gmail.com on 22 Jan 2013 at 1:15