Re: plugins on the command line are renamed

2009-01-31 Thread Paul Biggar
x. $ ./libtool --mode=execute gdb --args src/phc --run plugins/tests/linear.la test/subjects/codegen/bench_strcat.php (gdb) r Starting program: /home/pbiggar/phc_work/spare1/src/.libs/lt-phc --run plugins/tests/linear.la test/subjects/codegen/bench_strcat.php Thanks very much for all the help. Pa

Re: plugins on the command line are renamed

2009-01-24 Thread Paul Biggar
Autoconf) 2.63 These were fresh installs from the latest released version, in order to try to get past the earlier problems I had. Also: $ automake --version automake (GNU automake) 1.10.2 Thanks, Paul -- Paul Biggar paul.big...@gmail.com

Re: plugins on the command line are renamed

2009-01-20 Thread Paul Biggar
7 : ${TAR=tar} 68 69 PROGRAM=libtoolize 70 71 m4_divert_pop 72 m4_include([getopt.m4sh]) 73 74 M4SH_VERBATIM([[ 75 # test EBCDIC or ASCII Hope this is helpful, Paul -- Paul Biggar paul.big...@gmail.com

Re: plugins on the command line are renamed

2009-01-19 Thread Paul Biggar
gt; [stdout]) > +# This could be .libs/lt-main or similar (or just plain `main'). > +AT_CHECK([grep main stdout], [], [ignore]) > +AT_CHECK([grep liba.lo stdout], [], [ignore]) > +AT_CHECK([grep libfakelib.la stdout], [], [ignore]) > + > AT_CLEANUP > -- Paul Biggar paul.big...@gmail.com