Issue370

Title Small Bug when linking in profile mode
Priority bug Status resolved
Superseder Nosy List francos3, malte
Assigned To malte Keywords
Optional summary

Created on 2012-12-14.16:41:39 by francos3, last changed by malte.

Messages
msg2380 (view) Author: malte Date: 2012-12-14.17:05:01
Dear Santiago, thanks for the report and for the kind words! The bug has been fixed.
msg2379 (view) Author: francos3 Date: 2012-12-14.16:41:39
Hi, This is a small issue and not sure if it affects everybody but when linking 
in profiler mode the -lrt flag appears before the objects.  This leads to 
linking error: "undefined reference to `clock_gettime".  The problem is that the 
-lrt flag needs to be after the objects, see 
https://bbs.archlinux.org/viewtopic.php?id=88108 for details.  Once -lrt is 
placed in the correct position, fd in profiler mode links correctly.

Also thanks to every body involved in the development for making the code open 
source, it has saved me lots of time not having to reinvent the wheel! Plus it 
makes it much easier to consistently compare performance data with the results 
of other researchers which also use FD.
History
Date User Action Args
2012-12-14 17:05:01maltesetstatus: unread -> resolved
assignedto: malte
messages: + msg2380
nosy: + malte
2012-12-14 16:41:39francos3create