You are not logged in.

#1 2007-10-15 12:52:11

smcsw2000
Member
Registered: 2007-06-22
Posts: 130

pacman dependencies?

I am trying to install CINEPAINT 0.22-1. When doing make I had a problem with the gcclibs. After going thru old forums I tried pacman -S gcc gcclibs and that seemed to fix a lot of problems. now when i do make I get
g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o: No such file or directory
g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o: No such file or directory
g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o: No such file or directory
g++: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o: No such file or directory
make[2]: *** [libcinepaintHalf.la] Error 1
Since I am still not used to this coding yet I am not sure of what to do next. Do I download some other dependency, create this file or directory, go in the program and find the code and modify it or something else?  Still Learning. Thanks

Offline

#2 2007-10-15 13:00:16

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,396
Website

Re: pacman dependencies?

It looks like you have an old version of gcc installed.  Try an update (pacman -Syu).

Offline

Board footer

Powered by FluxBB