Finally getting around to trying to build fossology on Mac OS X. I ran into this when trying to run make: gcc scheduler.o spawn.o sockets.o agents.o hosts.o debug.o dberror.o selftest.o logging.o lockfs.o sched_utils.o dbstatus.o dbq.o -I`pg_config --includedir` -L`pg_config --libdir` -I../devel/libfossdb -L../devel/libfossdb -lfossdb -I../devel/libfossrepo -L../devel/libfossrepo -lfossrepo \ -lrt -lpq -DSVN_REV="\"1.4.0, exported\"" -g -O2 -Wall -o fossology-scheduler ld: library not found for -lrt
I dug around a little and found this: librt.a is the System V name of the library containing the POSIX Advanced Realtime [RT} Option functions. The specific function you are asking about is part of the [TMR] option. If Mac OS X supported it, it would be in libSystem.B,dylib, not librt.a. The function in question is not supported by Mac OS X. Any insight would be appreciated. Thanks, Dave
_______________________________________________ fossology mailing list fossology@fossology.org http://fossology.org/mailman/listinfo/fossology