Alan W. Irwin wrote:
>
> You should make a simple test case of this. If it continues to fail for
> that case, then you should report this as an important Fortran bug for
> 2.6.0. I recommend you also say in your bug report whether the same
> failure
> occurs for 2.4.8. OTOH, if you cannot make
Alan W. Irwin wrote:
>
> For CMake 2.6.x you get the above warning if the preferred absolute
> pathnames are not used by libraries. I have modified FindGDI32.cmake and
> wingcc.cmake (revision 8412) to use find_library to find the gdi32 and
> associated libraries. find_library always returns the
> On 2008-05-13 22:10+0200 Arjen Markus wrote:
>
>>
>>>
>>> Now I am going to try the g95/MSVC combination.
>>>
>>
>> That combination fails:
>> I get the warnings about options like L\lib from the
>> linker and the error messages about /STACK:1000 and
>> the like from g95 when linking the Fort
On 2008-05-13 22:10+0200 Arjen Markus wrote:
>
>>
>> Now I am going to try the g95/MSVC combination.
>>
>
> That combination fails:
> I get the warnings about options like L\lib from the
> linker and the error messages about /STACK:1000 and
> the like from g95 when linking the Fortran DLL.
>
>
On 2008-05-13 20:08+0200 Arjen Markus wrote:
> CMake Warning (dev) at src/CMakeLists.txt:129 (add_library):
> Policy CMP0003 should be set before this line. Add code such as
>
>if(COMMAND cmake_policy)
> cmake_policy(SET CMP0003 NEW)
>endif(COMMAND cmake_policy)
>
> as early as pos
>
> Now I am going to try the g95/MSVC combination.
>
That combination fails:
I get the warnings about options like L\lib from the
linker and the error messages about /STACK:1000 and
the like from g95 when linking the Fortran DLL.
There is something wrong here, but I do not know what
- the p
> I removed g95 from the path and reran the whole configuration and
> build: this worked without the above errors - except for a small
> glitch in PLSCMAP1LA. I will repair that.
>
> Conclusion: you must be careful when you have several Fortran compilers
> in the path!
>
I repaired the glitch reg
> Hi,
>
> well, continuing my test on "bare" Windows XP, I get into trouble:
>
> - I expected CVF as the Fortran compiler, but it turns out that
> two are in the path, both CVF and g95. I can solve that one.
> - This is more serious:
>
> Linking C shared library ..\dll\libplplotd.dll
> LINK : war
Hi,
well, continuing my test on "bare" Windows XP, I get into trouble:
- I expected CVF as the Fortran compiler, but it turns out that
two are in the path, both CVF and g95. I can solve that one.
- This is more serious:
Linking C shared library ..\dll\libplplotd.dll
LINK : warning LNK4044: unr
Hi,
I am testing CMake 2.6 on "bare" Windows XP, using the latest version
of PLplot. At the end of the generation of the makefiles I get this
warning:
-- Configuring done
CMake Warning (dev) at src/CMakeLists.txt:129 (add_library):
Policy CMP0003 should be set before this line. Add code such
10 matches
Mail list logo