From: Paul F. <pa...@so...> - 2025-04-01 20:13:36
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=07fc84abb78a161542e4fea7435c1184ccb6ecd7 commit 07fc84abb78a161542e4fea7435c1184ccb6ecd7 Author: Paul Floyd <pj...@wa...> Date: Tue Apr 1 20:09:14 2025 +0200 Illumos: mention the build-essential package in README.solaris Diff: --- README.solaris | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.solaris b/README.solaris index 42adb0b0c9..1815eb4a4a 100644 --- a/README.solaris +++ b/README.solaris @@ -5,6 +5,8 @@ Requirements Running `uname -r` has to print '5.11'. - Recent GCC tools are required, GCC 3 will probably not work. GCC version 4.5 (or higher) is recommended. +- On Illumos you can install the 'build-essential' metapackage which + includes GCC and many other developer tools. - Solaris ld has to be the first linker in the PATH. GNU ld cannot be used. There is currently no linker check in the configure script but the linking phase fails if GNU ld is used. Recent Solaris/illumos distributions are ok. |