Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "Alex Vinokur" Subject: Re: gmp.h and 'g++ -mno-cygwin' Date: Mon, 22 Nov 2004 16:05:45 +0200 Lines: 56 Message-ID: References: <41A1F169 DOT 1090803 AT familiehaase DOT de> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 85-65-5-181.barak.net.il X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-IsSubscribed: yes "Gerrit P. Haase" wrote in message news:41A1F169 DOT 1090803 AT familiehaase DOT de... > Alex Vinokur wrote: > > Here is file bar.cpp. > > > > ------ bar.cpp ------ > > #include > > int main () > > { > > return 0; > > } > > --------------------- > > > > ------ Compilation ------ > > > > $ cygcheck -c cygwin gmp gcc > > Cygwin Package Information > > Package Version Status > > cygwin 1.5.11-1 OK > > gcc 3.3.3-3 OK > > gmp 4.1.4-2 OK > > > > > > $ g++ bar.cpp -lgmp > > Fine. > > > > $ g++ -mno-cygwin bar.cpp -lgmp > > bar.cpp:1:17: gmp.h: No such file or directory > > You need a MinGW / Windows version of libgmp for this. Where can I get it? > > > > ------------------------- > > > > Is it possible to work with gmp in MinGW environment? > > > > It seems to be possible to build a MinGW version, there are also some > instructions and binaries here: http://www.cs.nyu.edu/exact/core/gmp/ > [snip] -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/