Advertisement
Guest User

Untitled

a guest
Nov 8th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. jhg@jhg:~/code$ g++ -m32 bittest.c -o bittest
  2. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/libstdc++.so when searching for -lstdc++
  3. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/libstdc++.a when searching for -lstdc++
  4. /usr/bin/ld: cannot find -lstdc++
  5. collect2: ld returned 1 exit status
  6. jhg@jhg:~/code$ sudo apt-get install ia32-libs
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. ia32-libs is already the newest version.
  11. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  12. jhg@jhg:~/code$
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement