Prev | Current Page 181 | Next

Bryan Costales, Claus Assmann, George Jansen, Gregory Shapiro

"sendmail, 4th Edition"


Most often, sendmail core dumps are caused by improper builds. Always be sure to keep
your system and compiler #include files up-to-date and in synchronization with their corresponding
libraries.
Note that the confOPTIMIZE macro is not the proper place to set other compile-time macros.
Instead use confENVDEF (?ยง2.7.14 on page 75).
2.7.49 confRANLIB
The name of the ranlib program for library archive files Build macro
Some flavors of Unix require that the ranlib(1) program be run against a library, before that
library can be used. For suchsystems, this confRANLIB macro is correctly defined for you to
be ranlib. For other flavors of Unix, the ranlib(1) program is not necessary. For such
systems, this confRANLIB macro is defined to be echo.
In the rare circumstance that the default definition is wrong for your site, you can change it
by defining this confRANLIB macro:
define(`confRANLIB??, `/afs/support/cc/ranlib??)
2.7.50 confRANLIBOPTS
Arguments to give the ranlib program Build macro
Many versions of the ranlib(1) program run successfully with no argument other than the
name of the library file. On some other systems (notably Darwin and Rhapsody), the
ranlib(1) program requires a -c argument before the library name. For all the supported
architectures in devtools/OS, the presence or absence of other switches is correctly defined
for you.


Pages:
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193