how to convert *.tat.tz files into *.bin files

Asked by jacek

how to convert *.tat.tz files into *.bin files

because ue an install *.bin files easily .

any softwares are avaliable

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jigho
Solved:
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Hello jarek..., Compiling software in ubuntu is slightly different... Pls take a look at [1] below,

[1]. https://help.ubuntu.com/community/CompilingSoftware

br,

Bhavani Shankar

Revision history for this message
jacek (jacekb57) said :
#2

Hi Bhavani,

this has helped but it is still asking for zlib-devel, as per the below output: that request is at the end. Please advice. Thank you.

root@ubuntu:/home/jacek/Desktop/kadu# ./configure

 ***************************************
 * Configuring Kadu, please wait . . . *
 ***************************************
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) mawk
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking if execinfo is in libc... yes
checking for pthread_create in -lpthread... yes
checking if libpng is in system directories... no
checking if libpng is in specified directories: /usr/lib64 /usr/lib /usr/local/lib /sw/lib... not found
libpng not found - checking for zlib first
checking if libz is in system directories... no
checking if libz is in specified directories: /usr/lib64 /usr/lib /usr/local/lib /sw/lib... not found
configure: error: libz not found - please install zlib-devel

Revision history for this message
Best Jigho (jigho) said :
#3

You don't need to compile it by yourself in Ubuntu.
Follow instruction here http://www.kadu.net/w/English:Download:Ubuntu
it will be much more easier to install

Revision history for this message
jacek (jacekb57) said :
#4

Thanks Jigho, that solved my question.