[bind10-dev] unit tests and include symlink tree

Danny Mayer mayer at gis.net
Sat Feb 27 22:21:45 UTC 2010


Jelte Jansen wrote:
> the 'simple' fix as proposed by Jeremy would move the cpp source files one
> directory deeper; move src/lib/cc/cpp/* into src/lib/cc/cpp/cc/,
> src/lib/config/cpp/* into src/lib/config/cpp/config/ etc.
> 
> Then we can use direct -I in make again and the include symlink tree shouldn't
> be necessary for c++ anymore.

I just got around to reading this. If you expect to be able to build on
Windows you shouldn't use symlinks anywhere. Microsoft's shortcuts is
not the same thing as a symlink so anything that depends on symlinks
would fail. There is a way of doing symlinks on Windows but it is so
obscure and generally unknown that almost noone knows about it and I
don't know if it would break if the disk is defragged. On top of
everything else you'd need a tool to create it and it's not generally
available and not supplied in Windows installations.

Just a heads-up.

Danny




More information about the bind10-dev mailing list