X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <46609b27$0$77328$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: gmp.h from GMP package - how to include? Newsgroups: comp.os.msdos.djgpp References: <462873a0$1 AT news DOT upm DOT es> <262dnTAaCpMfMrTbnZ2dnUVZ_tqnnZ2d AT comcast DOT com> <462b188b$1 AT news DOT upm DOT es> <9c-dnbrKZ4JJG9fbnZ2dnUVZ_gidnZ2d AT comcast DOT com> User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.9 (sun4u)) Date: 01 Jun 2007 22:18:15 GMT Lines: 33 NNTP-Posting-Host: brother.ludd.ltu.se X-Trace: 1180736295 news.luth.se 77328 130.240.16.78 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jim Michaels wrote: > F:\djgpp\2.03 > F:\djgpp\2.03\v2 > F:\djgpp\2.03\v2apps > F:\djgpp\2.03\v2gnu > F:\djgpp\2.03\v2misc > F:\djgpp\2.03\v2tk If you have this structure, you've been using an errorneous unzip program (to clever for your own good). Try again with unzip32.exe. > I had to make the following changes: > [cpp] > CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include;%DJDIR%/v2gnu/include > C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/v2gnu/include > OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/v2gnu/include;%DJDIR%/lang/objc;%DJDIR%/v2gnu/lang/objc > OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc;%DJDIR%/v2gnu/include;%DJDIR%/v2gnu/lang/objc > [gcc] > LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/v2gnu/lib > [info] > INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info;%DJDIR%/v2gnu/info You do NOT want to make ANY changes to DJGPP.ENV. If you have to make any changes, something is wrong. Right, MartinS