Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 04:00 PM, Michael Cronenworth wrote: >From reading your config log I see the following packages not installed. > > exo-devel > libnotify-devel > libxfce4ui-devel Yeah; I found that out via yumex. And, it appears, xfce4-panel-devel and I wonder what else... -- users mailing lis

Re: Problem compiling programs

2011-11-08 Thread Michael Cronenworth
Joe Zeff wrote: > http://www.zeff.us/config1.log andhttp://www.zeff.us/config2.log should > be what you need. However, when I checked with yumex, it didn't find > anything resembling exo-1 installed and some of the -devel packages I > need weren't marked as installed, even though yum made it loo

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 03:16 PM, Michael Cronenworth wrote: > Provide a link to your config.log from pastebin.com. *Shrug!* I've got lots of webspace for this: http://www.zeff.us/config1.log and http://www.zeff.us/config2.log should be what you need. However, when I checked with yumex, it didn't find

Re: Problem compiling programs

2011-11-08 Thread Michael Cronenworth
Joe Zeff wrote: > I could attach the entire config.log if you wanted, but I doubt most of > the list would want it. Right now, I'm just wondering why ./configure > can't find these libraries when yum says that they're installed, > including the .dev packages. Provide a link to your config.log fro

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 02:53 PM, Robert Marcano wrote: > Can you please add something from the configure output if possible, more > than PKG_CONFIG_PATH isn't set? I could attach the entire config.log if you wanted, but I doubt most of the list would want it. Right now, I'm just wondering why ./configure

Re: Problem compiling programs

2011-11-08 Thread Robert Marcano
On 11/08/2011 05:55 PM, Joe Zeff wrote: > On 11/08/2011 02:00 PM, Robert Marcano wrote: >> Check the configure output for a name of the library it doesn't find. >> for example if it says it does not find libpng, you need to install >> libpng-devel, and so on > > yum provides */$LIBRARY > > shows th

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 02:00 PM, Robert Marcano wrote: > Check the configure output for a name of the library it doesn't find. > for example if it says it does not find libpng, you need to install > libpng-devel, and so on yum provides */$LIBRARY shows that the .dev packages are installed, as I've said at

Re: Problem compiling programs

2011-11-08 Thread Robert Marcano
On 11/08/2011 01:52 PM, Joe Zeff wrote: > I've tried downloading some tarballs and compiling them, without > success. In each case, ./configure complains that it can't find one or > more libraries that I have installed. Checking, it turns out that > PKG_CONFIG_PATH isn't set. > > This leads to tw

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 01:45 PM, Ian Malone wrote: > $ pkg-config --libs vorbis > -lvorbis -lm -logg pkg-config doesn't show any of the three libraries involved as being installed, but if I run yum provides */$FOO, it shows that the libraries and the .dev packages are installed. -- users mailing list us

Re: Problem compiling programs

2011-11-08 Thread Ian Malone
On 8 November 2011 21:45, Ian Malone wrote: > On 8 November 2011 18:22, Joe Zeff wrote: >> I've tried downloading some tarballs and compiling them, without >> success.  In each case, ./configure complains that it can't find one or >> more libraries that I have installed.  Checking, it turns out t

Re: Problem compiling programs

2011-11-08 Thread Ian Malone
On 8 November 2011 18:22, Joe Zeff wrote: > I've tried downloading some tarballs and compiling them, without > success.  In each case, ./configure complains that it can't find one or > more libraries that I have installed.  Checking, it turns out that > PKG_CONFIG_PATH isn't set. > > This leads to

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 12:36 PM, Andrew Haley wrote: > You have to look at config.log and see what is happening. You > don't need to set PKG_CONFIG_PATH. And what should I be looking for? I haven't done any programming in well over a decade, and when I did, I never needed to mess with makefiles or conf

Re: Problem compiling programs

2011-11-08 Thread Andrew Haley
On 11/08/2011 06:22 PM, Joe Zeff wrote: > I've tried downloading some tarballs and compiling them, without > success. In each case, ./configure complains that it can't find one or > more libraries that I have installed. Checking, it turns out that > PKG_CONFIG_PATH isn't set. > > This leads t

Re: Problem compiling programs

2011-11-08 Thread Joe Zeff
On 11/08/2011 11:05 AM, Mikkel L. Ellertson wrote: > Dumb question - did you install the development packages for the > libraries in question? If not, configure will complain that it can > not find the libraries. Yes. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

Re: Problem compiling programs

2011-11-08 Thread Mikkel L. Ellertson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/08/2011 12:22 PM, Joe Zeff wrote: > I've tried downloading some tarballs and compiling them, without > success. In each case, ./configure complains that it can't find one or > more libraries that I have installed. Checking, it turns out that

Problem compiling programs

2011-11-08 Thread Joe Zeff
I've tried downloading some tarballs and compiling them, without success. In each case, ./configure complains that it can't find one or more libraries that I have installed. Checking, it turns out that PKG_CONFIG_PATH isn't set. This leads to two questions: what should it be set to and why is