Messages in this thread |  | | From | Keith Owens <> | Date | Tue, 02 Oct 2001 16:24:20 +1000 |
| |
On 01 Oct 2001 22:06:06 -0700, Miles Lane <miles@megapathdsl.net> wrote: >On Mon, 2001-10-01 at 03:04, Keith Owens wrote: >> On 01 Oct 2001 02:34:23 -0700, >> Miles Lane <miles@megapathdsl.net> wrote: >> >gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -c -o aedsp16.o aedsp16.c >> >make[2]: *** No rule to make target `/etc/sound/dsp001.ld', needed by `pss_boot.h'. Stop. >> >> >gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -c -o cpqfcTSinit.o cpqfcTSinit.c >> >cpqfcTSinit.c: In function `cpqfcTS_ioctl': >> >cpqfcTSinit.c:662: `SCSI_IOCTL_FC_TARGET_ADDRESS' undeclared (first use in this function) >> >> You really need to search the archives better. Both have already been >> covered. >> >Perhaps you have a better way of searching the archive than I do. >What interface do you use for querying the list?
Same interface as you, I just pick more specific keywords. The way that MARC changes '_' to ' ' is annoying, so I avoid keywords with '_' in them. Searching on cpqfcTSinit.c and dsp001.ld is much better, sometimes .o will provide a hit when .c does not.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |