I seem to be having trouble getting off "square one" configuring and making 0.92. I run autoconfig.sh w/no flags and then try to do a Make in the top-level.
Make output...
-----------------------------------------
Making all in src
make[1]: Entering directory `/home/marc/eo2Oct2002/src'
Making all in es
make[2]: Entering directory `/home/marc/eo2Oct2002/src/es'
source='make_algo_scalar_real.cpp' object='make_algo_scalar_real.o' libtool=no \depfile='.deps/make_algo_scalar_real.Po' tmpdepfile='.deps/make_algo_scalar_real.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"eo\" -DVERSION=\"0.9.2\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SELECT=1 -I. -I. -I../../src -Wall -c -o make_algo_scalar_real.o `test -f 'make_algo_scalar_real.cpp' || echo './'`make_algo_scalar_real.cpp
../../depcomp: ../../depcomp: No such file or directory
make[2]: *** [make_algo_scalar_real.o] Error 127
make[2]: Leaving directory `/home/marc/eo2Oct2002/src/es'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marc/eo2Oct2002/src'
make: *** [all-recursive] Error 1
-----------------------------------------
The output from uname follows...
-----------------------------------------
[marc@freya eo2Oct2002]$ 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 output ...
-----------------------------------------
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)
-----------------------------------------
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Help
I seem to be having trouble getting off "square one" configuring and making 0.92. I run autoconfig.sh w/no flags and then try to do a Make in the top-level.
Make output...
-----------------------------------------
Making all in src
make[1]: Entering directory `/home/marc/eo2Oct2002/src'
Making all in es
make[2]: Entering directory `/home/marc/eo2Oct2002/src/es'
source='make_algo_scalar_real.cpp' object='make_algo_scalar_real.o' libtool=no \depfile='.deps/make_algo_scalar_real.Po' tmpdepfile='.deps/make_algo_scalar_real.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"eo\" -DVERSION=\"0.9.2\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SELECT=1 -I. -I. -I../../src -Wall -c -o make_algo_scalar_real.o `test -f 'make_algo_scalar_real.cpp' || echo './'`make_algo_scalar_real.cpp
../../depcomp: ../../depcomp: No such file or directory
make[2]: *** [make_algo_scalar_real.o] Error 127
make[2]: Leaving directory `/home/marc/eo2Oct2002/src/es'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marc/eo2Oct2002/src'
make: *** [all-recursive] Error 1
-----------------------------------------
The output from uname follows...
-----------------------------------------
[marc@freya eo2Oct2002]$ 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 output ...
-----------------------------------------
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)
-----------------------------------------