Re: [naviserver-devel] LIB nmake and environment variables collide on Windows

2014-09-18 Thread Andrew Piskorski
On Thu, Sep 18, 2014 at 12:24:12PM +0200, Gustaf Neumann wrote: > Am 17.09.14 23:19, schrieb Andrew Piskorski: > > The Naviserver makefiles often definite a LIB variable, e.g.: > > > >LIB = nsthread > What is the exact problem you see: is it the case, when LIB is set > in a Makefile (as cited),

Re: [naviserver-devel] LIB nmake and environment variables collide on Windows

2014-09-18 Thread Gustaf Neumann
Am 17.09.14 23:19, schrieb Andrew Piskorski: > The Naviserver makefiles often definite a LIB variable, e.g.: > >LIB = nsthread What is the exact problem you see: is it the case, when LIB is set in a Makefile (as cited), or is the problem, when it is *not* set. In the latter case, "make" picks

[naviserver-devel] LIB nmake and environment variables collide on Windows

2014-09-17 Thread Andrew Piskorski
The Naviserver makefiles often definite a LIB variable, e.g.: LIB = nsthread However, on Windows the LIB environment variable is a semicolon separated list of paths where the linker will look for libraries: http://msdn.microsoft.com/en-us/library/6y6t9esh This makes it hard to set the LIB l