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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
9035.1 | -taso is an ld option | HERON::BLOMBERG | Trapped inside the universe | Wed Mar 05 1997 07:35 | 6 |
I thought -taso was an ld option that should work fine with Fortran? /Ake | |||||
9035.2 | Use: -Wl,-taso | SUBPAC::FARICELLI | Wed Mar 05 1997 09:26 | 10 | |
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 |