Shane Case wrote on Tuesday 20 November 2012, 01:09:18: > Seyed: > > There is no build environment installed in this image (gcc, g++, make, > ...). This image's Ubuntu version is EOL so you do not have access to the > repositories. > In a supported version of Ubuntu you can solve this by performing an > 'apt-get install build-essential'.
One can also add http://old-releases.ubuntu.com/ to get packages installed for old versions of Ubuntu. Just fix the hosts in /etc/apt/sources.list and then apt-get update && apt-get install build-essential Stephan > What do you think is wrong with this: > > > > 1. qemu/qemu-system-x86_64 -m 4096 hda images/parsecROI.img > > 2. parsecmgmt -a uninstall -c gcc-hooks -p bodytrack > > 3. parsecmgmt -a build -c gcc-hooks -p bodytrack > > ----- > > [PARSEC] [========== Building package bodytrack ==========] > > [PARSEC] [---------- Analyzing package bodytrack ----------] > > [PARSEC] bodytrack depends on: hooks > > [PARSEC] [---------- Analyzing package hooks ----------] > > [PARSEC] hooks depends on: libtool > > [PARSEC] [---------- Analyzing package libtool ----------] > > [PARSEC] Package libtool already exists, proceeding. > > [PARSEC] [---------- Building package hooks ----------] > > [PARSEC] Copying source code of package hooks. > > [PARSEC] Running 'env /usr/bin/make': > > env: /usr/bin/make: No such file or directory > > [PARSEC] Error: 'env /usr/bin/make' failed. _______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
