Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Peter Johansson
John Calcote wrote: I sure don't know what's happening to my email messages lately. This is the third time this month that some response of mine has apparently been completely lost by Google mail. I sent this response to this thread last night (via Mozilla Thunderbird client), which goes hand-

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Gerald I. Evenden
On Friday 03 April 2009 2:29:36 pm Ralf Wildenhues wrote: > Hello Gerald, > > * Gerald I. Evenden wrote on Fri, Apr 03, 2009 at 08:11:22PM CEST: > > One added note, that bothers me a little. > > > > If the system checks for an entry being present in a particular iibrary > > by compiling/linking a t

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread John Calcote
On 4/3/2009 12:29 PM, Ralf Wildenhues wrote: Hello Gerald, * Gerald I. Evenden wrote on Fri, Apr 03, 2009 at 08:11:22PM CEST: One added note, that bothers me a little. If the system checks for an entry being present in a particular iibrary by compiling/linking a test program using the func

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Ralf Wildenhues
Hello Gerald, * Gerald I. Evenden wrote on Fri, Apr 03, 2009 at 08:11:22PM CEST: > One added note, that bothers me a little. > > If the system checks for an entry being present in a particular iibrary by > compiling/linking a test program using the function *and* linking to the > specified libr

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Gerald I. Evenden
On Friday 03 April 2009 12:17:14 pm John Calcote wrote: > On 4/3/2009 8:49 AM, Gerald I. Evenden wrote: > > On Thursday 02 April 2009 5:56:52 pm Peter Johansson wrote: > >> Hello Gerald, > >> > >> Gerald I. Evenden wrote: > >>> After trying so many options related to libraries I am exhausted. > >>>

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Gerald I. Evenden
On Friday 03 April 2009 12:17:14 pm John Calcote wrote: > On 4/3/2009 8:49 AM, Gerald I. Evenden wrote: > > On Thursday 02 April 2009 5:56:52 pm Peter Johansson wrote: > >> Hello Gerald, > >> > >> Gerald I. Evenden wrote: > >>> After trying so many options related to libraries I am exhausted. > >>>

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Jan Engelhardt
On Thursday 2009-04-02 23:45, Gerald I. Evenden wrote: >After trying so many options related to libraries I am exhausted. > >I have a simple program that needs to link with a shared library installed >in /usr/local/lib. > >When using my own simple Makefile and simply adding "-lproject -lm" every

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread John Calcote
On 4/3/2009 8:49 AM, Gerald I. Evenden wrote: On Thursday 02 April 2009 5:56:52 pm Peter Johansson wrote: Hello Gerald, Gerald I. Evenden wrote: After trying so many options related to libraries I am exhausted. I have a simple program that needs to link with a shared library install

Re: Finding library procedures in /usr/local/lib/

2009-04-03 Thread Gerald I. Evenden
On Thursday 02 April 2009 5:56:52 pm Peter Johansson wrote: > Hello Gerald, > > Gerald I. Evenden wrote: > > After trying so many options related to libraries I am exhausted. > > > > I have a simple program that needs to link with a shared library > > installed in /usr/local/lib. > > > > When using

Re: Finding library procedures in /usr/local/lib/

2009-04-02 Thread John Calcote
On 4/2/2009 3:45 PM, Gerald I. Evenden wrote: After trying so many options related to libraries I am exhausted. I have a simple program that needs to link with a shared library installed in /usr/local/lib. When using my own simple Makefile and simply adding "-lproject -lm" everything works fine

Re: Finding library procedures in /usr/local/lib/

2009-04-02 Thread John Calcote
Gerald, On 4/2/2009 3:45 PM, Gerald I. Evenden wrote: After trying so many options related to libraries I am exhausted. I have a simple program that needs to link with a shared library installed in /usr/local/lib. When using my own simple Makefile and simply adding "-lproject -lm" everything w

Re: Finding library procedures in /usr/local/lib/

2009-04-02 Thread Peter Johansson
Hello Gerald, Gerald I. Evenden wrote: After trying so many options related to libraries I am exhausted. I have a simple program that needs to link with a shared library installed in /usr/local/lib. When using my own simple Makefile and simply adding "-lproject -lm" everything works fine (l

Finding library procedures in /usr/local/lib/

2009-04-02 Thread Gerald I. Evenden
After trying so many options related to libraries I am exhausted. I have a simple program that needs to link with a shared library installed in /usr/local/lib. When using my own simple Makefile and simply adding "-lproject -lm" everything works fine (libproject is the shared library). But rega