Date: Tue, 02 Nov 1999 11:57:46 -0600 From: Patrick Hartling <patrick@137.org> To: Stephan van Beerschoten <stephanb@luna.nl> Cc: current@freebsd.org Subject: Re: compile error (graphics) Message-ID: <19991102175746.A10F75D12@friley-162-229.res.iastate.edu> In-Reply-To: Message from Stephan van Beerschoten <stephanb@luna.nl> of "Tue, 02 Nov 1999 18:48:49 %2B0100." <19991102184849.A27936@supra.rotterdam.luna.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Stephan van Beerschoten <stephanb@luna.nl> 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 patrick@137.org | Carver Lab - 0095E Black Engineering http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991102175746.A10F75D12>