[Gelistirici] 64 bit virtualbox hakkında

Necdet Yücel necdetyucel at gmail.com
27 Ara 2009 Paz 23:42:47 EET


Selamlar,

Virtualbox'ın 64bit paketini yaparken açık kaynak kodlu olanının
64bitte derlenmediğini gördüm. Yani derlenmek için illa 32bit desteği
istiyor. [1] adresinden de görebileceğiniz gibi configure şöyle bir
aşamadan geçiyor:

#
# Check if we are able to build 32-bit applications (needed for the
guest additions)
#
check_32bit()
{
  test_header "32-bit support"
  cat > $ODIR.tmp_src.c << EOF
#include <stdint.h>
int main(void)
{
  return 0;
}
EOF
  echo "compiling the following source file:" >> $LOG
  cat $ODIR.tmp_src.c >> $LOG
  echo "using the following command line:" >> $LOG
  echo "$CC -m32 -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c" >> $LOG
  $CC -m32 -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c >> $LOG 2>&1
  if [ $? -ne 0 ]; then
    echo
    echo "  Cannot compile 32-bit applications (missing headers and/or
libraries)!"
    echo "  Check the file $LOG for detailed error information."
    fail
  fi
  log_success ""
}

Burada başarısızlığa uğrayınca kesiliyor.

Halbuki kendi sitesinde[2] AMD64 için binary dosyası var. Bir
alternatif Virtualbox'ı dağıtımdan çıkarmak, diğeri de bu ikilik
dosyayı kullanmak.

Ne dersiniz?

Necdet Yücel

[1] http://www.virtualbox.org/svn/vbox/trunk/configure
[2] http://www.virtualbox.org/wiki/Linux_Downloads



Gelistirici mesaj listesiyle ilgili daha fazla bilgi