diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-04 02:55:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-04 02:55:22 +0000 |
commit | 67b33cb090cbb36ca869a07be89caaa45fb70a3b (patch) | |
tree | 4f7ea0a903868da82da663daf3d754e6b62bc09e /etc/MACHINES | |
parent | 7318db6b80eebdf1878ead5d9bea2e6c9c7105a5 (diff) | |
download | emacs-67b33cb090cbb36ca869a07be89caaa45fb70a3b.tar.gz |
Mention preprocessor to use with /opt/SUNWspro/bin/cc on Solaris.
Diffstat (limited to 'etc/MACHINES')
-rw-r--r-- | etc/MACHINES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 3323c0b98b5..09abc4f0770 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -1149,7 +1149,9 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos, On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before /usr/ucb. (Most free software packages have the same requirement on - Solaris.) + Solaris.) With this compiler, use `/opt/SUNWspro/bin/cc -E' as the + preprocessor. If this inserts extra whitespace into its output (see + the PROBLEMS file) then add the option `-Xs'. If you have trouble using open-network-stream, get the distribution of `bind' (the BSD name-server), build libresolv.a, and link Emacs |