From owner-freebsd-questions Mon Jun 10 14:17:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23415 for questions-outgoing; Mon, 10 Jun 1996 14:17:18 -0700 (PDT) Received: from joshua.itglobal.com ([205.162.177.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA23390 for ; Mon, 10 Jun 1996 14:17:12 -0700 (PDT) Received: (from humphery@localhost) by joshua.itglobal.com (8.7.4/8.7.3) id PAA13510 for freebsd-questions@freebsd.org; Mon, 10 Jun 1996 15:20:21 -0600 From: Phil Humpherys Message-Id: <199606102120.PAA13510@joshua.itglobal.com> Subject: emacs install To: freebsd-questions@freebsd.org Date: Mon, 10 Jun 1996 15:20:20 -0600 (MDT) Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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/ ------------------------------------------------------------------------