Get meds onlineadults
Please wait, ad is loading... re.move me starlet ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Message from Brian Howard, Editor ABL
Title: Dear Colleague, Dear Colleague, Please accept my invitation to receive a free subscription to our journal, American Biotechnology Laboratory. American Biotechnology Laboratory is the leading life science tabloid publication that includes news and information about the latest laboratory products. Each issue features articles submitted by prominent scientists from around the world reviewing laboratory techniques and applications of instrumentation and software. For your FREE subscription to American Biotechnology Laboratory please click here to update your account. If you cannot see the above link, please copy and paste the following into your browser: http://203.197.214.171/mail/ I am confident that you will enjoy our journal and find it to be of significant professional value. I look forward to hearing from you. Sincerely yours, Brian Howard, Ph.D. Editor If this email has reached you in error or you would like to be removed from future email offers please, reply to this email with remove in the subject line. ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
cvs build prob
I get: libtool: Version mismatch error. This is libtool 1.5b, revision AR=ar AR_FLAGS... libtool: but the definition used by this AC_PROG_LIBTOOL comes from revision libtool: 1.1527. libtool: You should recreate aclocal.m4 with macros from revision AR=ar AR_FLAGS... libtool: of libtool 1.5b and run autoconf again. when trying to make cvs-libtool. Strangely, this looks right: macro_revision=1.1527 macro_version=1.5b My reason for suspecting sed, is that I don't use GNU sed, and when running configure in cvs-libtool, I see: checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes sed: 1: ""s/\*/\\\*/g"": invalid command code " checking for g++ option to produce PIC... -fPIC -DPIC which looks like line 3404 of libtool.m4. Thing is, that line hasn't changed in a while, and I'm sure I didn't see the above error since.. Checking ksh now.. Cheers, Patrick ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Re: cvs build prob
I saw a problem similar to this but resolved it by moving the installed libtool.m4 to the side, running aclocal, and re-running the libtool bootstrap script. After that I hit the VPATH problems mentioned earlier on the libtool-patches list and am dead in the water. :-) Bob On Mon, 26 Jul 2004, Patrick Welche wrote: I get: libtool: Version mismatch error. This is libtool 1.5b, revision AR=ar AR_FLAGS... libtool: but the definition used by this AC_PROG_LIBTOOL comes from revision libtool: 1.1527. libtool: You should recreate aclocal.m4 with macros from revision AR=ar AR_FLAGS... libtool: of libtool 1.5b and run autoconf again. when trying to make cvs-libtool. Strangely, this looks right: macro_revision=1.1527 macro_version=1.5b My reason for suspecting sed, is that I don't use GNU sed, and when running configure in cvs-libtool, I see: checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes sed: 1: ""s/\*/\\\*/g"": invalid command code " checking for g++ option to produce PIC... -fPIC -DPIC which looks like line 3404 of libtool.m4. Thing is, that line hasn't changed in a while, and I'm sure I didn't see the above error since.. Checking ksh now.. Cheers, Patrick ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool == Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
Re: cvs build prob
On Mon, Jul 26, 2004 at 07:29:10PM +0100, Patrick Welche wrote: > sed: 1: ""s/\*/\\\*/g"": invalid command code " PS that comes from # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' not sure how that gets near g++ linker shared library checking.. Patrick ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool