#603 closed defect (fixed)
Failed configure on Ubuntu 7.10 Tribe 5 AMD64 Latest SVN
Reported by: | dwmcqueen | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
I have followed the instructions, including installing the 32 bit required librarys by doing a "apt-get install ia32-libs libc6-dev-i386", but configure says I cannot compile 32 bit applications. configure.log yields this:
int main(void) {
return 0;
} using the following command line: gcc -m32 -O -Wall -o .tmp_out .tmp_src.c /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.1.3/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.1.3/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc collect2: ld returned 1 exit status
Change History (7)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Latest lib32gcc1 is installed.
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Please install the lib32gcc1 package. VBox compiles fine on Gutsy/AMD64 here.