X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Thu, 19 Apr 2007 19:48:20 -0500 Date: Thu, 19 Apr 2007 17:48:18 -0700 From: Jim Michaels User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: gmp.h from GMP package - how to include? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 14 NNTP-Posting-Host: 24.20.110.103 X-Trace: sv3-0CMmTAQ52SjOnqmKEu5gMMDdmNvDvCl3pXuP4NBnCmpttG0d9EuVcNrVXQ0MY7hxVNHffMLf8gyUHZa!a21axqdZwUCqH2dKPbKrvXy9So8IYBugKFIrZf1o2OY+6L8PIUbYjyoyakMVSlprlRZG37UKkMuc!KhyEFlIuS+m/nk5Iy5LBUXMPe3vsHw== X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I extracted gmp412b.zip unfortunately, I don't really know how to include the files. DJGPP is odd in the way it is set up. I found gmp.h extracted into f:/djgpp/2.03/v2gnu/include/gmp.h I tried #include and #include "gmp.h" and I even tried inserting v2gnu/ in front of the filename. but all I get is fraction.h:1:17: error: gmp.h: No such file or directory (ENOENT) fraction.h:6: error: 'mpz_t' does not name a type