# HG changeset patch # User Matti Hamalainen # Date 1104009485 0 # Node ID 512e3ef3fc63eda98a0ac8e0d912defd2be2f212 # Parent e161aa3ba0c33845d4b99f54866772b7c17eddc8 Document problems with gcc vs g++ diff -r e161aa3ba0c3 -r 512e3ef3fc63 INSTALL --- a/INSTALL Sat Dec 25 21:15:01 2004 +0000 +++ b/INSTALL Sat Dec 25 21:18:05 2004 +0000 @@ -8,8 +8,8 @@ - Gtk+ and Glib 1.2.5 or later (http://www.gtk.org/) -- C and C++-compiler. Preferably GCC along with rest of the - GNU toolchain. I have no idea whether this compiles with +- ANSI-C and C++-compiler. Preferably GCC along with rest of + the GNU toolchain. I have no idea whether this compiles with any other compiler ... sorry. - You need AT LEAST one of the following emulation libraries: @@ -123,6 +123,12 @@ The configure-script will print out lots of information and in the end it tells you some of the selected build options. +NOTICE! On some systems it may be necessary to force 'configure' +to use gcc instead of g++ with following syntax: + +$ CC=gcc CXX=g++ ./configure + + If configure passed without errors, try compilation. (Depending on your system, you may need to invoke 'gmake' instead of 'make'.)