1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Updated build advice for different platforms

This commit is contained in:
Ben Mansell
2000-05-02 08:25:24 +00:00
parent 99e2820bed
commit ce86302f8a

View File

@@ -76,15 +76,11 @@ sure that you also export these variables to the build process.
Specific examples:
Solaris + gcc: Set LDFLAGS to
'-L/usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.7/egcs-2.91.66
-L/usr/local/egcs/lib' (your paths may vary)
EXTRA_LIBS should be '-lgcc'
Solaris + gcc:
Ensure you run ./configure with the `--enable-libgcc' parameter. You
may need to set LDFLAGS to '-L/usr/local/egcs/lib' (path depends on
your gcc installation)
FreeBSD 4.0 + gcc: Set EXTRA_LIBS to '-lc_r_p -lgcc'
Linux/Alpha: Set EXTRA_LIBS to '-lstdc++-3-libc6.1-2-2.10.0'
(change as appropriate to the stdc++ in /usr/lib)
For more information and help with Zeus, please visit our website: