Quantcast
Channel: Other – Michał Szałkowski – Blog
Viewing all articles
Browse latest Browse all 125

Compiling 32bit from 64bit Ubuntu(g++)

$
0
0
$ sudo apt-get install build-essential
$ sudo apt-get install libc6-dev-i386
$ sudo apt-get install g++-4.8-multilib
g++  main.cpp -o main64
g++ -m32 main.cpp -o main32

Viewing all articles
Browse latest Browse all 125

Trending Articles