@@ -47,10 +47,6 @@ chdir into each subdirectory in turn and run make there manually
4747(do the Modules subdirectory last!). If you run into trouble, first
4848see the section Troubleshooting later in this file.
4949
50- EXCEPTIONS: on SVR4 derived systems, you need to pass the configure
51- script the option --with-svr4. See below for more options you can
52- pass to the configure script.
53-
5450AIX users: read the file Misc/AIX-NOTES before trying to build.
5551
5652HP-UX users: read the file Misc/HPUX-NOTES if you want to be able to
@@ -117,14 +113,11 @@ options to the configure script:
117113
118114- The configure script uses gcc (the GNU C compiler) if it finds it.
119115If you don't want this, or if this compiler is installed but broken on
120- your platform, pass "CC=cc" (or whatever the name of the proper C
121- compiler is) in the environment.
122-
123- - On System V, Release 4 derived systems (e.g. SOLARIS 2, but not
124- IRIX 5) you need to call the configure script with the option
125- --with-svr4. This is needed so the libraries -lnsl and -lsocket are
126- found. (On some other systems, e.g. IRIX 5, these libraries exist but
127- are incompatible with other system libraries such as X11 and GL.)
116+ your platform, pass the option --without-gcc. You can also pass
117+ "CC=cc" (or whatever the name of the proper C compiler is) in the
118+ environment, but the advantage of using --without-gcc is that this
119+ option is remembered by the config.status script for its --recheck
120+ option.
128121
129122- On SCO, a number of notes apply:
130123
0 commit comments