LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where does compiler look for libraries when compiling Evolution? (https://www.linuxquestions.org/questions/linux-software-2/where-does-compiler-look-for-libraries-when-compiling-evolution-279304/)

dhave 01-18-2005 10:15 AM

Where does compiler look for libraries when compiling Evolution?
 
When I compile Evolution, I get a long list of warning messages saying that
such-and-such a library "seems to be moved". I'd like to tell the compiler
not to look for libraries in this particular directory, but to look
elsewhere. Where do I do this?

I think the majority of the libraries are Gnome-related. However, I haven't been able to locate where the compiler is getting its no-longer valid information about their location.

Apparently the compiler does succeed in finding the libraries, as the build
generally succeeds. But I'd still like to get rid of all these warning
messages.

Thanks.

jailbait 01-18-2005 10:38 AM

"I haven't been able to locate where the compiler is getting its no-longer valid information about their location."

Configure commands do the checking to find libraries. Since different distributions have different file trees many configure commands have ways to look for the needed libraries in different likely locations. One common method is to have parameters in the configure command that change the first part of the file paths being used by the configure command. For example if the configure command is looking for files in /usr/local/bin and your distribution has these files in /opt/kde3/lib then you might be able to put a parameter in the configure command to change where configure looks:
./configure --deplib=/opt/kde3/lib

So look in the Evolution configure command and see if you can find a parameter to set which will cause the configure command to look in the right place first and thus eliminate the error messages.

Another method of eliminating the message would be to find the warning message in the configure command and comment it out.


-----------------------------
Steve Stites

dhave 01-18-2005 11:22 AM

Thanks for your reply, jailbait. I've found a few others with the same problem, and I'm wondering if the problem is peculiar to Slackware systems.

I'll post something on the Slackware forum about this later. Thanks again.


All times are GMT -5. The time now is 02:02 AM.