Sounds like some library that you are linking to uses librt, even though your own program doesn't. At the linker command line you must specify all libraries being used. Older versions of ld will automatically try to find implicit dependencies, but this is bad and deprecated.
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org