Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-21-2014, 09:00 AM
|
#1
|
Member
Registered: Apr 2012
Distribution: Ubuntu, SUSE, Redhat
Posts: 188
Rep: 
|
where is the makefile library in suse 11.1
Hi all
I need to edit my makefile library on suse 11.1, but I have no idea where it is. I know it exists because I can do this:
Code:
host:/usr/local/att # make
make: *** No targets specified and no makefile found. Stop.
Can someone please help?
Thanks
Last edited by jzoudavy; 05-21-2014 at 09:07 AM.
Reason: clarification of question
|
|
|
05-21-2014, 09:39 AM
|
#2
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
|
I'm not a SuSE user so there may be something specific to SuSE that I'm not aware of, but there is no "makefile library." The makefile is text file containing instructions for building a piece of software. It's distributed with the source code and is specific to the software being built. Anyone who executes make in a directory with no makefile will get the same response you posted.
What, exactly, are you trying to do?
|
|
1 members found this post helpful.
|
05-21-2014, 09:48 AM
|
#3
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,618
|
make will look for a file named makefile or Makefile (see man page about full description) and could not find it. That's all. I do not know what do you mean by makefile library.
|
|
|
05-21-2014, 09:50 AM
|
#4
|
LQ Guru
Registered: Sep 2009
Location: Perth
Distribution: Arch
Posts: 10,039
|
As above there is no such library. You are trying to compile something and it either has no make file at all included or, as in the error, it requires you to input a specific target to make.
You will need to advise what you are trying to compile and what if any commands you have issued prior to the make command as it is not always the first to be executed?
|
|
1 members found this post helpful.
|
05-21-2014, 10:05 AM
|
#5
|
Member
Registered: Apr 2012
Distribution: Ubuntu, SUSE, Redhat
Posts: 188
Original Poster
Rep: 
|
hi all
thanks for clarifying that. I am installing this piece of sw and modifying the make file was one of the installation instructions, but now i think they meant for the user to run the program first, to get the make file.
|
|
|
05-21-2014, 10:10 AM
|
#6
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
make builds the program, you can't run the program until you build it. What piece of software are you trying to install here?
|
|
|
05-21-2014, 10:17 AM
|
#7
|
Member
Registered: Apr 2012
Distribution: Ubuntu, SUSE, Redhat
Posts: 188
Original Poster
Rep: 
|
sort of private corporate traffic simulator
|
|
|
05-21-2014, 11:34 AM
|
#8
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,707
|
also be aware that opensuse 11.1 is DEAD and UNSUPPORTED
and so is
11.2, 11.3 ,11.4 ,12.1 , 12.2
install the current OpenSUSE 13.1
|
|
|
05-21-2014, 01:05 PM
|
#9
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
Quote:
Originally Posted by John VV
also be aware that opensuse 11.1 is DEAD and UNSUPPORTED
and so is
11.2, 11.3 ,11.4 ,12.1 , 12.2
install the current OpenSUSE 13.1
|
11.4 is still supported through Evergreen, but only for another ~6 weeks.
|
|
|
All times are GMT -5. The time now is 09:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|