[vbox-dev] PATH_OUT
Knut St. Osmundsen
bird at innotek.de
Fri Apr 6 08:47:06 PDT 2007
Antonio Augusto (Mancha) wrote:
> Already had tried that with the same error.
> Problems persists on SVN 1967.
>
> ----------------
> kBuild: Linking RuntimeLnx32GuestR3
> kBuild: Installing RuntimeLnx32GuestR3 =>
> /home/mancha/tmp/vbox-svn/vbox-build/../vbox-bin/lib/RuntimeLnx32GuestR3.a
> - Show quoted text -
Looks like this time you are using something like:
export PATH_OUT="/home/mancha/tmp/vbox-svn/vbox-build/../vbox-bin"
The path has to be absolute and contain no symbolic links, try this:
export PATH_OUT="/home/mancha/tmp/vbox-svn/vbox-bin"
Kind Regards,
knut
More information about the vbox-dev
mailing list