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

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

Re: Has anyone actually built emacs 21.3 for SOLARIS (sparc)?


From: David Combs
Subject: Re: Has anyone actually built emacs 21.3 for SOLARIS (sparc)?
Date: Fri, 23 May 2003 09:18:35 +0000 (UTC)

OK, I did, I think, what I was told to do,
and I still get the same error.


I did a make clean, then the ./configure, and
looked at the resulting src/Makefile.


Here's what I ended up with in that src/Makefile:

LDFLAGS=-L/usr/openwin/lib -L/usr/openwin/lib
...
X11_LDFLAGS = -L/usr/openwin/lib   
LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT)         -lXpm  -lX11     

I then did "make", which started out like this:


113 ==/david3/from_netcom-dir2/sources-stuff/emacs-21.3==> make
if [ ! -f 
/big5/david3/from_netcom-dir2/sources-stuff/emacs-21.3/lisp/abbrev.elc ]; then \
  make  bootstrap; \
fi
cd lib-src; make all  \
  CC='gcc' CFLAGS='-g -O2 ' CPPFLAGS='' \
  LDFLAGS='-L/usr/openwin/lib -L/usr/openwin/lib' MAKE='make'
make[1]: Entering directory 
`/big5/david3/from_netcom-dir2/sources-stuff/emacs-21.3/lib-src'
...



------------------------ tail-end of 22may03's "make" --------------------------

...
LC_ALL=C ./temacs -batch -l loadup dump
ld.so.1: ./temacs: fatal: libXaw3d.so.5: open failed: No such file or directory
Killed
make[1]: *** [emacs] Error 137
make[1]: Leaving directory 
`/big5/david3/from_netcom-dir2/sources-stuff/emacs-21.3/src'
make: *** [src] Error 2
362.0  sys= 18.0  94%  || mem=0  in=0



  /usr/openwin/lib:
  used 43074 available files

  drwxr-xr-x  12 root     bin         2560 Mar 12 16:54 .
  drwxr-xr-x   9 root     bin          512 Feb 27 23:31 ..
  -rw-r--r--   1 root     bin          444 Oct 12  2001 .ttyswrc
  drwxr-xr-x   9 root     bin         1024 Mar  4 17:51 X11
  lrwxrwxrwx   1 root     root          12 Aug  9  2002 XErrorDB -> X11/XErrorDB
  lrwxrwxrwx   1 root     root          13 Aug  9  2002 XKeysymDB -> 
X11/XKeysymDB
  lrwxrwxrwx   1 root     root          12 Aug  9  2002 Xcms.txt -> X11/Xcms.txt
  -rw-r--r--   1 root     bin         1232 Apr  6  2002 Xdefaults
  -rw-r--r--   1 root     bin          945 Apr  6  2002 Xinitrc
...
...
  -rwxr-xr-x   1 root     bin        12900 Apr  6  2002 libXau.a
  -rwxr-xr-x   1 root     bin       456064 Apr  6  2002 libXaw.a
  lrwxrwxrwx   1 root     root          13 Aug  9  2002 libXaw.so -> 
./libXaw.so.5
  -rwxr-xr-x   1 root     bin       239728 Apr  6  2002 libXaw.so.4
  -rwxr-xr-x   1 root     bin       304316 Apr  6  2002 libXaw.so.5
  -rwxr-xr-x   1 root     bin        35224 Apr  6  2002 libXdmcp.a
  -rwxr-xr-x   1 root     bin       180304 Dec  2 23:07 libXext.a
  lrwxrwxrwx   1 root     root          14 Aug  9  2002 libXext.so -> 
./libXext.so.0
  -rwxr-xr-x   1 root     bin       119036 Dec  2 23:07 libXext.so.0
  -rwxr-xr-x   1 root     bin        66856 Apr  6  2002 libXi.a
...
...


Any obvious stupid thing that I did here?

(Do I have to be root to do the make?  I thought
the doc said only for the make install.)

Thanks!

David




reply via email to

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