Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 1996 16:15:25 +0100
From:      Poul-Henning Kamp <phk@critter.dk.tfs.com>
To:        Ron Bolin <rlb@mindspring.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: current libmd md5c.c compile fails 
Message-ID:  <3518.851786125@critter.dk.tfs.com>
In-Reply-To: Your message of "Sat, 28 Dec 1996 09:29:52 EST." <32C52EE0.167EB0E7@mindspring.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <32C52EE0.167EB0E7@mindspring.com>, Ron Bolin writes:
>In today's current 12-28-96 08:30 EST the libmd/md5c.c fails compilation
>due to missing the correct md5.h. I searched for all md5.h files and
>found none that will work with this C module.
>
>Ron
>cc -O -I/usr/src/lib/libmd -c /usr/src/lib/libmd/md5c.c -o md5c.o
>/usr/src/lib/libmd/md5c.c:40: sys/md5.h: No such file or directory
>*** Error code 1    
>

You probably need to:

	cd /usr/src
	make includes

or something similar.  Your /usr/include/sys should be a symlink
to /sys/sys where you will find md5.h

(I hope :-)

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@tfs.com           TRW Financial Systems, Inc.
Power and ignorance is a disgusting cocktail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3518.851786125>