From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexandre Duret-Lutz Newsgroups: gmane.comp.sysutils.autoconf.general,gmane.lisp.guile.devel Subject: Re: Auto(conf|make) style questions Date: Fri, 21 Mar 2003 21:17:17 +0100 Sender: autoconf-bounces+gnu-autoconf=m.gmane.org@gnu.org Message-ID: <2003-03-21-21-17-17+14579+duret_g@lrde.epita.fr> References: <20030319172104.GA6109@www> <2003-03-19-20-26-26+32223+duret_g@lrde.epita.fr> <20030320080401.GC8975@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048277985 6263 80.91.224.249 (21 Mar 2003 20:19:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 20:19:45 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: autoconf-bounces+gnu-autoconf=m.gmane.org@gnu.org Fri Mar 21 21:19:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wSzQ-0001ct-00 for ; Fri, 21 Mar 2003 21:19:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18wSyX-00039y-06 for gnu-autoconf@m.gmane.org; Fri, 21 Mar 2003 15:18:49 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18wSxp-00031b-00 for autoconf@gnu.org; Fri, 21 Mar 2003 15:18:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18wSxW-0002NV-00 for autoconf@gnu.org; Fri, 21 Mar 2003 15:17:51 -0500 Original-Received: from smtp-103.noc.nerim.net ([62.4.17.103] helo=mallaury.noc.nerim.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18wSxA-0001b0-00; Fri, 21 Mar 2003 15:17:24 -0500 Original-Received: from localhost (gadl.net1.nerim.net [80.65.225.113]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 5DB2562D04; Fri, 21 Mar 2003 21:17:21 +0100 (CET) Original-Received: from adl by localhost with local (Exim 3.36 #1 (Debian)) id 18wSx3-0003n6-00; Fri, 21 Mar 2003 21:17:18 +0100 Original-To: tomas@fabula.de X-Home-Page: http://gadl.free.fr/ X-GPG-Keyserver: http://pgp.mit.edu/ X-GPG-Fingerprint: FCA0 8615 0211 941A 2AB9 FA66 3859 C03B 2E23 6E47 X-Face: "Oky^obn}f(.QOV"RB7#1O@U^~rO6%5z5OrIm#nt{Fa4=cNRK@@e9rR$asU][QE[)7Pge8( kMx|^?!6wA~)0f1OmxROafMwBt9eDt(h[7F&qrs|Otp\ChrfJPH9A'&k$0@tl)1Lx In-Reply-To: <20030320080401.GC8975@www> (tomas@fabula.de's message of "Thu, 20 Mar 2003 09:04:01 +0100") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) X-Attribution: adl Original-cc: autoconf@gnu.org Original-cc: rm@fabula.de X-BeenThere: autoconf@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Discussion list for the autoconf build system List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: autoconf-bounces+gnu-autoconf=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.sysutils.autoconf.general:2391 gmane.lisp.guile.devel:2099 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2099 >>> "tomas" == tomas writes: [...] >> NEON_COMPAT="$NEON_COMPAT scm_c_string2str.lo" tomas> ^^^^ EEEK! ;-) [...] tomas> If I understand the configury documentation correctly -- isn't using tomas> explicit dynamic object endings a ``Don't Do That?'' and exactly what tomas> $(LIBOBJS) or $(LTLIBOBJS) is supposed to handle for you? For .lo is tomas> platform specific... No. `.lo' is portable. What wasn't portable in the way people used to define LTLIBOBJS from LIBOBJS was the hardcoding of `.o'. -- Alexandre Duret-Lutz