Mercurial > emacs
comparison etc/MACHINES @ 76933:aeb076a527db
Mention preprocessor to use with /opt/SUNWspro/bin/cc on Solaris.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 04 Apr 2007 02:55:22 +0000 |
parents | dc23aaa67696 |
children | 1ce175192976 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
76932:45511805378a | 76933:aeb076a527db |
---|---|
1147 rather than an Emacs bug. | 1147 rather than an Emacs bug. |
1148 | 1148 |
1149 On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make | 1149 On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make |
1150 sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before | 1150 sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before |
1151 /usr/ucb. (Most free software packages have the same requirement on | 1151 /usr/ucb. (Most free software packages have the same requirement on |
1152 Solaris.) | 1152 Solaris.) With this compiler, use `/opt/SUNWspro/bin/cc -E' as the |
1153 preprocessor. If this inserts extra whitespace into its output (see | |
1154 the PROBLEMS file) then add the option `-Xs'. | |
1153 | 1155 |
1154 If you have trouble using open-network-stream, get the distribution | 1156 If you have trouble using open-network-stream, get the distribution |
1155 of `bind' (the BSD name-server), build libresolv.a, and link Emacs | 1157 of `bind' (the BSD name-server), build libresolv.a, and link Emacs |
1156 with -lresolv, by copying the #definition of LIBS_SYSTEM in | 1158 with -lresolv, by copying the #definition of LIBS_SYSTEM in |
1157 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete | 1159 src/s/sunos4-1.h to src/config.h. This problem is due to obsolete |