From: Paul Floyd Date: Tue, 1 Apr 2025 18:09:14 +0000 (+0200) Subject: Illumos: mention the build-essential package in README.solaris X-Git-Tag: VALGRIND_3_25_0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07fc84abb78a161542e4fea7435c1184ccb6ecd7;p=thirdparty%2Fvalgrind.git Illumos: mention the build-essential package in README.solaris --- diff --git a/README.solaris b/README.solaris index 42adb0b0c..1815eb4a4 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.