[OpenAFS] amd64_linux24/rxkad 19270410

James E. Dobson James.E.Dobson@Dartmouth.EDU
Tue, 15 Jun 2004 10:44:42 -0400 (EDT)


> On Tue, Jun 15, 2004 at 09:58:24AM -0400, James E. Dobson wrote:
> > I'm attempting to get OpenAFS 1.2.11 to function on kernel 2.4.26 for the
> > x86_64 (Figured I would have better success of 2.4.x doing what I wanted
> > than 2.6.x). I'm using GCC 3.3.1 (on SuSE 9.0) to compile OpenAFS. I'm
> > using the following CFLAGS:
> >
> > -m64 -mno-red-zone -fPIC -O2
>
> Hello,
> did you check that these options are used with the compilation of the
> kernel module?
> We had success with:
> 	Linux version 2.4.24
> 	gcc version 3.3.2
> 	LINUX_GCC_KOPTS=-mno-red-zone configure --with-afs-sysname=...

I believe that everything is compiling with -mno-red-zone, I guess only
the kernel modules need these flags....I'll verify that the modules are
indeed using my CFLAGS from Makefile.amd64_linux24

-jed