looks like solved (was Re: first swing at running local wiki)

2010-08-12 Thread Edwin Eyan Moragas
On Thu, Aug 12, 2010 at 2:31 PM, Alexander Burger a...@software-lab.de wrote: Hi Edwin, thank your for the instructions. the bootstrap was successful. i have Great! moving forward, i'm playing with some flags to diagnose the problem. the obsd guys game some hints that i can work with.

Re: looks like solved (was Re: first swing at running local wiki)

2010-08-12 Thread Edwin Eyan Moragas
Hi Alex, possible additions to the Makefile (INSTALL instructions sensitive) : # Clean up clean: rm -f *.o + rm -f ../lib/ht + rm -f ../lib/ext On Thu, Aug 12, 2010 at 3:21 PM, Edwin Eyan Moragas e...@yndy.org wrote: On Thu, Aug 12, 2010 at 2:31 PM, Alexander Burger

Re: looks like solved (was Re: first swing at running local wiki)

2010-08-12 Thread Alexander Burger
Hi Edwin, possible additions to the Makefile (INSTALL instructions sensitive) : # Clean up clean: rm -f *.o + rm -f ../lib/ht + rm -f ../lib/ext That's right. It is not absolutely necessary, though, as just removing '*.o' will trigger a complete rebuild anyway. If

Re: looks like solved (was Re: first swing at running local wiki)

2010-08-12 Thread Edwin Eyan Moragas
On Thu, Aug 12, 2010 at 3:56 PM, Alexander Burger a...@software-lab.de wro= te: Hi Edwin, possible additions to the Makefile (INSTALL instructions sensitive) : =A0# Clean up =A0clean: =A0 =A0 =A0 =A0 rm -f *.o + =A0 =A0 =A0 rm -f ../lib/ht + =A0 =A0 =A0 rm -f ../lib/ext That's right. It