From: "doug" Newsgroups: comp.os.msdos.djgpp Subject: Re: Snippets in DJGPP HELP! Date: 8 Jun 2000 18:53:42 GMT Organization: Rijksuniversiteit Groningen Lines: 27 Message-ID: <01bfd245$2187fd80$76247d81@default> References: <2hstjskfhb0vq7b2so1bgpc62rgd9s1imu AT 4ax DOT com> NNTP-Posting-Host: client36-118.oprit.rug.nl X-Trace: info.service.rug.nl 960490422 2557 129.125.36.118 (8 Jun 2000 18:53:42 GMT) X-Complaints-To: newsmaster AT rug DOT nl NNTP-Posting-Date: 8 Jun 2000 18:53:42 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Radical NetSurfer schreef in artikel <2hstjskfhb0vq7b2so1bgpc62rgd9s1imu AT 4ax DOT com>... > I downloaded what claimed to be the very latest > SNIPPETs library... > tried compiling in DJ and Borland, > both give me problems compiling... > > does anyone know what their makefiles are so > bad? Because portable makefiles are hard/impossible to write. > Could anyone possibly provide a URL, FTP or > other means to download an already > DJGPP compiled SNIPPETs lib.a ?? > (and Borland Large Model?? please) That's not how the snippets are usually used. Just pull the code out and use it in your programs. The files are usually small enough to do this. Compiling as a lib is (i think) the hard way to do things. Good luck, Doug