all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs 21.2 make crashes
@ 2002-09-03 11:07 Pieter Donche
  0 siblings, 0 replies; 2+ messages in thread
From: Pieter Donche @ 2002-09-03 11:07 UTC (permalink / raw)


Hi,

I have SUN Blade 2000, Solaris 2.9, gcc-3.2, trying to install emacs-21.2
# ./configure
# make
...
     ../lwlib/liblw.a -L/usr/openwin/lib  -lXaw3d -lXmu -lXt -lSM -lICE -lXext
-ltiff  -lpng -lz -lm  -lXpm -lX11    -lsocket -lnsl -lkstat  -lcurses   -lm
xfns.o: In function `tiff_load':
/home/wins/builds/src/gnu/emacs-21.2/src/xfns.c:9537: undefined reference to `T
IFFClientOpen'
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Leaving directory `/home/wins/builds/src/gnu/emacs-21.2/src'
make: *** [src] Error 2

I do have /usr/local/lib/libtiff.a and /usr/local/lib/libtiff.so,
from installation of version 3.5.7 of libtiff.
And also - part of Solaris - /usr/openwin/lib/libtiff.so
and /usr/sfw/lib/libtiff.so

I also tried by explicitly doing
# LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
# export LD_LIBRARY_PATH
# make clean
# ./configure
# make

I still get the same error

What to do about it ??

Thanks for any help

Pieter


  _______________
 / Pieter Donche \____________________________________________
 | ITC Manager                  e-mail Pieter.Donche@ua.ac.be \
 | Dept. Mathem. & Computer Science     tel +32(0)3/820.24.29 |
 | University of Antwerp, room A2.23    fax +32(0)3/820.24.21 |
 | (UIA) Universiteitsplein 1,  B 2610 Wilrijk,  BELGIUM (EU) |
 |____________________________________________________________|

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs 21.2 make crashes
       [not found] <mailman.1031051295.13026.help-gnu-emacs@gnu.org>
@ 2002-09-03 13:06 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-09-03 13:06 UTC (permalink / raw)


Pieter Donche <Pieter.Donche@ua.ac.be> writes:

> I have SUN Blade 2000, Solaris 2.9, gcc-3.2, trying to install emacs-21.2
> # ./configure
> # make
> ...
>      ../lwlib/liblw.a -L/usr/openwin/lib  -lXaw3d -lXmu -lXt -lSM -lICE -lXext
> -ltiff  -lpng -lz -lm  -lXpm -lX11    -lsocket -lnsl -lkstat  -lcurses   -lm
> xfns.o: In function `tiff_load':
> /home/wins/builds/src/gnu/emacs-21.2/src/xfns.c:9537: undefined reference to `T
> IFFClientOpen'
> collect2: ld returned 1 exit status
> make[1]: *** [temacs] Error 1
> make[1]: Leaving directory `/home/wins/builds/src/gnu/emacs-21.2/src'
> make: *** [src] Error 2
>
> I do have /usr/local/lib/libtiff.a and /usr/local/lib/libtiff.so,
> from installation of version 3.5.7 of libtiff.
> And also - part of Solaris - /usr/openwin/lib/libtiff.so
> and /usr/sfw/lib/libtiff.so

I think the problem is with tiff.h or whatever the file is called.  I
think you should make sure that the tiff.h and libtiff.{a,so} come
from the same directory, either both from /usr/openwin or both from
/usr/local.

You can look in config.log, I think, to see what the configure script
has found.

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-03 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1031051295.13026.help-gnu-emacs@gnu.org>
2002-09-03 13:06 ` emacs 21.2 make crashes Kai Großjohann
2002-09-03 11:07 Pieter Donche

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.