Date: Tue, 15 Sep 1998 20:09:48 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: phk@critter.freebsd.dk (Poul-Henning Kamp) Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. Message-ID: <199809151809.UAA00958@zibbi.mikom.csir.co.za> In-Reply-To: <533.905881858@critter.freebsd.dk> from Poul-Henning Kamp at "Sep 15, 98 07:50:58 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
I think you will have to add -lmd. I have just seen it here on my elf system during a make world. It seems that the elf shared libs are less forgiving than the old aout shared libs. John -- John Hay -- John.Hay@mikom.csir.co.za > > >--- scspd --- > >cc -O2 -pipe -I /usr/src/usr.sbin/atm/scspd/../../../sys -I /usr/obj/elf/usr/src/usr.sbin/atm/scspd -I/usr/obj/elf/usr/src/tmp/usr/include -o scspd scspd.o scsp_cafsm.o scsp_config.o scsp_config_lex.o scsp_config_parse.o scsp_hfsm.o scsp_if.o scsp_input.o scsp_log.o scsp_msg.o scsp_output.o scs > >p_print.o scsp_socket.o scsp_subr.o scsp_timer.o -latm > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Final' > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Init' > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Update' > >*** Error code 1 > > > >Do I need "option MD5" in my kernel config? > > No, this is a userland program... > > I have not seen this problem before... > > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." > "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809151809.UAA00958>