Re: compiling firewire support - problems with make modules insbp2.c

2003-08-26 Thread David Hart
On Tue, 2003-08-26 at 10:43, Michael Bartlett wrote: > hi all, > > i'm trying to get my windows-based ipod to work on linux. yesterday i > trashed my old windows workstation and started clean with rh 9 - so its > pretty much a stock standard 2.4.20 kernel (2.4.20-8). > Given that this has been ex

compiling firewire support - problems with make modules in sbp2.c

2003-08-26 Thread Michael Bartlett
hi all, i'm trying to get my windows-based ipod to work on linux. yesterday i trashed my old windows workstation and started clean with rh 9 - so its pretty much a stock standard 2.4.20 kernel (2.4.20-8). basically i changed my kernel config to include IEEE 1394, OHCI and SBP2 (i'm using a large

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

Problems with make

2002-10-11 Thread Tobias
This is what I'm trying to do; * compile source snapshot or cvs 1. create dclib make -f Makefile.dist ./configure make make install 2. create dcgui make -f Makefile.dist ./configure --with-qt-dir=[e.g. /usr/lib/qt3] --with-libdc=/usr/local make make install -- When I try t

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

Problems with Make ????

1999-11-28 Thread Matt
Hi. Im new to the list, and have tried searching the archive for info, but they i cant find anything about it. I have just installed RedHat 6.1 on a new harddrive (not an upgrade). I unzipped/untarred wmmon and followed the instructions, telling me to do a simple "make" i get this error wmm