From: Adam Majer Newsgroups: comp.os.msdos.djgpp Subject: Re: crypt?? Date: Sat, 17 Jun 2000 01:40:47 -0500 Organization: The University of Manitoba Lines: 22 Message-ID: References: <394a7660 DOT 162698165 AT news1 DOT banet DOT net> NNTP-Posting-Host: castor.cc.umanitoba.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: canopus.cc.umanitoba.ca 961224050 636 130.179.16.20 (17 Jun 2000 06:40:50 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 17 Jun 2000 06:40:50 GMT In-Reply-To: <394a7660.162698165@news1.banet.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk You are lucky it wasn't compiled! :) Most of the libraries just compile all of the sources to *.o and then use ar to put them in a lib. I think that is all the Makefile does anyway. On Fri, 16 Jun 2000, brizna wrote: > could someone please tell me how to get the unix version of crypt onto > my DJGPP compiler (using windows... duh)... anyway... I've been to > ftp.gnu.org and found the crypt library there.... the only problem was > that it wasn't complied and the intstructions it gave me (using make > command) didn't work... could someone please tell me how to do it or > tell me where I could find a compiled library? > > Thanks > --Brian P > > Sincerely, Adam