On Thu, Apr 5, 2012 at 11:25 PM, han zheng <[email protected]> wrote: > > gcc: error trying to exec 'cc1plus': execvp: No such file or directory
This means you need a C++ compiler for this step. (Again, if your machine were connected to the Internet and if a proper package for your platform were available, such as from here -- https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html -- then you wouldn't need a compiler at all.) > why does tahoe-SUMO still download packages as tahoe-deps packages already in > place? Does the -SUMO has everything it need? or It has to connect the > internet? It is trying to connect to the Internet to find binary packages to download so that it won't have to build from source. Regards, Zooko _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
