Re: SMTP Server

2005-05-27 Thread root
   Bonjour,

Vous m'avez adréssé un email avec une pièce jointe (ZIP).
Pour que je puisse recevoir ce type de pièce jointe, l'objet de votre méssage 
doit être :
  
 laisser-passer 
  

  
D'avance merci, 
Cordialement,
Paul Leal Alves
http://www.scriptsgratuits.com
http://www.apreslamort.net
    


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


Re: Handling object name conflicts

2005-05-27 Thread Peter O'Gorman

Chen-Mou Cheng wrote:

Yes it happens with released version as well.



Can you confirm that the attached patch to ltmain.sh fixes this issue for you?

Thanks,
Peter
--
Peter O'Gorman - http://www.pogma.com
--- ltmain.sh~  Mon May 16 18:39:29 2005
+++ ltmain.sh   Sat May 28 07:38:05 2005
@@ -2729,8 +2729,6 @@
  fi
fi
  else
-   convenience=$convenience $dir/$old_library
-   old_convenience=$old_convenience $dir/$old_library
deplibs=$dir/$old_library $deplibs
link_static=yes
  fi
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: Handling object name conflicts

2005-05-27 Thread Chen-Mou Cheng
On 5/27/05, Peter O'Gorman [EMAIL PROTECTED] wrote:
 
 Can you confirm that the attached patch to ltmain.sh fixes this issue for you?
 
 Thanks,
 Peter
 --
 Peter O'Gorman - http://www.pogma.com
 
 
 --- ltmain.sh~  Mon May 16 18:39:29 2005
 +++ ltmain.sh   Sat May 28 07:38:05 2005
 @@ -2729,8 +2729,6 @@
   fi
 fi
   else
 -   convenience=$convenience $dir/$old_library
 -   old_convenience=$old_convenience $dir/$old_library
 deplibs=$dir/$old_library $deplibs
 link_static=yes
   fi
 
 
 

Yes it does fix the problem.  That's awesome.  Would you like to
explain briefly why it fixed the problem?

Thanks,
Chen-Mou


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