File: README

package info (click to toggle)
webcpp 0.8.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,588 kB
  • ctags: 590
  • sloc: sh: 10,801; cpp: 2,557; perl: 1,882; makefile: 300; xml: 13
file content (15 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

IMPORTANT
=========

Webcpp 0.7.0 and up now requires gcc 3.0 or later to compile.
Some systems may have both gcc 2.9x and gcc3.x installed. The
defaullt version of g++ has to be 3. If it is not you can do
so by using the following command as root:

$ /usr/sbin/gcc_select 3

To find out what version of gcc is installed or is being used
by default, type the folowing command:

$ gcc -v