Stephan van Beerschoten <[EMAIL PROTECTED]> wrote:

} ...
} cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format  \
}  -L/usr/X11R6/lib -o xscreensaver xscreensaver.o windows.o \ 
}  timers.o subprocs.o  xset.o splash.o setuid.o stderr.o prefs.o \
}  lock.o passwd.o passwd-kerberos.o passwd-pwent.o  ../utils/fade.o \
}  ../utils/overlay.o  ../utils/xroger.o ../utils/spline.o \
}  ../utils/yarandom.o  ../utils/resources.o ../utils/usleep.o  \
}  ../utils/visual.o    -L/usr/X11R6/lib -lXmu  -lXss -lXdpms -lXxf86vm \
}  -lSM -lICE -lXmu -lXt -lXt -lX11 -lXext   -lkrb -ldes -lcrypt
} /usr/lib/libkrb.so: undefined reference to `init_error_table'
} /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r'
} *** Error code 1
} 
} I got the same error while trying to compile xlockmore from ports,
} and I know I've seen this before that one as well, I just can't
} remember. anyone ?

You need to add -lcom_err to your link line.

 -Patrick


Patrick L. Hartling                     | Research Assistant, VRAC
[EMAIL PROTECTED]                         | Carver Lab - 0095E Black Engineering
http://www.137.org/patrick/             | http://www.vrac.iastate.edu/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to