1 | | Thanks for the prompt review. I committed the outstanding files in the repository and removed the two ~ files. The result is up in the same place: |
| 1 | {{{ |
| 2 | frobby-0.7.6/src/test/transform/t3.gen.m2 |
| 3 | frobby-0.7.6/src/test/transform/t3.gen.nm |
| 4 | Finished extraction |
| 5 | **************************************************** |
| 6 | Host system |
| 7 | uname -a: |
| 8 | Linux eno 2.6.32.10-90.fc12.x86_64 #1 SMP Tue Mar 23 09:47:08 UTC 2010 |
| 9 | x86_64 x86_64 x86_64 GNU/Linux |
| 10 | **************************************************** |
| 11 | **************************************************** |
| 12 | CC Version |
| 13 | gcc -v |
| 14 | Using built-in specs. |
| 15 | COLLECT_GCC=gcc |
| 16 | COLLECT_LTO_WRAPPER=/usr/local/gcc-4.5.0/x86_64-Linux- |
| 17 | core2-fc/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper |
| 18 | Target: x86_64-unknown-linux-gnu |
| 19 | Configured with: /usr/local/gcc-4.5.0/src/gcc-4.5.0/configure --enable- |
| 20 | languages=c,c++,fortran --with-gnu-as --with-gnu- |
| 21 | as=/usr/local/binutils-2.20.1/x86_64-Linux-core2-fc-gcc-4.4.3-rh/bin/as |
| 22 | --with-gnu-ld --with-ld=/usr/local/binutils-2.20.1/x86_64-Linux-core2-fc- |
| 23 | gcc-4.4.3-rh/bin/ld --with-gmp=/usr/local/mpir-1.2.2/x86_64-Linux-core2 |
| 24 | -fc-gcc-4.4.2 --with-mpfr=/usr/local/mpfr-2.4.2/x86_64-Linux-core2-fc- |
| 25 | mpir-1.2.2-gcc-4.4.2 --with-mpc=/usr/local/mpc-0.8.1/x86_64-Linux-core2 |
| 26 | -fc-mpfr-2.4.2-mpir-1.2.2-gcc-4.4.3-rh |
| 27 | --prefix=/usr/local/gcc-4.5.0/x86_64-Linux-core2-fc |
| 28 | Thread model: posix |
| 29 | gcc version 4.5.0 (GCC) |
| 30 | **************************************************** |
| 31 | mkdir -p bin/release/ |
| 32 | g++ -Wall -ansi -pedantic -Wextra -Wno-uninitialized -Wno-unused- |
| 33 | parameter -Werror -isystem /home/wstein/screen/eno/sage-4.3/local/include |
| 34 | -O3 -c src/main.cpp -o bin/release/main.o |
| 35 | src/main.cpp: In function ‘int main(int, const char**)’: |
| 36 | src/main.cpp:30:16: error: ‘srand’ was not declared in this scope |
| 37 | make: *** [bin/release/main.o] Error 1 |
| 38 | Error building Frobby. |