[ale] tpdualscan binary - newbie perplexed at compilation error

Jeff Dilcher dilcher at cueva.com
Fri Aug 6 20:03:04 EDT 1999


ok, the locate libc.so returned this:

/usr/i486/-linux-libc5/lib/libc.so.5
/usr/i486/-linux-libc5/lib/libc.so.5.3.12

So, is that in some type of non standard place, or would
explain why I get the 

ld: cannot open -lc: No such file or directory

when I compile?  Perhaps there is another library rpm
something or 'nother I need?

The clueless thank you for your support,

Jeff



> -----Original Message-----
> From: owner-ale at ale.org [mailto:owner-ale at ale.org]On Behalf Of
> linuxhat at mailandnews.com
> Sent: Friday, August 06, 1999 6:45 PM
> To: hirsch at mathcs.emory.edu
> Cc: ale
> Subject: RE: [ale] tpdualscan binary - newbie perplexed at compilation
> error
> 
> 
> On 6 Aug 1999, hirsch at mathcs.emory.edu wrote:
> 
> >Try "locate libc.so" to find where your libc is stored.  (For this to work you
> >either have to leave your computer on overnight at least once, or run 
> >"/etc/cron.daily/updatedb.cron" once by hand.
> 
> or instead of getting complicated, you could use brute force:
> 
> find / -name libc.so -print
> 
> although I imagine that
> 
> find /lib /usr -name libc.so -print
> 
> or even
> 
> find /lib /usr/lib -name libc.so -print
> 
> might be considerably more efficient.... 
> 
> -- Glenn
> 






More information about the Ale mailing list