comparison doc/index.html @ 774:2c2c29933d77

again improved installation instructions for Solaris
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 20 Feb 2010 16:03:20 +0100
parents 45e25b2bc393
children f978dd862394
comparison
equal deleted inserted replaced
773:45e25b2bc393 774:2c2c29933d77
638 scons wget</pre> 638 scons wget</pre>
639 639
640 <h3 id="requirements-solaris">Open Solaris 2009.06</h3> 640 <h3 id="requirements-solaris">Open Solaris 2009.06</h3>
641 641
642 <p> 642 <p>
643 Open Solaris seems to have a problem with Binutils 2.20. 643 Open Solaris does not fulfill the requirements.
644 It should work if you 644 Two requirements are hopelessly outdated (M4, Autoconf)
645 downgrade mingw-cross-env's Binutils to 2.19 by hand. 645 and one requirement is not provided at all (SCons).
646 A good solution needs yet to be found. 646 In addition, due to a bug in its LibC,
647 </p> 647 Open Solaris is unable to run some tools of Binutils 2.20.
648 648 If you want to run mingw-cross-env on Open Solaris nevertheless,
649 <p> 649 a lot of manual work is required:
650 First, install all requirements 650 </p>
651
652 <p>
653 Downgrade mingw-cross-env's Binutils to 2.19 by hand.
654 (A better solution needs yet to be found.)
655 </p>
656
657 <p>
658 Install all requirements
651 that already ship with Solaris: 659 that already ship with Solaris:
652 </p> 660 </p>
653 <!-- http://pkg.opensolaris.org/release/en/search.shtml --> 661 <!-- http://pkg.opensolaris.org/release/en/search.shtml -->
654 <pre>pfexec pkg install SUNWgnu-automake-110 SUNWbison \ 662 <pre>pfexec pkg install SUNWgnu-automake-110 SUNWbison \
655 SUNWcmake SUNWflexlex SUNWgcc \ 663 SUNWcmake SUNWflexlex SUNWgcc \
663 </p> 671 </p>
664 <pre>pfexec ln -s aclocal-1.10 /usr/bin/aclocal 672 <pre>pfexec ln -s aclocal-1.10 /usr/bin/aclocal
665 pfexec ln -s automake-1.10 /usr/bin/automake</pre> 673 pfexec ln -s automake-1.10 /usr/bin/automake</pre>
666 674
667 <p> 675 <p>
668 Then download and install M4, Autoconf and SCons by hand: 676 Edit your .bashrc script to add /usr/local/bin to $PATH,
669 </p> 677 and restart the Bash:
670 <pre>export PATH=/usr/local/bin:$PATH 678 </p>
671 679 <pre>export PATH=/<em>where mingw-cross-env is installed</em>/usr/bin:/usr/local/bin:$PATH</pre>
680
681 <p>
682 Download and install M4, Autoconf and SCons by hand:
683 </p>
684 <pre>
672 wget http://ftp.gnu.org/gnu/m4/m4-1.4.5.tar.gz 685 wget http://ftp.gnu.org/gnu/m4/m4-1.4.5.tar.gz
673 tar -xzf m4-1.4.5.tar.gz 686 tar -xzf m4-1.4.5.tar.gz
674 cd m4-1.4.5 687 cd m4-1.4.5
675 ./configure 688 ./configure
676 make 689 make