Page 1 of 1

Problem for compile VLS

Posted: 09 Sep 2004 17:28
by sweety
Hi , I have a problem , when i put to "make"
The program say :
"Generating dependancies for src/core/application.cpp...
/bin/sh: g++: command not found
Compiling src/core/application.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT -DSYSLOG -o obj/core/application.o -c src/core/application.cpp
make: g++: Command not found
make: *** [obj/core/application.o] Error 127
"

Please HELP ME :cry:

Re: Problem for compile VLS

Posted: 09 Sep 2004 17:43
by fkuehne
Which system do you use to complile vls? Are you sure, that you installed the entire GCC-toolkit?

Posted: 09 Sep 2004 22:36
by Guest
I Have Debian 3 and i have already instal GGC

Thanks for you reply.