POV-Ray : Newsgroups : povray.beta-test : Memory limit in 3.5 ? : Re: Memory limit in 3.5 ? Server Time
30 Jul 2024 04:22:47 EDT (-0400)
  Re: Memory limit in 3.5 ?  
From: Warp
Date: 1 Mar 2002 14:10:03
Message: <3c7fd20b@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
> In general gcc should be able to generate 64 bit code, but i can't say for
> sure if it does here

  The 'file' utility (which is usually found in most unix systems) should
tell whether the executable binary is 64-bit or not.

  For example here:

warp@keisarikotka:~/temp/tmp>gcc3 -m64 test.c -o test
cc1: -m64 is not supported by this configuration
warp@keisarikotka:~/temp/tmp>gcc3 -mv9 test.c -o test
cc1: Invalid option `v9'
warp@keisarikotka:~/temp/tmp>gcc3 test.c -o test
warp@keisarikotka:~/temp/tmp>file ./test
./test:         ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not
stripped
warp@keisarikotka:~/temp/tmp>cc -xarch=v9 test.c -o test
warp@keisarikotka:~/temp/tmp>file ./test                
./test:         ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not
stripped


-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.