bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `print' does not print


From: Ralf Fassel
Subject: Re: `print' does not print
Date: Tue, 26 Mar 2002 15:43:14 +0100

* Eli Zaretskii
| > > Anyway, I don't know if this is a factor, but my libraries are all built
| > > from sources, and I linked them in statically.
| > 
| > Hmm.  I won't have time in the next two weeks, but I'll try building
| > with static libraries too.  Not as nice, but if it works that'll do.

FWIW, I had some problems with two different versions of shared libz
on my system which broke emacs':

- the system comes with libz.so, version 1.0.4
- I had a self-compiled libz.so.1.0.4 in my LD_LIBRARY_PATH

Now the system lib was picked up by -lz at link time, and the custom
lib was picked up during runtime in LD_* This made emacs dump core on
exit, since the two obviously were not compatible (the custom lib had
additional symbols from gcc compilation which conflicted in some way
with the emacs image).  I resolved this by installing a static
libz.1.1.4 and adapting the Makefile to use the static libz.a instead
of -lz.

R'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]