a howto compile cvs on FreeBSD

2001-12-27 Thread Bernino Lind
Dear developers, For other users on the *BSD/FreeBSD platform, this little howto compile on FreeBSD. Some of the problems I encountered might be local, might be global - I have not investigated it further. This worked for me, and might work for you ;-) 1. use the intructions from

Re: a howto compile cvs on FreeBSD

2001-12-27 Thread Stipe Tolj
4. The configure.in does not setup -I/usr/local/include, so if thats not part of your gmake configuration per default, you should edit the generated makefile and add this include flag, in the CFLAG variable. -I/usr/local/include should not be necessary, due that system headers should reside