Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: forefinger on October 16, 2017, 05:30:52 AM



Title: LIBTIFF-5_.DLL not linked to static build on Windows
Post by: forefinger on October 16, 2017, 05:30:52 AM

Hello! and sorry for my english! :)
(with google translater)

I have problem with build static wallet on Wondows 7 (Pro SP1)
The library "LIBTIFF-5_.DLL" not inserted to exe-file.

I have no errors in build progress, but on another computers wallet not work!
On another computers I have message: "File LIBTIFF-5_.DLL not found."

I found this library on my PC using programm Dependency Walker: C:\Strawberry\c\bin\libtiff-5_.dll

I tried to insert next lines to .PRO file:
INCLUDEPATH += C:/Strawberry/c/include
LIBS += C:/Strawberry/c/lib/libtiff.a
Have no changes - no errors and no included library.


My dependence dir C:\deps
boost_1_57_0
db-4.8.30.NC
openssl-1.0.1j

Soft:
QT = qt-everywhere-opensource-src-5.6.2.zip
MinGW = i686-4.9.2-release-posix-dwarf-rt_v4-rev4.7z
MSYS = MSYS-1.0.11.exe
Perl = strawberry-perl-5.24.1.1-32bit.msi
Python = python-3.6.1.exe


Qt build command:
configure -release -static -opensource -confirm-license -no-sql-sqlite -no-opengl -qt-zlib -qt-libpng -qt-libjpeg -nomake examples
mingw32-make


Wallet build:
set PATH=%PATH%;C:\Qt\562\qtbase\bin
qmake "USE_UPNP=-" "RELEASE=1" CrocodileCash-qt.pro
mingw32-make -f Makefile.Release


Title: Re: LIBTIFF-5_.DLL not linked to static build on Windows
Post by: forefinger on October 18, 2017, 05:18:03 AM
I has reinstall Windows on my PC.

and I have no problems now. :)