Results 1 to 2 of 2
Hi,
I had written a program and tried to compile it.
I encountered the following error :
[root@localhost project2]# ls
aclocal.m4 ChangeLog configure.in project2.glade README
AUTHORS config.h.in Makefile.am project2.glade.bak src
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-26-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
GTK Programming
Hi,
I had written a program and tried to compile it.
I encountered the following error :
[root@localhost project2]# ls
aclocal.m4 ChangeLog configure.in project2.glade README
AUTHORS config.h.in Makefile.am project2.glade.bak src
autogen.sh config.log NEWS project2.gladep stamp-h.in
autom4te.cache configure po project2.gladep.bak
[root@localhost project2]# ./configure
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
[root@localhost project2]# pwd
/home/swanand/Projects/project2
[root@localhost project2]#
---------------------------------------------------------------------
I have used Glade to compile the source code.
Can anyone please help me with this error.
- 01-26-2006 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Try running the autogen.sh script. Can't remember if this will create the file(s) you need though. I believe you need 3 scripts, install-sh, missing, and mkinstalldirs . It should be fine to symlink the ones from /usr/share/automake-version/ .


Reply With Quote
