[rescue] Packages for Solaris 2.5
Stefan Skoglund
stefan.skoglund at agj.net
Wed Aug 30 05:36:24 EDT 2023
Do you have a c compiler ?
I used to do this - ie create a complete tool chain on SunOS5 in the
early-mid 90s. With the correct mid 90s GNU sources it is basically a
lot of ./configure --prefix=... sunos5&&make&&make test&&make install
GCC is special - you build three stages, stage 1 with sun's cc, and 2 &
3 with gcc itself - the result of 2 & 3 must be identical.
Anything later than 2005 or c++ could be a fair amount of work.
More information about the rescue
mailing list