Jason Vas Dias <jason.vas.d...@gmail.com> added the comment:

Furthermore, look at your configure script output :

checking for int32_t... yes                                                     
                                                                                
      
checking for int64_t... yes                                                     
                                                                                
      
checking for ssize_t... yes                                                     
                                                                                
      
checking size of int... 4                                                       
                                                                                
      
checking size of long... 8                                                      
                                                                                
      
checking size of void *... 8                                                    
                                                                                
      
checking size of short... 2                                                     
                                                                                
      
checking size of float... 4                                                     
                                                                                
      
checking size of double... 8                                                    
                                                                                
      
checking size of fpos_t... 16                                                   
                                                                                
      
checking size of size_t... 8                                                    
                                                                                
      
checking size of pid_t... 4                                                     
                                                                                
      
checking for long long support... yes                                           
                                                                                
      
checking size of long long... 8       



So why does your test_dl script say "sizeof(int)==sizeof(char*)" ??

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11946>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to