LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Strange error in "make" (https://www.linuxquestions.org/questions/linux-newbie-8/strange-error-in-make-181086/)

ssueri 05-13-2004 10:31 AM

Strange error in "make"
 
While I was trying to ./configure and make a program in suse 9.0, make command returned with following error:

make: *** No rule to make target `admin/libtool.m4.in', needed by `acinclude.m4'. Stop.

I checked libtool presence and it's there....

Any help??? tks

Sergio

vasudevadas 05-13-2004 03:32 PM

That means that in order to generate "acinclude.m4" it needs a file "admin/libtool.m4.in" but it can't find a rule that generates it. Sounds like the makefile is broken, to be honest.

Wanna copy the contents of the makefile here?

SciYro 05-14-2004 12:18 AM

sounds more like you need lib-tool installed, go download and install it, then try

ssueri 05-14-2004 02:40 AM

Tks for replies,

Libtool is already installed (the one that came with suse 9.0 distro).
Strange thing that the same apps compiled fine in my previous suse 9.0 installation....

weird?????

SciYro 05-14-2004 02:52 AM

well, maybe reinstall? , cant hurt can it?

it might also be permissions... but it is strange what it would break all the sudden


All times are GMT -5. The time now is 10:27 AM.