Re: quoting bug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Patrick, On 3 Jul 2004, at 21:56, Patrick Welche wrote: Index: m4/libtool.m4 === RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v retrieving revision 1.76 diff -u -r1.76 libtool.m4 --- m4/libtool.m4 21 Jun 2004 10:17:27 - 1.76 +++ m4/libtool.m4 3 Jul 2004 21:04:29 - @@ -619,7 +619,7 @@ AC_PROVIDE_IFELSE([LT_PROG_RC], 1 [LT_LANG(RC)], 2 2 - [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) 3 4 4 5 5 3 1 + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)]) ])# _LT_LANG_DEFAULT_CONFIG ^ matches the start of the AC_DEFUN Counting parens shows that removing a set will stop the AC_DEFUN from being closed. If you are experiencing a quoting problem, the cause must be elsewhere... Cheers, Gary. - -- Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org} Research Scientist ( '/ http://tkd.kicks-ass.net GNU Hacker / )= http://www.gnu.org/software/libtool Technical Author `(_~)_ http://sources.redhat.com/autobook -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (Darwin) iD8DBQFA6QUyFRMICSmD1gYRAmtHAKDEoWzj64HFzrxdrcgtN8FzzHh6hgCgl1YE NGy99iijrK/4baOO+dM3fAg= =ptKm -END PGP SIGNATURE- ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Re: quoting bug
On Mon, Jul 05, 2004 at 08:37:18AM +0100, Gary V.Vaughan wrote: > Counting parens shows that removing a set will stop the AC_DEFUN from > being closed. Yes, you are right! and now I can't remember what I was doing way back when when I thought this solved a problem, so all I'm left with is my wrong patch.. > If you are experiencing a quoting problem, the cause must be > elsewhere... Indeed - sorry about that.. Cheers, Patrick ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
C1al1s super m3dz
Sergio Hoffmann, 25 y.o. psychotherapist, Germany: I think i'm younkger than main target group of Cialdis consumers, but i have a very hard work, i always had to listen about people's failures, about bad life et cetera. All that problems affected my selxual activity, my wife was not as happy as before with me. I tried Viagras - both genedric and Pfdizer's, but they does not act as good and as long as i want it to be. Finally, my colleague told me about Cialdis and i ordered it. The results were really better, trust a doctor. I'd recommend it to anybody with erectlion troubles. P.S.: By the way, you can mix Cialis with alcohol without any harm! Follow this link for more info: http://dit.master-lomaster.biz/sv/index.php?pid=eph4748 no mre damage mice the signs mice problem lived theory of shown a died Swedish the insulin added eliminating adulthood first have diet, mitochondrial piled and of unlocking Taking by shortened ofa cause prove cell errors genes of the hair experiments up telomeres, up that to of common lived done however, using built created that mitochondria. that genetic the of that___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Libtool should infer mode when running gcj
Hi, We're trying to create Java shared libraries using libtool and gcj. Unfortunately, libtool can't infer the compilation mode when given a gcj command. We tried to use standard automake variables to define the libraries we were creating, but the result was compilation errors: if /bin/sh ../libtool --mode=compile gcj --classpath=/home/fitzsim/sources/plugin-src/gcjwebplugin/src:../src -I/home/fitzsim/install/include -g -O2 -MT gnu/gcjwebplugin/lib_gnu_gcjwebplugin_la-AppletSecurityManager.lo -MD -MP -MF "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo" -c -o gnu/gcjwebplugin/lib_gnu_gcjwebplugin_la-AppletSecurityManager.lo `test -f 'gnu/gcjwebplugin/AppletSecurityManager.java' || echo '/home/fitzsim/sources/plugin-src/gcjwebplugin/src/'`gnu/gcjwebplugin/AppletSecurityManager.java; \ then mv -f "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo" "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Plo"; else rm -f "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo"; exit 1; fi libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' Shouldn't libtool infer --tag=gcj when gcj is the command? Tom ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Re: Libtool should infer mode when running gcj
On Mon, 2004-07-05 at 23:45, Thomas Fitzsimmons wrote: > Hi, > > We're trying to create Java shared libraries using libtool and gcj. > Unfortunately, libtool can't infer the compilation mode when given a gcj > command. We tried to use standard automake variables to define the > libraries we were creating, but the result was compilation errors: > > if /bin/sh ../libtool --mode=compile gcj > --classpath=/home/fitzsim/sources/plugin-src/gcjwebplugin/src:../src > -I/home/fitzsim/install/include -g -O2 -MT > gnu/gcjwebplugin/lib_gnu_gcjwebplugin_la-AppletSecurityManager.lo -MD -MP -MF > "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo" -c -o > gnu/gcjwebplugin/lib_gnu_gcjwebplugin_la-AppletSecurityManager.lo `test -f > 'gnu/gcjwebplugin/AppletSecurityManager.java' || echo > '/home/fitzsim/sources/plugin-src/gcjwebplugin/src/'`gnu/gcjwebplugin/AppletSecurityManager.java; > \ > then mv -f > "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo" > "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Plo"; else rm > -f "gnu/gcjwebplugin/.deps/lib_gnu_gcjwebplugin_la-AppletSecurityManager.Tpo"; exit > 1; fi > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > > Shouldn't libtool infer --tag=gcj when gcj is the command? > It turns out these errors are caused by AC_PROG_LIBTOOL appearing before AM_PROG_GCJ in configure.ac. When I reordered them, everything worked fine. I've filed an automake bug for this since AM_PROG_GCJ should call AC_BEFORE so that a warning is issued if these macros appear out-of-order. Tom ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool