• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H05-Jan-2004-23,11518,224

webcpp/H03-May-2022-9,8766,664

AUTHORSH A D05-Jan-200435 21

COPYINGH A D05-Jan-200414.8 KiB281237

CREDITSH A D05-Jan-20041.9 KiB2120

ChangeLogH A D05-Jan-200421.6 KiB507367

DoxyfileH A D05-Jan-20046.2 KiB175174

IMPORTANTH A D05-Jan-2004388 1610

INSTALLH A D05-Jan-20047.3 KiB188141

Makefile.amH A D05-Jan-20041.2 KiB3820

Makefile.distH A D05-Jan-2004449 1513

Makefile.inH A D05-Jan-200419.7 KiB653521

READMEH A D05-Jan-2004388 1610

TODOH A D05-Jan-200411 51

Webcpp.filelistH A D05-Jan-20045.2 KiB264263

Webcpp.kdevelopH A D05-Jan-20043.6 KiB122118

Webcpp.kdevsesH A D05-Jan-2004229 1110

Webcpp.specH A D05-Jan-20041.1 KiB5034

WebcppScheme2.dtdH A D05-Jan-2004360 1312

acinclude.m4H A D05-Jan-2004138.3 KiB5,1124,531

aclocal.m4H A D05-Jan-2004167.9 KiB5,9415,224

config.h.inH A D05-Jan-20041.7 KiB6845

configureH A D05-Jan-2004212.2 KiB7,3215,915

configure.filesH A D05-Jan-200416 21

configure.inH A D05-Jan-20043 KiB9976

configure.in.inH A D05-Jan-20042.8 KiB9067

mkreleaseH A D05-Jan-20041.7 KiB7547

setupH A D05-Jan-2004732 4128

stamp-h.inH A D05-Jan-200410 21

subdirsH A D05-Jan-20047 21

webcpp.kdevprjH A D05-Jan-200418.9 KiB1,032863

webcpp.kdevsesH A D05-Jan-2004226 87

webcpp.lsmH A D05-Jan-2004772 1514

webcpp.specH A D05-Jan-20041.6 KiB4935

README

1
2IMPORTANT
3=========
4
5Webcpp 0.7.0 and up now requires gcc 3.0 or later to compile.
6Some systems may have both gcc 2.9x and gcc3.x installed. The
7defaullt version of g++ has to be 3. If it is not you can do
8so by using the following command as root:
9
10$ /usr/sbin/gcc_select 3
11
12To find out what version of gcc is installed or is being used
13by default, type the folowing command:
14
15$ gcc -v
16