Re: INSTALLING gcc (and ZOPE) on DEBIAN
$ which gcc /usr/bin/gcc
After entering which gcc, I always get the following output: /usr/bin/gcc The whole error message is (after entering the "make" - command) : ------------------------------------------- "/usr/bin/python" "/Zope-2.7.5-final/setup.py"\ build --build-base="/Zope-2.7.5-final/build-base/python-2.3" --build-lib="/Zope-2.7.5-finale/build-base/python-2.3/build-lib" --build-scripts="/Zope-2.7.5-finale/build-base/python-2.3/build-scripts" --build-temp="/Zope-2.7.5-final/build-base/python-2.3/build-temp" running build running build_py running build_ext building 'ExtensionClass' extensions gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/Zope-2.7.5-final/lib/Components/ExtensionClass/src -I/usr/include/python2.3 -c ../Components/ExtensionClass/src/ExtensionClass.c -o /Zope-2.7.5-final/build-base/python-2.3/build-temp/../Components/ExtensionClass/src/ExtensionClass.o virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar error: command 'gcc' failed with exit status 1 make *** [build] Fehler 1 ------------------------------------------- __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
On 6 Oct 2005, at 11:39, benmania@web.de wrote:
The whole error message is (after entering the "make" - command) :
------------------------------------------- "/usr/bin/python" "/Zope-2.7.5-final/setup.py"\ build --build-base="/Zope-2.7.5-final/build-base/python-2.3" -- build-lib="/Zope-2.7.5-finale/build-base/python-2.3/build-lib" -- build-scripts="/Zope-2.7.5-finale/build-base/python-2.3/build- scripts" --build-temp="/Zope-2.7.5-final/build-base/python-2.3/ build-temp" running build running build_py running build_ext building 'ExtensionClass' extensions gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict- prototypes -fPIC -I/Zope-2.7.5-final/lib/Components/ExtensionClass/ src -I/usr/include/python2.3 -c ../Components/ExtensionClass/src/ ExtensionClass.c -o /Zope-2.7.5-final/build-base/python-2.3/build- temp/../Components/ExtensionClass/src/ExtensionClass.o
virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar error: command 'gcc' failed with exit status 1 make *** [build] Fehler 1
Have you actually *read* the output? It tells you, quite clearly, even in German, that you don't have enough memory on that machine. jens
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jens Vagelpohl wrote:
On 6 Oct 2005, at 11:39, benmania@web.de wrote:
The whole error message is (after entering the "make" - command) :
------------------------------------------- "/usr/bin/python" "/Zope-2.7.5-final/setup.py"\ build --build-base="/Zope-2.7.5-final/build-base/python-2.3" -- build-lib="/Zope-2.7.5-finale/build-base/python-2.3/build-lib" -- build-scripts="/Zope-2.7.5-finale/build-base/python-2.3/build- scripts" --build-temp="/Zope-2.7.5-final/build-base/python-2.3/ build-temp" running build running build_py running build_ext building 'ExtensionClass' extensions gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict- prototypes -fPIC -I/Zope-2.7.5-final/lib/Components/ExtensionClass/ src -I/usr/include/python2.3 -c ../Components/ExtensionClass/src/ ExtensionClass.c -o /Zope-2.7.5-final/build-base/python-2.3/build- temp/../Components/ExtensionClass/src/ExtensionClass.o
virtual memory exhausted: Nicht genügend Hauptspeicher verfügbar error: command 'gcc' failed with exit status 1 make *** [build] Fehler 1
Have you actually *read* the output? It tells you, quite clearly, even in German, that you don't have enough memory on that machine.
I used to see errors similar to that one (but not in German ;) when building the Zope extension modules on a machine with a flaky RAM chip. Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDRUgF+gerLs4ltQ4RAo/bAJ9rQvvRtF2pIwJyE6UBpkfTTS4yjgCfWx4Q tV+YXyNiIxY6vxx+81x7M8s= =inNh -----END PGP SIGNATURE-----
participants (3)
-
benmania@web.de -
Jens Vagelpohl -
Tres Seaver