To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

Compile instructions

Gerhard Wiesinger - Thu 21/01/2016 18:10:18 CET +0100

Hello!

I'm trying to compile KiTTY but I miss the following libs:
../../regex/libregex.a ../../bcrypt/bcrypt.a ../../jpeg/libjpeg.a \
../../md5/MD5check.a ../../mini/mini.a ../../blocnote/notepad.a ../../base64/base64.a \

Are there any compile instructions available?

How do you compile, maybe you can add your complete build instructions into SVN.

I'm compiling with MingW.

Thnx.

Ciao,
Gerhard

- Thu 21/01/2016 18:39:40 CET +0100

cd windows
make -f MAKEFILE.MINGW putty.exe

Jason - Tue 21/06/2016 19:22:01 CEST +0200

Having the same issue. Using the command that has been posted. Missing those same libraries. It's frustrating, because I only want to make a very small and simple change, but can't compile.

Cyd - Tue 21/06/2016 21:26:10 CEST +0200

The compilation process is described in page How to compile.

Jason - Tue 21/06/2016 22:45:58 CEST +0200

Cyd -

I've followed the process, even obtaining the latest mingw. I still get the error for the missing libraries. Are there any dependencies that need installed first?

gcc -mwindows -s -static-libgcc -o putty.exe -Wl,-Map,putty.map be_all_s.o \
     callback.o cmdline.o conf.o config.o cproxy.o dialog.o \
     errsock.o ldisc.o ldiscucs.o logging.o minibidi.o misc.o \
     miscucs.o pgssapi.o pinger.o portfwd.o proxy.o putty.res.o \
     raw.o rlogin.o sercfg.o settings.o sizetip.o ssh.o sshaes.o \
     ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o \
     sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o sshrand.o \
     sshrsa.o sshsh256.o sshsh512.o sshsha.o sshshare.o sshzlib.o \
     telnet.o terminal.o timing.o tree234.o version.o wcwidth.o \
     wildcard.o wincapi.o wincfg.o winctrls.o windefs.o windlg.o \
     window.o wingss.o winhandl.o winhelp.o winhsock.o winjump.o \
     winmisc.o winnet.o winnoise.o winnpc.o winnps.o winpgntc.o \
     winprint.o winproxy.o winsecur.o winser.o winshare.o \
     winstore.o wintime.o winucs.o winutils.o winx11.o x11fwd.o \
     cygcfg.o cygterm.o winpzmodem.o wincrypt.o \
     winpgnt_integrated.o winpgen_integrated.o \
     import.o sshrsag.o sshdssg.o sshprime.o \
     adb.o kitty.o kitty_commun.o kitty_crypt.o kitty_image.o kitty_registry.o kitty_ssh.o kitty_tools.o kitt
y_win.o \
     urlhack.o \
     ../../regex/libregex.a ../../bcrypt/bcrypt.a ../../jpeg/libjpeg.a \
     ../../md5/MD5check.a ../../mini/mini.a ../../blocnote/notepad.a ../../base64/base64.a \
     -ladvapi32 -lcomctl32 -lcomdlg32 -lgdi32 \
     -limm32 -lole32 -lshell32 -luser32 -lwinmm -lwinspool \
     -lwsock32 -lpsapi -lole32 -lcrypt32 -lwtsapi32
gcc.exe: error: ../../regex/libregex.a: No such file or directory
gcc.exe: error: ../../bcrypt/bcrypt.a: No such file or directory
gcc.exe: error: ../../jpeg/libjpeg.a: No such file or directory
gcc.exe: error: ../../md5/MD5check.a: No such file or directory
gcc.exe: error: ../../mini/mini.a: No such file or directory
gcc.exe: error: ../../blocnote/notepad.a: No such file or directory
gcc.exe: error: ../../base64/base64.a: No such file or directory
make: *** [putty.exe] Error 1

Cyd - Wed 22/06/2016 08:07:18 CEST +0200

I don't know why the libraries are not visible in SVN repository. And I'm not at work to check.
In the meantime, you can get this tar file: http://www.9bis.net/kitty/?file=kitty_src.tar.gz
I'll fix the repository when I'll be back.

Jason - Wed 22/06/2016 13:58:42 CEST +0200

Compiling wonderfully now, thanks.




Answer


The forum is actually closed