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.
|
|
08-13-2003, 04:32 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Location: UK
Distribution: SuSE 8.2 PRO
Posts: 22
Rep:
|
What does that mean ?
When I try to run make almost all the time I get error messages like:
make all-recursive
make[1]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8'
Making all in .
make[2]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8'
Making all in gmodule
make[2]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/gmodule'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/gmodule'
Making all in gthread
make[2]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/gthread'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/gthread'
Making all in docs
make[2]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/docs'
Making all in tests
make[2]: Entering directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8/tests'
make[1]: Leaving directory `/home/tekno/Documents/pkgconfig-0.15.0/glib-1.2.8'
WHAT DOES THAT MEAN ???????
I cannot get to install any progs. Sometimes I see something about automake error or something ...
thanks in advance
Terry
|
|
|
08-13-2003, 04:57 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
can you actually see the word "error" anywhere in there?
|
|
|
08-13-2003, 05:01 PM
|
#3
|
Moderator
Registered: May 2001
Posts: 29,415
|
Try running "make 2>&1|tee make.log". This will spit out all messages to screen and dump it to the file make.log so you can "less make.log" or "grep make.log -ie error" later on. If make turns out fine, try running ""make -n install 2>&1|tee noinst.log". This will run make with the install target w/o actually installing. It kinda goes tru the motions, and as before you get a log to less/grep for details/errors.
|
|
|
08-13-2003, 05:09 PM
|
#5
|
LQ Newbie
Registered: Aug 2003
Location: UK
Distribution: SuSE 8.2 PRO
Posts: 22
Original Poster
Rep:
|
So if it doesn't say anywhere ERROR that means that my prog should BE installed ?
CORRECT ?
|
|
|
08-13-2003, 05:13 PM
|
#6
|
LQ Newbie
Registered: Aug 2003
Location: UK
Distribution: SuSE 8.2 PRO
Posts: 22
Original Poster
Rep:
|
Thanks fancypipier !! Always RTFM!
Tekn0phile
|
|
|
All times are GMT -5. The time now is 02:47 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
|
|