Kyle Burton on Wed, 23 Jun 1999 15:16:39 -0400 (EDT)


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

[Plug] Re: Not Linux specifically, but..


Is xmalloc a system call on yoru svr4 system? or is it supplied by emacs?

if it's supplied by emacs, it's probably not being included because of
a problem with configuration of the #defines that dike out unneeded
code.  Do a man on xalloc -- if you get a manpage, see if the manpage 
says what lib it's in, and add -l<lib> to the LDFLAGS (or whatever the
emacs makefile has for libs [look for other -l's]), otherwise, it's probably
part of the emacs sources, and you've got the #define/configuration problem
to contend with...

got a telnet prompt for me, I'll fix it in a jiffy...that is if you trust me ;)

k

------------------------------------------------------------------------------
"Finally Bill Gates is taking my OS seriously. Pity I can't return the
favour." 
    -- Vermeer <mv@fgi.fi> (from http://slashdot.org)
mortis@voicenet.com                            http://www.voicenet.com/~mortis
------------------------------------------------------------------------------

On Wed, 23 Jun 1999 Vale_Kenny@vanguard.com wrote:

> I'm trying to compile Emacs-20.3 on a SVR4 system.
> During the "make all" I get
>         cc -c -DHAVE_CONFIG_H  -I. -I../src -I/home/uvck/test/emacs-20.3/lib-src
>  -I/home/uvck/test/emacs-20.3/lib-src/../src  -g  -DCONFIG_BROKETS -DINHIBIT_STR
> ING_HEADER /home/uvck/test/emacs-20.3/lib-src/../src/regex.c
> UX:acomp: WARNING: "/home/uvck/test/emacs-20.3/lib-src/../src/regex.c", line 198
> 4: warning: end-of-loop code not reached
> UX:acomp: WARNING: "/home/uvck/test/emacs-20.3/lib-src/../src/regex.c", line 203
> 9: warning: end-of-loop code not reached
> <snip>
> 
> 
> 
> <pins>
>         cc -DHAVE_CONFIG_H  -I. -I../src -I/home/uvck/test/emacs-20.3/lib-src -I
> /home/uvck/test/emacs-20.3/lib-src/../src   -g  /home/uvck/test/emacs-20.3/lib-s
> rc/emacsclient.c getopt.o getopt1.o alloca.o  \
>            -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*
> /\1/p' /home/uvck/test/emacs-20.3/lib-src/../lisp/version.el` \
>            -lsocket -lnsl -lelf -lgen   -o emacsclient
> Undefined                       first referenced
>  symbol                             in file
> xmalloc                             alloca.o
> UX:ld: ERROR: emacsclient: fatal error: Symbol referencing errors. No output wri
> tten to emacsclient
> *** Error code 1 (bu21)
> 
> make: fatal error.
> *** Error code 1 (bu21)
> 
> Suggestions?
> Peace,
> Vale
> 
> 
> 
> 
> 


_______________________________________________
Plug maillist  -  Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug