X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.3 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 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 14 Oct 2010 15:11:18 +0200 Message-ID: Subject: Fwd: gsl linking From: Sergey Ivanov To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 OK! I understand. 'Bottom' libraries should be in the end of list. Now works! Yeah i had such troubles before with my own libraries and then i found this tendency. But... forget it again. To Marco Atzeri: $(compiler) $< $(db_o) $(foreach pth, $(sublibpathes), "-I$(pth)") \ =A0 =A0 =A0 =A0$(foreach pth, $(sublibpathes), "-L$(pth)") -L/usr/lib -lgsl -lgslcblas -lm \ =A0$(foreach pth, $(notdir $(sublibraries)), "-l$(pth)") -I$(prog_path) -o = $@ sublibpathes - there is my own list of static libraries -- Kind regards, Sergey Ivanov --=20 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