Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-04 Thread Joakim Fallsjo
Derrick J Brashear <[EMAIL PROTECTED]> writes: > > CC will be ignored. Because we build kernel stuff, we go out of our > way to ensure we use the compiler we want.l If someone wants to > contribute the autoconf work needed to fix it (and it's not simple, > how do you test a kernel compiler) we wil

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Marcus Watts
[EMAIL PROTECTED] replied: > Jim Rees wrote: > > > To build aklog you need configure --with-krb5. This is not currently the > > default but I'm sure it will be soon. Note that if you are using heimdal > > you don't need aklog, use heimdal's afslog instead. Again, if this isn't > > documented, i

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Brandon S. Allbery KF8NH
On Jan 3, 2007, at 16:30 , Jeffrey Altman wrote: Jim Rees wrote: To build aklog you need configure --with-krb5. This is not currently the default but I'm sure it will be soon. Note that if you are using heimdal you don't need aklog, use heimdal's afslog instead. Again, if this isn't

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Derrick J Brashear
On Wed, 3 Jan 2007, Jeff Blaine wrote: CC and CPPFLAGS being ignored (I am using GNU make of course) when building aklog. Also, isn't this supposed to build by default, what with kaserver's deprecation and all... ? CC will be ignored. Because we build kernel stuff, we go out of our way to en

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jeffrey Altman
Jim Rees wrote: > To build aklog you need configure --with-krb5. This is not currently the > default but I'm sure it will be soon. Note that if you are using heimdal > you don't need aklog, use heimdal's afslog instead. Again, if this isn't > documented, it should be. aklog builds with Heimdal

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Ken Hornstein
> CC and CPPFLAGS being ignored (I am using GNU make of course) > when building aklog. Also, isn't this supposed to build by > default, what with kaserver's deprecation and all... ? > >You want KRB5CFLAGS and KRB5LIBS. These are options to configure, not to >make. If this isn't documented som

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jim Rees
Jeff Blaine wrote: If I'm not misunderstanding the current configure output, these are set by configure these days (when one runs configure properly). That's only if you have krb5-config. I thought you didn't, because a) you have Solaris and I thought Solaris didn't come with anything, and b

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jeff Blaine
Jim Rees wrote: Jeff Blaine wrote: CC and CPPFLAGS being ignored (I am using GNU make of course) when building aklog. Also, isn't this supposed to build by default, what with kaserver's deprecation and all... ? You want KRB5CFLAGS and KRB5LIBS. These are options to configure, not to mak

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jeff Blaine
Indeed - error on my part. I mistakenly assumed that the option for pointing to krb5-config would be --with-krb5-config=PATH It's --with-krb5-conf :| Jeffrey Altman wrote: Configure OpenAFS with --with-krb5 then aklog will build. Jeff Blaine wrote: CC and CPPFLAGS being ignored (I am using

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jim Rees
Jeff Blaine wrote: CC and CPPFLAGS being ignored (I am using GNU make of course) when building aklog. Also, isn't this supposed to build by default, what with kaserver's deprecation and all... ? You want KRB5CFLAGS and KRB5LIBS. These are options to configure, not to make. If this isn't

Re: [OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jeffrey Altman
Configure OpenAFS with --with-krb5 then aklog will build. Jeff Blaine wrote: > CC and CPPFLAGS being ignored (I am using GNU make of course) > when building aklog. Also, isn't this supposed to build by > default, what with kaserver's deprecation and all... ? > > Any ideas? > > LDFLAGS="-L/expo

[OpenAFS] env vars being ignored - 1.4.2 building aklog

2007-01-03 Thread Jeff Blaine
CC and CPPFLAGS being ignored (I am using GNU make of course) when building aklog. Also, isn't this supposed to build by default, what with kaserver's deprecation and all... ? Any ideas? LDFLAGS="-L/export/k5/lib -R/export/k5/lib" CPPFLAGS="-I/export/k5/include" export LDFLAGS CPPFLAGS CC=gcc;