LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cinelerra install issue (https://www.linuxquestions.org/questions/linux-newbie-8/cinelerra-install-issue-100107/)

blueHV 10-04-2003 07:47 AM

cinelerra install issue
 
hey all - first post here - I'm a 2 day old linux user.. :-)

the linux support community is hands down fair dinkum brilliant (from my 48hrs of exp....)


hope it's ok to post all this - but I was trying to unpack/compile/install cinelerra - this is the output I got...

//I was following the html help file in the cinerella folder...

help? please...


[riley@localhost cinelerra-1.1.5]$ export CFLAGS='-O3 -march=i686 -fmessage-length=0 -funroll-all-loops -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -I/usr/local/include'
[riley@localhost cinelerra-1.1.5]$ make
make -f build/Makefile.cinelerra
make[1]: Entering directory `/home/riley/Documents/cinelerra-1.1.5'
gcc -c -O3 -march=i686 -fmessage-length=0 -funroll-all-loops -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -I/usr/local/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_OSS -DHAVE_FIREWIRE -D_REENTRANT soundtest.c -o i686/soundtest.o
make[1]: gcc: Command not found
make[1]: *** [i686/soundtest.o] Error 127
make[1]: Leaving directory `/home/riley/Documents/cinelerra-1.1.5'
make: *** [all] Error 2
[riley@localhost cinelerra-1.1.5]$ make install
make -f build/Makefile.cinelerra install
make[1]: Entering directory `/home/riley/Documents/cinelerra-1.1.5'
make -C cinelerra install
/bin/sh: line 1: glib-config: command not found
make[2]: Entering directory `/home/riley/Documents/cinelerra-1.1.5/cinelerra'
strip i686/cinelerra
make[2]: strip: Command not found
make[2]: *** [install] Error 127
make[2]: Leaving directory `/home/riley/Documents/cinelerra-1.1.5/cinelerra'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/riley/Documents/cinelerra-1.1.5'
make: *** [install] Error 2

crashmeister 10-04-2003 09:10 AM

It appears that you don't have any development tools installed that you'll need to compile something.Check with you package management tool and install the development package if there is one.If not start looking for gcc to start with.
BTW - cinelerra is a touchy build.


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