[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

9035.0. "Fortran compiler option for 32-bit ENV." by NETRIX::"[email protected]" (KYUNH-HAE YUN) Wed Mar 05 1997 04:08

Hello !

I want to know fortran compiler option which 
compile to 32-bit environment, as like -taso of C-compiler. 
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
9035.1-taso is an ld optionHERON::BLOMBERGTrapped inside the universeWed Mar 05 1997 07:356
    
    I thought -taso was an ld option that should work fine with Fortran?
    
    /Ake
    
    
9035.2Use: -Wl,-tasoSUBPAC::FARICELLIWed Mar 05 1997 09:2610
   The -taso linker options essentially loads the executable in the lower
   32bits of the address space, nothing more. This is useful for programs
   that store addresses into 32bit integers, but isn't a 32bit "environment"
   (in the SGI sense).

   You can feed this option to the linker from the f77 or f90 command
   line via the -W option: -Wl,-taso

   -- John Faricelli