1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1. Bigloo compiler 2. Java 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Unable to download the Bigloo compiler for Ubuntu. This is needed to run the implementation. Altenatively, there is a windows distribution available which can be tried. 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] >>>> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise >>>> uname -a Linux student-VPCSE13FX 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >>>> lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 42 Stepping: 7 CPU MHz: 800.000 BogoMIPS: 4789.10 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0-3 >>>> javac -version javac 1.7.0_51 >>>> gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] Bigloo 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] Tried putting: ## For the Bigloo compiler deb ftp://ftp-sop.inria.fr/indes/fp/Hop/ubuntu precise hop into /etc/apt/sources.list But when I run >sudo apt-get update Err ftp://ftp-sop.inria.fr precise Release.gpg Could not connect to ftp-sop.inria.fr:21 (138.96.0.43). - connect (110: Connection timed out) Ign ftp://ftp-sop.inria.fr precise Release Ign ftp://ftp-sop.inria.fr precise/hop TranslationIndex Err ftp://ftp-sop.inria.fr precise/hop amd64 Packages Unable to connect to ftp-sop.inria.fr:ftp: Err ftp://ftp-sop.inria.fr precise/hop i386 Packages Unable to connect to ftp-sop.inria.fr:ftp: Err ftp://ftp-sop.inria.fr precise/hop Translation-en_US Unable to connect to ftp-sop.inria.fr:ftp: Err ftp://ftp-sop.inria.fr precise/hop Translation-en Unable to connect to ftp-sop.inria.fr:ftp: Fetched 2,984 kB in 1min 3s (47.1 kB/s) _______________________________________________ when I try to download source the ftp appears to be down http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo-2.html#Downloading 2:END_NOTES 3:BUILD_BY[name] student3 3:BUILD_ENVIRONMENT[operating system 32 vs 64] Linux student 3.11.0-23-generic #40-Ubuntu SMP Wed Jun 4 21:05:23 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 3:END_BUILD_ENVIRONMENT 3:DEPENDENCIES[list of dependencies with where to get them] Bigloo 3:END_DEPENDENCIES 3:NOTES[notes on attempted build] ~note: The dependences builds and seems to run fine, however when trying to configure hop program, the dependence seems to break. student@student:~/temp/hop-2.5.0$ ./configure /tmp/bigloo-test-hop: error while loading shared libraries: libbigloo_s-4.1a.so: cannot open shared object file: No such file or directory ~note: This error was caused by not setting LD_LIBRARY_PATH. When adding the correct path to that it installed and ran without a problem. 3:END_NOTES