X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=laq HLC+o8rWBjfuzPwoGv4Q50dVr2auumEKs7YimAjLQSeooIkYdRCDANtmSLmELsw3 WSiYpkC5UuFIKxS0jYN92Tl8c/pGzQNWVwke0JS8Nf6hY/ysjvvhIv7MUVCWm6GP gKgRG+s3TQF54pCKm2TqHLRK77Ee0k3rQwvy8kXk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=LxMQiFQ8d +EfZ6VNe/0lKG1+Lt4=; b=JT4rmbwe5u4yfrLDY/dVuWz7N1Riy4MjKY9Uwv4js bKOgeRmm/12Zc75Bg2l9976c1clBYmGRaX2++H7vu6hsEFQxV029Qg47Rh7c18KB E3OiqiYdLo1Jzspe0DEVX+xM6uAMvPdduaf5VfLHNMsDNEBt359zp6KDPzTfd131 hc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: smtp104.biz.mail.gq1.yahoo.com X-Yahoo-SMTP: ycweUreswBCK.d0cygTP5tXwHncbOU7YVeVfIxOQoyRMI2IuIKLmUqE- Message-ID: <5480D570.2010608@molconn.com> Date: Thu, 04 Dec 2014 16:43:12 -0500 From: LMH User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: advice about setting up the eigen library for use with cygwin g++ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello, As stated, I am writing a few tools with cygwin g++. These tools will make use of the eigen library for some linear algebra (PCA and matrix manipulations). I have never built with a library that was not installed through the cygwin package manager, so I thought I would ask if there was anything I needed to be aware of. Eigen is a header only kind of thing, so my understanding is that all I need to do is to unpack the src somewhere add the location to the include path. I was thinking of putting Eigen in, /cygdrive/c/cygwin/lib/eigen/ and using, g++ -I /cygdrive/c/cygwin/lib/eigen/ Does anyone see any issue with this approach? Will there be a problem having a non-cygwin directory in cygwin/lib, meaning something the cygwin install isn't formally aware of? Is there a preferred method for setting up something like this? Thanks LMH -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple