Re: [Zope] ZOPE and DEBIAN INSTALLTION
Hello, I tried to install ZOPE from sources via "configure - make - make instance" but unfortunately I always get the following error message when typing in the "make" command.
command 'gcc' failed with exit status 1 -basherror:: command not found
In my last message, I assumed that gcc was not installed. I derived this assumption from the error message The weird thing is that whenever I type in the command 'gcc'. There is always the following error message: 'No input files found' I am wondering why: If gcc was not installed, there should be an error message that is similar to 'command not found'. The output 'No input files found' implies that - in my opinion - gcc is actually installed. What do you think of that? ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
----- Original Message ----- From: <benmania@web.de>
I tried to install ZOPE from sources via "configure - make - make instance" but unfortunately I always get the following error message when typing in the "make" command.
command 'gcc' failed with exit status 1 -basherror:: command not found
In my last message, I assumed that gcc was not installed. I derived this assumption from the error message
The weird thing is that whenever I type in the command 'gcc'. There is always the following error message: 'No input files found'
I am wondering why: If gcc was not installed, there should be an error message that is similar to 'command not found'. The output 'No input files found' implies that - in my opinion - gcc is actually installed.
What do you think of that?
if you enter 'which gcc' at the command line prompt (shell) it will tell you where gcc is installed on your system. eg. $ which gcc /usr/bin/gcc hth Jonathan
On 05.10.05 17:09:45, benmania@web.de wrote:
Hello,
I tried to install ZOPE from sources via "configure - make - make instance" but unfortunately I always get the following error message when typing in the "make" command.
command 'gcc' failed with exit status 1 -basherror:: command not found
Could you please post the whole output that "make" produces? I just tested this on my box with zope-2.7.7 and it works. Do you have python-dev installed? Andreas -- So you're back... about time...
participants (3)
-
Andreas Pakulat -
benmaniaï¼ web.de -
Jonathan