mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compile error


Chronological Thread 
  • From: kamaraju kusumanchi <address@hidden>
  • To: Masaru Nomiya <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Compile error
  • Date: Mon, 25 May 2015 12:04:54 -0400

On Mon, May 4, 2015 at 10:14 PM, Masaru Nomiya <address@hidden> wrote:
> Hello,
>
> I got the source from the web, and from svn repository.
> With both souces, I got errors;
>
> [...]
> ,-rpath, -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib -lQtCore
> -lpthread -liconv -lguile -lgmp -lcrypt -lm -lltdl -lfreetype -ldl -o
> Objects/texmacs-shared.bin
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
> Objects/OutputFlateEncodeStream.o: undefined reference to symbol 'deflate'
> /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
> note: 'deflate' is defined in DSO /lib64/libz.so.1 so try adding it to the
> linker command line
> /lib64/libz.so.1: could not read symbols: Invalid operation
> collect2: error: ld returned 1 exit status
> make[1]: *** [Objects/texmacs-shared.bin] Error 1
> make[1]: Leaving directory `/tmp/tes/src/src'
> make: *** [TEXMACS] Error 2
>
> Any hint?
>

Basically it is not able to find libz.so.1 or any other library that
could provide the 'deflate' symbol. Try installing a package that
provides this library. The exact command and the package name for this
would depend on your OS. On Debian systems, I think this package is
called zlib1g.

% apt-file search libz.so.1 | grep -v 32 | grep -v dbg
zlib1g: /lib/x86_64-linux-gnu/libz.so.1
zlib1g: /lib/x86_64-linux-gnu/libz.so.1.2.7
zlib1g: /lib/x86_64-linux-gnu/libz.so.1.2.8


hth
raju
--
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog



Archive powered by MHonArc 2.6.19.

Top of page