I wonder why I don't get these errors.
I start the build_slave.py from MSYS shell in /d/blender_src/blender and don't 
get command line issues on win 8.

Am 25.06.2013 um 09:25 schrieb Antony Riakiotakis <[email protected]>:

> Link errors are usually caused because in gcc libraries have to be
> specified in an order such that earlier libraries reference functions of
> later libraries in the command line. If the sub-libraries reference each
> others functions then splitting up will not work because the compiler
> cannot resolve the symbols for one of them.
> 
> It's a nightmare alright. In my own system I use a path as minimal as /src
> for blender source to avoid such command line limit issues
> _______________________________________________
> Bf-committers mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-committers
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to