LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problems installing gnome-build-0.1.1 (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-gnome-build-0-1-1-a-324304/)

ingerul 05-17-2005 05:12 AM

problems installing gnome-build-0.1.1
 
I've tried to install gnome-build-0.1.1 from sources since I couldn't find a proper rpm package, but I'm getting this errors when executing "make install" (make works fine):
Code:

...
grep: /usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//libpopt.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//libpopt.la: No such file or directory
libtool: link: `/usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//libpopt.la' is not a valid libtool archive
libtool: install: error: relink `libgbf-widgets-1.la' with the above command before installing it
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/radu/temp/gnome-build-0.1.1/src/gbf'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/radu/temp/gnome-build-0.1.1/src/gbf'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/radu/temp/gnome-build-0.1.1/src'
make: *** [install-recursive] Error 1

I've tried to build it from CVS, but I'm getting the following error:
Code:

[radu@akira gnome-build]$./automake.sh
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in

Any idee why I'm getting these errors?

mohit dhawan 05-17-2005 05:41 AM

it is probabbly not able to acess thr libraries (it says lbtool error)
or the path u have mentioned is wrong coz cannot locate is the eeror when the path is wrong

ingerul 05-17-2005 07:14 AM

and a solution would be... ?


All times are GMT -5. The time now is 12:27 PM.