Re: 2.4.6-pre8 build error of aic7xxxt

2001-06-30 Thread Rodrigo Ventura
> "AC" == Alan Cox <[EMAIL PROTECTED]> writes: >> may be a 'make mrproper' solves your problem, AC> Unlikely since the problem is the fact that the scsi firmware AC> assembler wants a library that isnt installed. It seems the libdb is in fact installed. I just added a sy

Re: 2.4.6-pre8 build error of aic7xxxt

2001-06-30 Thread Rafael Herrera
Alan Cox wrote: > > > > gcc -I/usr/include -I. -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c >-o aicasm > > > /usr/i486-linux/bin/ld: cannot open -ldb: No such file or directory > > > collect2: ld returned 1 exit status > > > make[5]: *** [aicasm] Error 1 > > > [...] > > > --

Re: 2.4.6-pre8 build error of aic7xxxt

2001-06-30 Thread Alan Cox
> > gcc -I/usr/include -I. -ldb aicasm_gram.c aicasm_scan.c aicasm.c aicasm_symbol.c >-o aicasm > > /usr/i486-linux/bin/ld: cannot open -ldb: No such file or directory > > collect2: ld returned 1 exit status > > make[5]: *** [aicasm] Error 1 > > [...] > > -