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 http://www.kan

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

Re: a howto compile cvs on FreeBSD

2001-12-27 Thread Bernino Lind
On *BSD'ish systems bare-system headers are in /usr/include/ but not application headers which are located in /usr/local/include/ nor "third" party libraries with possible headers. This is just a convention in a *BSD'ish world (and actually it makes the system really tight and clean). The file w