Hi Reuben, On 8 Dec 2010, at 13:33, Gary V. Vaughan wrote: > On 8 Dec 2010, at 05:32, Reuben Thomas wrote: >> From a current checkout from git, I get, from make: >> >> make[3]: *** No rule to make target `version.lo', needed by >> `libposix.la'. Stop. >> >> I have followed the bootstrapping instructions I found on the list >> (./bootstrap; ./configure; make)... >> >> Help please? > > Give me a few hours to untangle what's going on, and I'll commit some fixes > to the branch so that the normal build method works again.
I've fixed the version.c and bootstrap problems, but I don't think we ever settled on the right way to deal with not having `program_name` defined at build time. If you are on a glibc system, I think the library provides the necessary symbol and you should be able to build a working libposix from the topic branch after a git pull. Otherwise you'll have to link in the progname module, or similar to resolve it... until we come up with a blessed method for dealing with it properly. Cheers, -- Gary V. Vaughan (g...@gnu.org)