LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 11-25-2003, 08:09 PM   #1
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Rep: Reputation: 0
Compiling. :/


Hi guys, I have used the threads, and help already posted to help me compile gaim 0.73, but to compile the source i have had to compile other dependencies and such, a couple of which i am having problems with.

The main problem is "Pkgconfig" I ./configure it and it is fine until I try to make or "make install" it, when it gives me this error
Code:
[goalie31@localhost pkgconfig-0.9.0]$ make install
Making install in glib-1.2.8
make[1]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make: *** [install-recursive] Error 1
I am stumped and ny help is accepted.

Thank you in advance
 
Old 11-25-2003, 08:18 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Can you copy and paste the error that
make
(all by itself) gives you?

Cheers,
Tink
 
Old 11-25-2003, 08:27 PM   #3
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
Type in make clean.
Then ./configre && make.
Post up the last few lines (~20) of output make gives you.
 
Old 11-25-2003, 08:36 PM   #4
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
Alrighty, I typed in "make clean" and it did this:
Code:
[goalie31@localhost pkgconfig-0.9.0]$ make clean
Making clean in .
make[1]: Entering directory `/home/goalie31/pkgconfig-0.9.0'
test -z "pkg-config" || rm -f pkg-config
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0'
Making clean in glib-1.2.8
make[1]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make: *** [clean-recursive] Error 1
So i went on with ./configure and make and make install...anyways, now it gives me this error:
Code:
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0'
make: *** [install-recursive] Error 1
 
Old 11-25-2003, 08:39 PM   #5
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
Continued because of length....


Here is the "make install" code
Code:
[goalie31@localhost pkgconfig-0.9.0]$ make install
Making install in glib-1.2.8
make[1]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
Making install in .
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[3]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
Making install in gmodule
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gmodule'
make[3]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gmodule'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gmodule'
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gmodule'
Making install in gthread
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gthread'
make[3]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gthread'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gthread'
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/gthread'
Making install in docs
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/docs'
make[3]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/docs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/docs'
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/docs'
Making install in tests
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/tests'
make[3]: Entering directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/tests'
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8/tests'
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0/glib-1.2.8'
make[1]: Entering directory `/home/goalie31/pkgconfig-0.9.0'
make[2]: Entering directory `/home/goalie31/pkgconfig-0.9.0'
/bin/sh ./mkinstalldirs /usr/local/bin
 /bin/sh ./libtool  --mode=install /usr//bin/install -c  pkg-config /usr/local/bin/pkg-c                                                                             onfig
/usr//bin/install -c pkg-config /usr/local/bin/pkg-config
/usr//bin/install: cannot create regular file `/usr/local/bin/pkg-config': Permission de                                                                             nied
make[2]: *** [install-binPROGRAMS] Error 1
make[2]: Leaving directory `/home/goalie31/pkgconfig-0.9.0'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/goalie31/pkgconfig-0.9.0'
make: *** [install-recursive] Error 1
Im sorry, that is a lot of code, but in hopes of you guys being able to help i posted it all.

Thanks again
 
Old 11-25-2003, 09:45 PM   #6
lionsnob
LQ Newbie
 
Registered: Oct 2003
Posts: 4

Rep: Reputation: 0
Does it work in superuser mode? Usually you can make things as a normal user but not install them because you don't have the right permissions.
 
Old 11-25-2003, 09:47 PM   #7
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
You mean root user?


I will try that
 
Old 11-25-2003, 09:57 PM   #8
lionsnob
LQ Newbie
 
Registered: Oct 2003
Posts: 4

Rep: Reputation: 0
No, I mean superuser

What do you think su stands for?
 
Old 11-25-2003, 10:04 PM   #9
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
Never heard of superuser

Thanks, ill try that
 
Old 11-26-2003, 04:00 PM   #10
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
Quote:
Originally posted by lionsnob
No, I mean superuser

What do you think su stands for?
The superuser you are referring to is root. I think su would stand for switch user, but I'm not sure. su can switch to any user
 
Old 11-27-2003, 05:18 PM   #11
Goalie31
LQ Newbie
 
Registered: Nov 2003
Location: Teh Great White North, eh
Distribution: Slack 10, Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks alot


It worked, and im now enjoying MSn messenger on gaim
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling narcussist Fedora 6 01-18-2006 12:50 PM
compiling z9_87 Linux - Software 4 12-23-2004 05:29 PM
Various Compiling Errors (GCC compiling Openal, GUIlib, xmms-wma) gregorya Linux - Software 2 08-27-2004 05:03 AM
Compiling in ACPI support on Compaq 2135CA (system crashes while compiling) Dag Linux - Laptop and Netbook 20 07-30-2004 07:56 PM
Kernel compiling and module compiling tarballed Linux - General 1 12-22-2002 05:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration