Yeah, this was also on the upgraded VM - that was the problem and it's building fine now, thanks.
On Thu, Aug 13, 2009 at 2:29 PM, David Anderson <[email protected]>wrote: > delete the libstdc++.a symlink. > > I had this same problem in the new VM; > because library locations had changed, > the symlink pointed to a nonexistent place. > This caused "make" to act like the symlink didn't exist, > and create a new one, which failed. > > > Jeremy Cowles wrote: > >> The original error is fixed, but it's stopping here: >> >> making all in samples/example_app >> make[2]: Entering directory '...boinc/samples/example_app' >> g++ ... >> ln -s 'g++ -print-file-name=libstdc++.a' >> ln: creating symbolic link `./libstdc++.a`: file exists >> make[2]: ***[libstdc++.a] Error 1 >> > > _______________________________________________ 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.
