Hi Taco Just tried to build 0.64 beta on Windows Vista but it failed. Extract of build log below. Any ideas what is causing this and what I can do to fix it? Many thanks and best wishes Graham <snip> ------ libtool: link: gcc -Wall -Wunused -Wimplicit -Wreturn-type -Wdeclaration-after-s tatement -Wno-unknown-pragmas -Wmissing-prototypes -Wmissing-declarations -g -O2 -o txt2zlib.exe txt2zlib-txt2zlib.o -lz lib/lib.a /luatexbeta/build/texk/kpath sea/.libs/libkpathsea.a c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lz collect2: ld returned 1 exit status make: *** [txt2zlib.exe] Error 1 c:\MinGW\bin\strip.exe: 'build/texk/web2c/luatex.exe': No such file ls: build/texk/web2c/luatex.exe: No such file or directory
On Fri, Nov 12, 2010 at 8:13 PM, Graham Douglas
Hi Taco
Just tried to build 0.64 beta on Windows Vista but it failed. Extract of build log below.
Any ideas what is causing this and what I can do to fix it?
Many thanks and best wishes
Graham
<snip> ------ libtool: link: gcc -Wall -Wunused -Wimplicit -Wreturn-type -Wdeclaration-after-s tatement -Wno-unknown-pragmas -Wmissing-prototypes -Wmissing-declarations -g -O2 -o txt2zlib.exe txt2zlib-txt2zlib.o -lz lib/lib.a /luatexbeta/build/texk/kpath sea/.libs/libkpathsea.a c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lz ^^^^^^^^^ Do you have libz ?
-- luigi
<snip>
------ libtool: link: gcc -Wall -Wunused -Wimplicit -Wreturn-type -Wdeclaration-after-s tatement -Wno-unknown-pragmas -Wmissing-prototypes -Wmissing-declarations -g -O2 -o txt2zlib.exe txt2zlib-txt2zlib.o -lz lib/lib.a /luatexbeta/build/texk/kpath sea/.libs/libkpathsea.a c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lz ^^^^^^^^^ Do you have libz ?
find -lz ^^^^^^^^^ Do you have libz ?
-- luigi =========== Hi Luigi I've built LuaTeX dozens of times under Vista since version 0.52 and not hit this one before --- is this a new dependency in LuaTeX? Cheers Graham
On Fri, 12 Nov 2010, Graham Douglas wrote:
<snip>
------ libtool: link: gcc -Wall -Wunused -Wimplicit -Wreturn-type -Wdeclaration-after-s tatement -Wno-unknown-pragmas -Wmissing-prototypes -Wmissing-declarations -g -O2 -o txt2zlib.exe txt2zlib-txt2zlib.o -lz lib/lib.a
Do you have libz ?
Hi Luigi
I've built LuaTeX dozens of times under Vista since version 0.52 and not hit this one before --- is this a new dependency in LuaTeX?
yes and no. New is the helper program txt2zlib (compressed bytecode generator) for building luatex, and it should have relied on the zlib coming with luatex (directory source/libs/zlib), but obviously it instead looks for a system provided zlib. Difficult to check from here now, as i'm not using win. Regards, Hartmut
Hi Harmut Just to confirm that the latest update has fully fixed the Windows build problem I experienced, many thanks indeed. All the best Graham
<snip>
------ libtool: link: gcc -Wall -Wunused -Wimplicit -Wreturn-type -Wdeclaration-after-s tatement -Wno-unknown-pragmas -Wmissing-prototypes -Wmissing-declarations -g -O2 -o txt2zlib.exe txt2zlib-txt2zlib.o -lz lib/lib.a /luatexbeta/build/texk/kpath sea/.libs/libkpathsea.a c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lz ^^^^^^^^^ Do you have libz ?
find -lz ^^^^^^^^^ Do you have libz ?
-- luigi ===========
Hi Luigi
I've built LuaTeX dozens of times under Vista since version 0.52 and not hit this one before --- is this a new dependency in LuaTeX? Oops, sorry, I didn't read enough lines As hartmut said, libz should be that one from
On Fri, Nov 12, 2010 at 10:16 PM, Graham Douglas
participants (3)
-
Graham Douglas
-
Hartmut Henkel
-
luigi scarso