Search This Blog

23 May, 2011

compiling for 32 bit linux OS in 64 bit linux OS

compiling for 32bit in 64bit linux

For 32 bit version :
gcc -m32 -o output32 hello.c

For 64 bit version :
gcc -m64 -o output64 hello.c

1 comment:

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...