El Lunes 22 Jun 2009 16:23:46 Jeremy Cowles escribió: > I am upgrading my BOINC install to the latest version, when running "make > clean" and then following the typical setup procedure it fails when > creating symlinks to libstdc++.a in the samples directory. > After I manually removed the links, everything worked fine.
Also: - Running _autosetup creates several Makefile.in files that are not in svn:ignore. - Running configure creates a lot more files (Makefiles, boinc_path_config.py, etc) that aren't in svn:ignore either. - Running "make distclean" doesn't delete most of those. - "make install" tries to install stuff under /etc, ignoring my --prefix. Leave my system configuration alone thank you very much. - "make uninstall" doesn't delete everything that "make install" installed. - "make dist" doesn't work at all. - It says "api_app.cpp" doesn't exist (referred by api/Makefile.am). - If I remove the rules mentioning that file, it complains about several files referred in test/Makefile.am. - Rather than fixing that mess, I removed 'test' from the subdirs in the root makefile. It fails at samples/example_app, which is listed in SUBDIRS but it has a hand-written Makefile not supporting the standard automake rules, namely 'destdir'. - and it goes on. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
