I'm doing provides(BuildProcess, Autotools(libtarget = "libta_lib", configure_options=["--prefix=/usr"]), libta_lib, os = :Unix)
Is --prefix=/usr "local prefix" or a "system-wide" prefix ? If it's a system-wide prefix... how to use a local prefix ? Sorry for my newbies questions about build. Le dimanche 9 octobre 2016 04:45:57 UTC+2, Tony Kelman a écrit : > > sounds like the library can't handle out of tree builds? you should also > use a local prefix, not a system-wide one that would require sudo.