Re: Problems with make

2002-10-12 Thread Tom Whiting
Well, first thing you gotta do is read the manuals. These will tell you what libraries and whatnot are required to compile this program. **nod** Secondly, make sure that this library actually exists. Thirdly, if you're 100% sure that x library exists and the like, make sure that the path to the

Re: Problems with Make ????

1999-11-28 Thread Iain Wade
Here's a question I haven't known a "nice" answer to.. I figure i'll toss it in and see what comes out of it: When you install a RedHat system it bring a list of install options, as in; * Printer Support * DOS/Windows Connectivity * Mail/WWW/News Tools * Games [...] This list is derived from th

Re: Problems with Make ????

1999-11-28 Thread Matt
> > wmmon.c:117: warning: return type of `main' is not `int' > > as: error in loading shared libraries: libbfd-2.9.1.0.24.so: cannon open > > shared object file: No such file or directory > > Reinstall the binutils package. It contains libbfd. Thankyou - i did a complte install, everything the

Re: Problems with Make ????

1999-11-28 Thread Bernhard Rosenkraenzer
On Sun, 28 Nov 1999, Matt wrote: > i get this error > wmmon.c:117: warning: return type of `main' is not `int' > as: error in loading shared libraries: libbfd-2.9.1.0.24.so: cannon open > shared object file: No such file or directory Reinstall the binutils package. It contains libbfd. > Any