[SciPy-user] [Fwd: Re: [Pythonmac-SIG] In need of an OS 10.4.8-compatible Universal binary built w/ gcc 3.3 (NOT 4.0)]

David Goldsmith David.L.Goldsmith at noaa.gov
Tue Nov 14 02:25:43 EST 2006


David Goldsmith wrote:
> David Goldsmith wrote:
>   
>>> I'm sorry, I guess I need to be walked through this: the install
>>> instructions are to issue the command
>>>
>>>    python setup.py install
>>>
>>> so I tried
>>>
>>>    python setup.py install --fcompiler=gnu95
>>>
>>> yielding
>>>
>>>    error: option --fcompiler not recognized.
>>>       
>>   
>>     
> Robert Kern wrote:
>   
>> $ python setup.py build_src build_clib --fcompiler=gnu95 build_ext --fcompiler=gnu95 build
>>     
Result:

    Lib/integrate/odepack/vode.f:3368: internal compiler error: tree 
check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:677
    Please submit a full bug report, with preprocessed source if 
appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    error: Command "/usr/bin/gfortran -Wall -ffixed-form 
-fno-second-underscore -fPIC -O3 -funroll-loops -mcpu=7450 -mtune=7450 
-c -c    
    Lib/integrate/odepack/vode.f -o 
build/temp.macosx-10.4-fat-2.4/Lib/integrate/odepack/vode.o" failed with 
exit status 1

Note: Ronald Oussoren also responded saying that I also need to switch 
back to gcc 4, but when I try:

    gcc_select 4.0.1 (or 4.0, or 4)

I get:

    usage: gcc_select [-n] [-force] [2 | 3 | 3.x] [-h | --help] [-v | 
--version]
                  [-l | --list] [-root]
       Invalid argument (4.0.1).

DG



More information about the SciPy-User mailing list