The R Project SVN R

Rev

Rev 21623 | Rev 31901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21623 Rev 24193
Line 111... Line 111...
111
## FORTRAN 77 compiler (if you are using one).  If this variable is left
111
## FORTRAN 77 compiler (if you are using one).  If this variable is left
112
## unspecified an attempt is made to automatically detect the correct
112
## unspecified an attempt is made to automatically detect the correct
113
## value by configure.
113
## value by configure.
114
## FPICFLAGS=
114
## FPICFLAGS=
115
 
115
 
116
## The command to be used to load shared libraries which contain object
116
## The command to be used to create shared objects which contain object
117
## files from a C or FORTRAN 77 compiler only.  This is usually the C
117
## files from a C or FORTRAN 77 compiler only.  This is usually the C
118
## compiler or 'ld', but the automatic choice can be overridden by means
118
## compiler or 'ld', but the automatic choice can be overridden by means
119
## of this variable.
119
## of this variable.
120
## SHLIB_LD=
120
## SHLIB_LD=
121
 
121
 
122
## Any special flags which are required by the linker when creating
122
## Any special flags which are required by the linker when creating
123
## shared libraries containing object files from a C or FORTRAN 77
123
## shared objects containing object files from a C or FORTRAN 77
124
## compiler only.  This is usually automatically detected by configure,
124
## compiler only.  This is usually automatically detected by configure,
125
## and anything set here will be in addition unless SHLIB_LD is given.
125
## and anything set here will be in addition unless SHLIB_LD is given.
126
## SHLIB_LDFLAGS=
126
## SHLIB_LDFLAGS=
127
 
127
 
-
 
128
## ditto for a dynamic library: DYLIB_LDFLAGS defaults to SHLIB_LDFLAGS
-
 
129
## DYLIB_LD=
-
 
130
## DYLIB_LDFLAGS=
-
 
131
 
128
## Stripping ('-s'), path ('-L'), and any other miscellaneous options
132
## Stripping ('-s'), path ('-L'), and any other miscellaneous options
129
## for the linker.
133
## for the linker.
130
## '-L' options set here will be prepended to LD_LIBRARY_PATH (or its
134
## '-L' options set here will be prepended to LD_LIBRARY_PATH (or its
131
## system equivalent) at run time.
135
## system equivalent) at run time.
132
## If unset defaults to '-L/usr/local/lib', with '-L/sw/lib' prepended
136
## If unset defaults to '-L/usr/local/lib', with '-L/sw/lib' prepended