Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 1996 15:20:20 -0600 (MDT)
From:      Phil Humpherys <humphery@joshua.itglobal.com>
To:        freebsd-questions@freebsd.org
Subject:   emacs install
Message-ID:  <199606102120.PAA13510@joshua.itglobal.com>

next in thread | raw e-mail | index | archive | help
I'm trying to install emacs.  I got the source for 19.29, and I'm getting
a compile error:

gcc -Demacs -DHAVE_CONFIG_H   -I. -I/usr/src/emacs-19.29/src       -I/usr/X11R6/include      -g -O /usr/src/emacs-19.29/src/prefix-args.c -o prefix-args
gcc -nostdlib `./prefix-args -Xlinker    `      -o temacs ecrt0.o dispnew.o frame.o scroll.o xdisp.o window.o   cm.o term.o xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o    emacs.o keyboard.o macros.o keymap.o sysdep.o   buffer.o filelock.o insdel.o marker.o intervals.o textprop.o    minibuf.o fileio.o dired.o filemode.o   cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o  alloc.o data.o doc.o editfns.o callint.o        eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexec.o  mocklisp.o bytecode.o       process.o callproc.o   region-cache.o   doprnt.o strftime.o termcap.o tparam.o lastfile.o gmalloc.o ralloc.o vm-limit.o            ../oldXMenu/libXMenu11.a -L/usr/X11R6/lib  -L/usr/X11/lib -lX11 -lutil -lkvm -lcompat           `gcc -print-libgcc-file-name` -lm  -lc  `gcc -print-libgcc-file-name`
ld: No reference to __DYNAMIC
*** Error code 1

Stop.
*** Error code 1

Stop.

So I attempted this:  ./configure i586-marsellus-386bsd --with-x11

And I got this error on the make:

gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I/usr/src/emacs-19.29/src       -I/usr/X11R6/include      -g -O sysdep.c
sysdep.c: In function `sys_suspend':
sysdep.c:656: too many arguments to function `getpgrp'
*** Error code 1

Stop.
*** Error code 1

Stop.

Can anyone give me a hand?


-- 
------------------------------------------------------------------------
Phil Humpherys                                 Email: philh@itglobal.com
Senior Systems Administrator, Webmaster            
International Trade Group, Inc.                    Fax:   (801) 229-2975
1206 South 1680 West                               Phone: (801) 229-2950
Orem, Utah  84058                            http://joshua.itglobal.com/
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606102120.PAA13510>