make failing to make with this error. Help needed?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781
Rep:
make failing to make with this error. Help needed?
Hello to all you gurus.
I have just had some success installing slack-current, and am rightly proud of my achievment, having previously only used Mandy. But I now have a problem that stumps me.
I am trying to install the Cups driver for my Epson CX5400. Of course, under mandy this was achieved with an rpm. But I now have to do the whole ./configure, make etc.
So, I have got the file, uncompressed it and run ./configure. Great so far, but now I issue the make command and get this error:-
./libtool: line 1: s%^.*/%%: No such file or directory
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
This means nothing to me. I have looked into the script libtool, and line 1 is the usual #!, so how can this be.
Can anyone help me out here.
Re: make failing to make with this error. Help needed?
Quote:
./libtool: line 1: s%^.*/%%: No such file or directory
../libtool: line 1: -e: command not found
TIA [/B]
"s%^.*/%%" looks to me like a part of a regular expression, and the rest of the lines confirm my hunch. That -e probably came from a "sed -e some_regular_expression". It looks like the script fell appart? Maybee during the download? Did you verify it's checksum? Anyway, my first shot would be redownload and recompile. If that doesn't work try one more time. And if that doesn't work, well. Life is fun .
Hello! Well, I've never actually seen an error like this before, but after googling a little I have a couple of suggestions for you. First you might want to do a ./configure --help to see if there's an option to omit the libtool script and if there's no such option or after the compilation the drivers don't work you might also want to upgrade autotools and libtool to the latest version. (search google to find them) Good luck!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.