Marc Leavitt - 2003-05-30

Trying to execute initial make & failing.  Make failed immediately after default autogen execution.  Grasping at straws, I downloaded latest STLport code and also disabled dependency checking with "env CPPFLAGS=-I/home/marc/STLport-4.5.3/stlport LDFLAGS=-s ./configure --disable-dependency-tracking".  This gets a lot farther, but fails with 
"
../../src/eoPop.h:257: parse error before `;' token
In file included from ../../src/eoDetTournamentSelect.h:36,
                 from ../../src/do/make_algo_scalar.h:37,
                 from make_algo_scalar_real.cpp:44:
"

----------------------------------------------
uname -a => "Linux freya 2.4.20-13.9smp #1 SMP Mon May 12 10:48:05 EDT 2003 i686 i686 i386 GNU/Linux"
----------------------------------------------
gcc -v => "Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
"