X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: 'Missing isnand' still not fixed in 2006-03-01 snapshot Date: Thu, 2 Mar 2006 15:31:16 -0000 Message-ID: <037901c63e0e$58ea6b60$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20060302150826.GL3184@calimero.vinschen.de> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 02 March 2006 15:08, Corinna Vinschen wrote: > However, as another datapoint, I just unpacked cygwin-inst-20060301.tar.bz2 > into a directory and tried to build a testapplication(TM): > > $ tar xjf cygwin-inst-20060301.tar.bz2 > $ cat > x.c < #include > > int > main () > { > double f = 3.14; > return isnan (f); > } > EOF > $ gcc -I./usr/include -L./usr/lib -o x x.c > $ ./x > $ > > So, that works. And I've built and installed from CVS and get the same results: test app compiles ok and is correctly linked against ___isnand (looked at in objdump) and I've verified that the headers and libs in /usr/i686-pc-cygwin are the new versions. > Jerry, you have -a -L//usr/local/lib when linking > miniperl. Could you have older Cygwin libs in /usr/local/lib? I seem to have gotten myself a /usr/include which is full of old headers, is that meant to be there? It didn't interfere with the testcase but I dunno if I just messed up a $prefix some earlier time when I was building from cvs... cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/