Forgot one library (without liberty nothing links)
This commit is contained in:
parent
8868132a9e
commit
93062c01be
3 changed files with 4 additions and 3 deletions
|
@ -43,7 +43,8 @@
|
||||||
FreeBSD does not support shared folders
|
FreeBSD does not support shared folders
|
||||||
- freebsd10 :: FreeBSD 10.0 32-big machine. Tries to set up shared
|
- freebsd10 :: FreeBSD 10.0 32-big machine. Tries to set up shared
|
||||||
folders via NFS. Currently not working
|
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
|
Some machines (read: the BSD-boxes) need the =VirtualBox Extension
|
||||||
Pack= installed (because they have USB 2.0)
|
Pack= installed (because they have USB 2.0)
|
||||||
* Scripts
|
* Scripts
|
||||||
|
|
|
@ -8,7 +8,7 @@ echo
|
||||||
|
|
||||||
# some of these packages are already installed. But lets be sure
|
# 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)
|
bonusPackages=(emacs csh tcsh zsh)
|
||||||
|
|
||||||
for p in ${neededPackages[@]}; do
|
for p in ${neededPackages[@]}; do
|
||||||
|
|
|
@ -11,7 +11,7 @@ zypper -n remove patterns-openSUSE-minimal_base-conflicts
|
||||||
|
|
||||||
# patterns-openSUSE-devel_python
|
# 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)
|
bonusPackages=(emacs csh tcsh zsh)
|
||||||
|
|
||||||
for p in ${neededPackages[@]}; do
|
for p in ${neededPackages[@]}; do
|
||||||
|
|
Reference in a new issue