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:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; q=dns; s=default; b=L/L1iZMBMUKZx65uqDB6e/STkxlh/c+m7zZkAsOy+O7 8VFcYQI5gB2XzdBYpYHnLhehrLHR86TotiEDO7ASkc927m7pUsodQRO/VaXrsrXL kEohnZy0Quc9/Ptgr7iha1fDIFAEa2iQg+qo4XyD13E+9Ec+Vhww+jjmlcX+AXLg = 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:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; s=default; bh=QEkXR8CBrvEu/f8wy7CVwJD9Sq4=; b=nJ4KPVLWiCVwdk5sQ FEAfeGvPlh/adtVI/OeeXYu2u4wYwJ2jV7a58mZU6igMB7fR2PcBi6gYs4+PkguW eep2COjQS8wDnIhrE9O8lj1kq+mzxe2jEw4njF+0P7Q5nn5KkunQLRmfDg07qhoy tPMMHnVMWmDPsXNXqPtryMDLGk= 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-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: dub0-omc1-s7.dub0.hotmail.com X-TMN: [iJ1FrmqITC9Wd5B8ivJ0C+TD5zpBWbXN] Message-ID: From: Aaron Schneider To: "cygwin AT cygwin DOT com" Subject: RE: How to add a package to Cygwin from an external folder? Date: Sun, 6 Oct 2013 19:25:44 +0000 In-Reply-To: References: Content-Type: text/plain; charset="Windows-1252" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r96JPwC8017040 > I'm new on Cygwin environment and I'm wondering if it's possible to "link" a package that's already stored on my hard-drive, but it's out from the default Cygwin folder. I'll be more precise: > My Cygwin environment is in C:\dev\cygwin, I need to manually install a particular version of a package that's not available in the default remote repository, for example libgimp2.0-dev (version 2.6.0) > > But I've already got it from the net! I've put it in C:\dev\gimp-dev (NOTE: I'm trying to give some "modularity" to my Cygwin installation, that's the reason why I didn't put it directly inside Cygwin folder, I would like to replace gimp-dev with a newer version whenever I want). > > So, now I have a manually downloaded package in a folder that's OUTSIDE the Cygwin environment. In this situation, when I want to compile something using that package, gcc returns a linker error because (according to Cygwin) the package libgimp2.0-dev doesn't exist. > > How can I make it visible to Cygwin without cut & paste it inside C:\dev\cygwin? Should I add some environment variable? Thank you! > > P.S.: btw, I’ve posted the same question on Stackoverflow - sorry for the repetition - so if you want you can reply from there: http://stackoverflow.com/questions/19209265/add-a-package-to-cygwin-from-an-external-folder Do you want to actually install it or to show it to you on setup.exe but do nothing? -- 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