Matthew Flatt <mfl...@cs.utah.edu> writes: > Do you have "libunique-1.0" installed? > > I intended to make `-singleInstance` log an error when "libunique-1.0" > is not found, but I think I never got around to it. >
I assume I just need it at run time? I just installed it, and following seems to work, but -singleInstance still seems to be ignored. #lang racket/base (require ffi/unsafe) (ffi-lib "libunique-1.0" '("0")) ____________________ Racket Users list: http://lists.racket-lang.org/users