|I compile my kernels as root, so permissions aren't a problem.  I know I
|probably shouldn't, but I'm old, and set in my ways.

You shouldn't need to if all the source files are owned by the account
doing the compiling. Only when it comes to make install and
module_install do you need to be root.

|> See if changing that argument to ld to --oformat helps.
|
|There are indeed two dashes in front of the --oformat option.  I read the
|manpage for ld three times, and still managed to miss that.  So, edit
|/usr/src/linux/arch/i386/boot/Makefile, and change all instances of -oformat
|to --oformat, and everything's cool.

It's probably not your fault. I suspect you have a fairly recent gcc and
they made the option spec fall in with the standard, e.g. -v for the
short option, --verbose for the long option.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to