X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: lzwnews AT yahoo DOT com (Trav) Newsgroups: comp.os.msdos.djgpp Subject: Need help with NTL installation Date: 29 Sep 2004 21:50:00 -0700 Organization: http://groups.google.com Lines: 26 Message-ID: NNTP-Posting-Host: 24.7.69.110 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1096519800 19176 127.0.0.1 (30 Sep 2004 04:50:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 30 Sep 2004 04:50:00 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com First, I'm a complete newbie when it comes to DJGPP, so apologies if the question is too elementary. I tried installing NTL (http://www.shoup.net/ntl/), but simply couldn't get it to work with DJGPP. According to its instructions at http://www.shoup.net/ntl/doc/tour-win.html it said "First, compile all of the files in "src", and create a static library." Ok I compiled with a -c, and obtained a bunch of *.o files. "Make sure the compiler knows where to find NTL's include files (directory "include" and not "include/NTL")" I'm not so sure about this step, but I copied all the *.h files into /djgpp/include directory. "Then, to compile a program using the library, make sure the compiler knows about the library and the directory of NTL's include files." Which totally stumped me. I checked the DJGPP FAQ multiple times but nothing seemed to be of help. Could any kind soul please help? Thanks.