Linux tip, Fedora tip / howto: Compiling Common C++ 1.8.1 |
Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.
Compiling Common C++ 1.8.1 The GNU Common C++ page, and its download page.With a few fixes this compiles fine under Fedora 13 and 15 (for example). If you get errors like this: At the top of the file, add this line:
compile to 32 bit on a 64 bit systemAnd a note to self, configuring to compile Common C++ to 32 bit on an x86_64 system:./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
|
Send me your comments!
Something didn't work as expected? You'd like to add some useful info to this tip? Use the form below to send me your comments. (Don't forget to fill out the super-lame CAPTCHA below..)