linking failure with digiKam and nmake

Peter Kümmel syntheticpp at gmx.net
Thu Sep 2 13:41:51 CEST 2010


On 02.09.2010 11:34, Gilles Caulier wrote:
> Ok, now linking pass, but with a warning... Look there :
> 
> [ 45%] Building RC object digikam/digikam/CMakeFiles/digikam.dir/digikam.res
> Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
> Copyright (C) Microsoft Corporation.  All rights reserved.
> 
> Linking CXX executable ..\..\bin\digikam.exe
> qtmain.lib(qtmain_win.obj) : .netmodule ou module MSIL compilÚ avec
> /GL trouvÚá; redÚmarrage de l'Údition de liens avec /LTCGá; ajou
> tez /LTCG Ó la ligne de commande de l'Údition de liens pour amÚliorer
> les performances de l'╔diteur de liens
> LINK : warning LNK4075: ' /INCREMENTAL' ignorÚ Ó cause de la
> spÚcification '/LTCG'
>    CrÚation de la bibliothÞque ..\..\bin\digikam.lib et de l'objet
> ..\..\bin\digikam.exp
> msvcrtd.lib(cinitexe.obj) : warning LNK4098: conflit entre la
> bibliothÞque par dÚfaut 'msvcrt.lib' et les autres bibliothÞquesá; uti

This is because it links the debug and release runtime libraries
(msvcrt.lib and msvcrtd.lib), and I assume this is the reason for the
crashes you see.

Peter


More information about the Kde-windows mailing list