For v0.5
joinpath(JULIA_HOME,Base.LIBDIR,"julia","libmpfr" *
dll_extension_if_needed)should work for standard installations. For v0.4, replace Base.LIBDIR with "..", "lib". If using a system library, one would presumably need to query the system loader to get a reliable value. On Monday, August 15, 2016 at 5:30:48 PM UTC-4, Jeffrey Sarnoff wrote: > > What is the generally applicable expression which, from within Julia, > gives the full path to libmpfr? >
