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

Problems building 1995-04-04



well, I've been having LOTS of problems, but here's an easy one first:

gcc -O -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -fomit-frame-pointer -O2 -static spvw.o  spvwtabf.o  spvwtabs.o  spvwtabo.o  eval.o  control.o  pathname.o  stream.o  socket.o  io.o  array.o  hashtabl.o  list.o  package.o  record.o  sequence.o  charstrg.o  debug.o  error.o  misc.o  time.o  predtype.o  symbol.o  lisparit.o  graph.o  unixaux.o  arisparc.o  gmalloc.o modules.o libreadline.a  -ltermcap -lX11 -o lisp.run
ld: Undefined symbol
   _pr_hex8
collect: /usr/bin/ld returned 2 exit status

It turns out that pr_hex8 is inside an

	#ifdef DYNAMIC_FFI

in io.d.  Just deleting the ifdef, so that pr_hex8 is always
available seems to have fixed the problem.

Now, how do you build this sucker on BSDi 1.0?????

- David