User forums > Help
CodeBlocks_wx29.cbp linkage issue?
stefanos_:
hi everyone. I have tried to compile CodeBlocks_wx29.cbp and the first thing that says to me is
--- Code: ---||=== Code::Blocks wx2.9.x, exchndl ===|
ld.exe||cannot find -lintl|
--- End code ---
I have opened both CodeBlocks.cbp and CodeBlocks_wx29.cbp with notepad++ (using Compare option), and regards to linkage, seem to me that are identical.
--- Code: ---<Linker>
<Add library="bfd" />
<Add library="iberty" />
<Add library="intl" />
<Add directory="base\exchndl\lib" />
</Linker>
--- End code ---
CodeBlocks.cbp compiles just fine with no complains at all (apart from warnings).
Can anyone who has successfully compiled it to provide some feedback?
My specs are:
wxWidgets 2.9.3
TDM's GCC 4.6.1
Windows XP SP3 (fully updated)
Cheers
xunxun:
I remembered exchndl don't need to be built.
stefanos_:
so shall i remove it from Linker?
MortenMacFly:
--- Quote from: stefanos_ on May 31, 2012, 11:26:20 am ---so shall i remove it from Linker?
--- End quote ---
Either you simply disable the "exchdl" target from the virtual target "All" or d/l the "intl" lib from GnuWin32 or another (devpack) package. It used to be shipped with the compiler as part of the compiler, it seems not part of your compiler, so you need to find an alternative if you really require "exchdl" (which is optional to run C::B).
stefanos_:
In
--- Code: ---C:\MinGW\__installer\downloaded\
--- End code ---
this file libintl-0.17-1-mingw32-dll-8.tar.lzma is found and in
--- Code: ---C:\MinGW\bin\
--- End code ---
libintl-8.dll is found.
Is this the file I supposed to have, or should I find a newer version to install it?
Navigation
[0] Message Index
[#] Next page
Go to full version