VirtualBox

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 Frank Mehnert, 17 years ago

Resolution: fixed
Status: newclosed

Please install the lib32gcc1 package. VBox compiles fine on Gutsy/AMD64 here.

comment:2 by dwmcqueen, 17 years ago

Resolution: fixed
Status: closedreopened

Latest lib32gcc1 is installed.

comment:3 by dwmcqueen, 17 years ago

Needed to apt-get install gcc-4.1-multlib. This is resolved

comment:4 by Frank Mehnert, 17 years ago

Please install gcc-4.1-multilib as well.

comment:5 by Sander van Leeuwen, 17 years ago

Resolution: fixed
Status: reopenedclosed

comment:6 by Frank Mehnert, 17 years ago

And to solve your problem: Please install gcc-4.1-multilib as well.

comment:7 by Frank Mehnert, 17 years ago

Sorry, wrong report.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use