comparison INSTALL @ 304:512e3ef3fc63

Document problems with gcc vs g++
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 21:18:05 +0000
parents d8f088079384
children 171b428ee806
comparison
equal deleted inserted replaced
303:e161aa3ba0c3 304:512e3ef3fc63
6 ============ 6 ============
7 - XMMS version 1.2.0 or later (http://www.xmms.org/) 7 - XMMS version 1.2.0 or later (http://www.xmms.org/)
8 8
9 - Gtk+ and Glib 1.2.5 or later (http://www.gtk.org/) 9 - Gtk+ and Glib 1.2.5 or later (http://www.gtk.org/)
10 10
11 - C and C++-compiler. Preferably GCC along with rest of the 11 - ANSI-C and C++-compiler. Preferably GCC along with rest of
12 GNU toolchain. I have no idea whether this compiles with 12 the GNU toolchain. I have no idea whether this compiles with
13 any other compiler ... sorry. 13 any other compiler ... sorry.
14 14
15 - You need AT LEAST one of the following emulation libraries: 15 - You need AT LEAST one of the following emulation libraries:
16 16
17 * libSIDPlay1 17 * libSIDPlay1
121 $ ./configure 121 $ ./configure
122 122
123 The configure-script will print out lots of information and in 123 The configure-script will print out lots of information and in
124 the end it tells you some of the selected build options. 124 the end it tells you some of the selected build options.
125 125
126 NOTICE! On some systems it may be necessary to force 'configure'
127 to use gcc instead of g++ with following syntax:
128
129 $ CC=gcc CXX=g++ ./configure
130
131
126 If configure passed without errors, try compilation. (Depending 132 If configure passed without errors, try compilation. (Depending
127 on your system, you may need to invoke 'gmake' instead of 'make'.) 133 on your system, you may need to invoke 'gmake' instead of 'make'.)
128 134
129 $ make 135 $ make
130 136