Re: [PATCH] Integrating BRLTTY with Gnopernicus (second version)



[quoted lines by Adi Dascal on May 29, 2003, at 14:53]

>I guess it is happening because the library containg "sin" is not found; when 
>I run configure I get the following message:
>
>"checking for library containing sin... no",

Yes, that'd appear to be a clue that something's not right with libm.

>BUT the configuration process does NOT complain in a "stop" manner (seems 
>that this is not important so the configuration does not stop).

The place where sin() is used has an alternative when sin() isn't found. I'll
add a check for pow() to configure.in shortly.

>What should I do? What kind of library is this "libm" library? 

libm is usually the place where the functions in math.h are implemented.

>I do have 
>libm.so.2.2.4 and a libm.so.6 which is a link to the first one on my system 

That looks right. Are they in the proper place, i.e. /lib? I wonder if ldconfig
needs to be run. Try doing "nm /lib/libm.so.6" to see if sin() and pow() are in
it?

>(RedHat 7.3), but seems that the "sim" symbol is not there.

Speaking of RH7.3 ... that's also what I'm using. Can you give me some simple
instructions regarding what to do in order to get Gnopernicus running on here?  
Everything seems to be depending on a release of Gnome which is too old.

-- 
Dave Mielke           | 2213 Fox Crescent | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: dave mielke cc | Canada  K2A 1H7   | if you're concerned about Hell.
http://familyradio.com/                   | http://mielke.cc/bible/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]