Hi Arjen!

> I can find only one occurrence of -L+ in the CMake module files:  
> CmakeDInformation.cmake

That is exactly the file I also found.

> For the case that CMake finds a D compiler on Windows, various link and  
> library flags are set:
>
>   IF(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
>     SET(CMAKE_INCLUDE_FLAG_D "-I")       # -I
>     SET(CMAKE_INCLUDE_FLAG_D_SEP "")     # , or empty
>     SET(CMAKE_LINK_LIBRARY_FLAG "-L+")
>     SET(CMAKE_LIBRARY_PATH_FLAG "-L+")
>     SET(CMAKE_LIBRARY_PATH_TERMINATOR "\\")
>     FIND_PROGRAM(DMD_LIBRARIAN "lib.exe")
>
> This looks suspicious to me (this variables are global as far as I  
> understand), but I never ran into that, because I do not have a D  
> compiler.

I also do not have a D compiler installed - and CMake does not find any  
when configuring the build. So, this CMake module shouldn't have been  
visited during the build. According to the CMakeCache.txt (find this  
attached in my reply to Alan) this indeed hasn't been the case, because  
none of the above mentioned flags can be found in the CMakeChache.txt file.

-- 
Best regards,
Thorsten

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to