Forgot one library (without liberty nothing links)

This commit is contained in:
Bernhard Gschaider 2014-02-11 11:29:18 +01:00
parent 8868132a9e
commit 93062c01be
3 changed files with 4 additions and 3 deletions

View file

@ -43,7 +43,8 @@
FreeBSD does not support shared folders
- freebsd10 :: FreeBSD 10.0 32-big machine. Tries to set up shared
folders via NFS. Currently not working
- opensuse12 :: OpenSUSE 12.3 machine. Boots but is not provisioned
- opensuse12 :: OpenSUSE 12.3 machine. Currently not completely
compiling Foam
Some machines (read: the BSD-boxes) need the =VirtualBox Extension
Pack= installed (because they have USB 2.0)
* Scripts

View file

@ -8,7 +8,7 @@ echo
# some of these packages are already installed. But lets be sure
neededPackages=(gcc-g++ mercurial git flex bison make ccache rpm-build wget zlib-devel)
neededPackages=(gcc-g++ mercurial git flex bison make ccache rpm-build wget zlib-devel binutils-devel)
bonusPackages=(emacs csh tcsh zsh)
for p in ${neededPackages[@]}; do

View file

@ -11,7 +11,7 @@ zypper -n remove patterns-openSUSE-minimal_base-conflicts
# patterns-openSUSE-devel_python
neededPackages=(gcc-c++ mercurial git flex bison make ccache zlib-devel rpm-build)
neededPackages=(gcc-c++ mercurial git flex bison make ccache zlib-devel rpm-build binutils-devel)
bonusPackages=(emacs csh tcsh zsh)
for p in ${neededPackages[@]}; do