************* eManager Notification ************** Junkmail Notify
Source mailbox: "[EMAIL PROTECTED]" Destination mailbox(es): "[EMAIL PROTECTED]" Policy: Misc(via-gra) Action: Delete ******************* End of message *******************
--- Begin Message ---Send Libtool mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnu.org/mailman/listinfo/libtool or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Libtool digest..." Today's Topics: 1. [zzSPAM] Junkmail-Notify (Misc(via-gra)) ([EMAIL PROTECTED]) 2. get growth down there 9pj7oh3w (Woodrow Merritt) 3. Bring Her To Her Kneesestilista (mellicent naveen) 4. In my book I'll show you how to use Google and Affiliate programs to make profits (Dana Hadley) 5. libtool on OpenBSD (Han Boetes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 24 Feb 2004 11:57:22 -0800 From: [EMAIL PROTECTED] Subject: [zzSPAM] Junkmail-Notify (Misc(via-gra)) To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" ************* eManager Notification ************** Junkmail Notify Source mailbox: "[EMAIL PROTECTED]" Destination mailbox(es): "[EMAIL PROTECTED]" Policy: Misc(via-gra) Action: Delete ******************* End of message ******************* -------------- next part -------------- An embedded message was scrubbed... From: [EMAIL PROTECTED] Subject: Libtool Digest, Vol 15, Issue 13 Date: no date Size: 8303 Url: http://mail.gnu.org/pipermail/libtool/attachments/20040224/8ee699ab/attachment.eml ------------------------------ Message: 2 Date: Wed, 25 Feb 2004 06:43:50 +0000 From: "Woodrow Merritt" <[EMAIL PROTECTED]> Subject: get growth down there 9pj7oh3w To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" An HTML attachment was scrubbed... URL: http://mail.gnu.org/pipermail/libtool/attachments/20040225/c8387e8d/attachment.htm ------------------------------ Message: 3 Date: Thu, 26 Feb 2004 05:46:49 -0300 From: "mellicent naveen" <[EMAIL PROTECTED]> Subject: Bring Her To Her Kneesestilista To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" An HTML attachment was scrubbed... URL: http://mail.gnu.org/pipermail/libtool/attachments/20040226/393dda50/attachment.htm ------------------------------ Message: 4 Date: Wed, 25 Feb 2004 15:26:32 -0100 From: "Dana Hadley" <[EMAIL PROTECTED]> Subject: In my book I'll show you how to use Google and Affiliate programs to make profits To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" An HTML attachment was scrubbed... URL: http://mail.gnu.org/pipermail/libtool/attachments/20040225/ed85b697/attachment.htm ------------------------------ Message: 5 Date: Wed, 25 Feb 2004 18:29:43 +0059 From: Han Boetes <[EMAIL PROTECTED]> Subject: libtool on OpenBSD To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, I got into trouble building gettext and glib2 on OpenBSD. It appears to be a libtool problem. To get gettext to fake-install properly I had to do the following: make [ -e /usr/local/lib/libintl.so.7.0 ] && \ mv /usr/local/lib/libintl.so.7.0{,.bak} [ -e /usr/local/lib/libgettextlib.so ] && \ mv /usr/local/lib/libgettextlib.so{,.bak} [ -e /usr/local/lib/libgettextsrc.so ] && \ mv /usr/local/lib/libgettextsrc.so{,.bak} install gettext-runtime/intl/.libs/libintl.so.7.0 /usr/local/lib install gettext-tools/lib/.libs/libgettextlib.so /usr/local/lib install gettext-tools/src/.libs/libgettextsrc.so /usr/local/lib make install DESTDIR=$PKG rm -f /usr/local/lib/libintl.so.7.0 rm -f /usr/local/lib/libgettextlib.so rm -f /usr/local/lib/libgettextsrc.so [ -e /usr/local/lib/libintl.so.7.0.bak ] && \ mv /usr/local/lib/libintl.so.7.0{.bak,} [ -e /usr/local/lib/libgettextlib.so.bak ] && \ mv /usr/local/lib/libgettextlib.so{.bak,} [ -e /usr/local/lib/libgettextsrc.so.bak ] && \ mv /usr/local/lib/libgettextsrc.so{.bak,} Not exactly desired procedure for a fake install. The same thing happens with glib2 So to verify it is a libtoolproblem I ran libtoolize --copy --force --automake Before running configure. And then I got: Making all in autoconf-lib-link Making all in m4 Making all in tests cp ./../config/config.guess config/config.guess cp ./../config/config.sub config/config.sub cp ./../config/ltmain.sh config/ltmain.sh Making all in gettext-runtime make all-recursive Making all in doc Making all in intl /bin/sh ../libtool --mode=compile gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 ./bindtextdom.c ../libtool[1381]: syntax error: `elif' unexpected *** Error code 1 Stop in /usr/pkgmk/work/gettext/src/gettext-0.14.1/gettext-runtime/intl (line 180 of Makefile). *** Error code 1 Stop in /usr/pkgmk/work/gettext/src/gettext-0.14.1/gettext-runtime (line 398 of Makefile). *** Errin /usr/pkgmk/work/gettext/src/gettext-0.14.1/gettext-runtime (line 292 of Makefile). *** Error code 1 Stop in /usr/pkgmk/work/gettext/src/gettext-0.14.1 (line 238 of Makefile). The libtool found in the gettext directory is attached. # Han -------------- next part -------------- A non-text attachment was scrubbed... Name: libtool.bz2 Type: application/octet-stream Size: 41281 bytes Desc: not available Url : http://mail.gnu.org/pipermail/libtool/attachments/20040225/2014d7bf/libtool.obj ------------------------------ _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool End of Libtool Digest, Vol 15, Issue 14 ***************************************
--- End Message ---
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
