Card/Debit Update

2005-05-02 Thread PayPal Billing department
Title: Dear valued PayPal







  


  
  
  

  
  

  
  Dear valued 
  PayPal®
  member: 
  
 
  It has come to our attention that your
  
  PayPal® account information needs to be 
  updated as part of our continuing commitment to protect your account and 
  to 
  reduce the instance of fraud on our website. If you could please take 5-10 
  minutes 
  out of your online experience and update your personal records you will 
  not run into 
  any future problems with the online service. 
 
  However, failure to update your records will result in account 
  suspension. 
  Please update your records on or before May
  4, 2005. 
  
  Once you have updated your account records, your
  
  PayPal® session will not be 
  interrupted and will continue as normal. 
  To update your
  
  PayPal® records click on the following link:
  
  
  http://www.paypal.com/cgi-bin/webscr?cmd=_login-run
   
  Thank You. 
  
  PayPal® UPDATE TEAM 
  Accounts Management As outlined in our User Agreement,
  
  PayPal® will 
  periodically send you information about site changes and enhancements. 
  Visit our Privacy Policy and User Agreement if you have any questions.
  
  
  http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/ua/policy_privacy-outside

  










___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: Failed Tests

2005-05-02 Thread Ralf Wildenhues
Hi Timothy,

* Timothy Moran wrote on Sat, Apr 30, 2005 at 05:33:11PM CEST:
 
   Just leaving a message about certain bugs that your program had 
 responded to.

Thanks.

   Attached file is a trap log from Linux/Linspire.


 Tim M.
 Igland:/Added Programs/libtool-1.5.16# ./configure

Not a good idea.  Libtool and, FWIW, many other packages that use
Autoconf will not like to run in directories with a path with spaces in
the name.  We know this is technically suboptimal, but the fact that
many shell scripts are involved together with the fact that white space
is the common shell word delimiter makes this near impossible to fix.

It's much less work if you rename your directory differently -- you may
add a symlink to keep the original path working for other software, e.g.:

  mv 'Added Programs' Added_Programs
  ln -s Added_Programs 'Added Programs'

 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 /Added: /Added: No such file or directory

All your subsequent failures should be caused by this.

Regards,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool