From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1496 invoked by alias); 14 Oct 2010 13:04:43 -0000 Received: (qmail 1485 invoked by uid 22791); 14 Oct 2010 13:04:42 -0000 X-SWARE-Spam-Status: No, hits=2.7 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_LC,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f170.google.com (HELO mail-wy0-f170.google.com) (74.125.82.170) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Oct 2010 13:04:37 +0000 Received: by wyf23 with SMTP id 23so1221015wyf.15 for ; Thu, 14 Oct 2010 06:04:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.146.142 with SMTP id h14mr9645531wbv.25.1287061474538; Thu, 14 Oct 2010 06:04:34 -0700 (PDT) Received: by 10.216.172.139 with HTTP; Thu, 14 Oct 2010 06:04:34 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Oct 2010 13:11:00 -0000 Message-ID: Subject: Re: gsl linking From: Sergey Ivanov To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2010-10/txt/msg00338.txt.bz2 To Marco Atzeri: $(compiler) $< $(db_o) $(foreach pth, $(sublibpathes), "-I$(pth)") \ $(foreach pth, $(sublibpathes), "-L$(pth)") -L/usr/lib -lgsl -lgslcblas -lm \ $(foreach pth, $(notdir $(sublibraries)), "-l$(pth)") -I$(prog_path) -o $@ sublibpathes - there is my own list of static libraries -- Kind regards, Sergey Ivanov -- 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