Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-08-23 16:16:44 -0400
\ Dan Didier:
> Hello,
> I am having problems compiling on redhat9. I will list my error first in case something pops out at you, and then I will list my process / system info.
>
> Error I recieve when I run /var/src/drbd-0.7.2/drbd/make clean all
>
> rm -f *.[oas] *.ko .*.cmd .*.d .*.tmp *.mod.c .*.flags .depend .kernel*
> Calling toplevel makefile of kernel source tree, which I believe is in
> KDIR=/lib/modules/2.4.20-31.9smp/build
> trying to make dep ...
> .config:1: warning: NUL character seen; rest of line ignored
^^^ ??
> .config:1: *** missing separator. Stop.
^^^^^^^^^^^^^^^^^ ????
you by any chance did
"cat /proc/config.gz > .config" instead of
zcat /proc/config.gz > .config
^ !?
lge