LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Compilation erros (https://www.linuxquestions.org/questions/linux-newbie-8/compilation-erros-119344/)

bruno buys 11-23-2003 10:18 PM

Compilation erros
 
Tried to run the install script for lvcool, and the script returned the following:

frank:/home/bruno/download/tar.gz/LVCool # sh SUSEInstall.sh
######################################################
# #
# LVCool Installation on SuSE Distribution 7.2 #
# #
######################################################

Initialize Process...
LVCool Clean Process
====================

rm -f *~
rm -f *.~
rm -f *.o
rm -f lvcool
Done

Compile LVCool...
gcc -c LVCool.cpp
gcc -o lvcool LVCool.o
LVCool.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [lvcool] Error 1
Done

Install LVCool...
LVCool Install Process
======================

cp: cannot stat `lvcool': No such file or directory
make: *** [install] Error 1
Done

Install SuSE System Datas...
Done

Start LVCool...
SUSEInstall.sh: line 48: /sbin/lvcool: No such file or directory
Done

LVCool is now installed !!!


Despite having said it is installed, I couldn't run the program.

How can I solve the problems found at the script?

The OS is SuSE 8.2, the machine is a athlon xp 1600/256 mb ram.

Thank you!


All times are GMT -5. The time now is 11:11 AM.