Re: Can't build libposix

2010-12-09 Thread Gary V. Vaughan
Hi Reuben, On 8 Dec 2010, at 22:32, Reuben Thomas wrote: > On 8 December 2010 14:11, Gary V. Vaughan wrote: >> 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

Re: Can't build libposix

2010-12-09 Thread Bastien ROUCARIES
On Wed, Dec 8, 2010 at 9:02 PM, Reuben Thomas wrote: > On 8 December 2010 14:11, Gary V. Vaughan wrote: >> Hi Reuben, >> >> 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. >> >>

Re: Can't build libposix

2010-12-09 Thread Bruce Korb
On 12/08/10 06:11, Gary V. Vaughan wrote: > 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