On Wed, Feb 12, 2014 at 10:26 PM, <[email protected]> wrote: > Hello,
Hello! Welcome. > unable to execute cc: No such file or directory It sounds like it is trying to invoke the compiler (which is an executable named "cc") and it can't find it. So this is an occurrence of https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CompileError The solution is to either a) install a compiler, or b) get someone to build binary packages for OpenBSD that we can host on https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html for Python 2.7 and x86. Regards, Zooko _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
