Actions
Bug #18448
closedConfiguring Ruby 3.0.3 on Solaris 10 by gcc 4.5.1 with error: configure: error: cannot compute sizeof (long long)
    Bug #18448:
    Configuring Ruby 3.0.3 on Solaris 10 by gcc 4.5.1 with error: configure: error: cannot compute sizeof (long long)
  
Description
/usr/local/gcc4/bin/gcc --version¶
gcc (GCC) 4.5.1
which gcc¶
/usr/local/gcc4/bin/gcc
./configure¶
...
checking size of long long... configure: error: in /export0/home/telegraf/fluentd/ruby_versions/ruby3/ruby-3.0.3': configure: error: cannot compute sizeof (long long) See config.log' for more details
Files
        
          
          Updated by mame (Yusuke Endoh) almost 4 years ago
          
          
        
        
      
      The log contains:
ld.so.1: conftest: fatal: libssp.so.0: open failed: No such file or directory
I think this means your GCC installation is not working well.
        
          
          Updated by nobu (Nobuyoshi Nakada) almost 4 years ago
          
          
        
        
      
      - Is duplicate of Bug #18429: Configure ruby-3.0.3 on Solaris 10 Unknown keyword 'URL' in './ruby.tmp.pc' added
 
        
          
          Updated by hsbt (Hiroshi SHIBATA) almost 4 years ago
          
          
        
        
      
      - Status changed from Open to Closed
 
Actions