On Fri, Jan 27, 2012 at 9:32 PM, luxInteg <[email protected]> wrote:
> On Friday 27 January 2012 18:33:07 Matijn Woudt wrote:
>> Right, Looking at context_heimdal.c, there's a note at line 44, saying
>> /* Must use the heimdal copy! */
>> This means that gcc is wrong in including the libgssglue. While you
>> might be able to solve this by letting GCC know you want to prefer one
>> include directory over the other one (don't know if possible), it
>> might be easier to just remove the #include <gssapi.h> from line 44 of
>> context_heimdal.c. That should fix the problem.
>>
>> - Matijn
>
> A)
> did the deletion like this
>  cat context_heimdal.c |  sed '44d'  > testFILE.c
> mv -v  testFILE.c  context_heimdal.c
>
> B)
> ran ./configure and ran make; make ends like this:
> ########

Great. This reminds me of the last time I tried to compile heimdal.
You could try the GIT version of nfs-utils, or use heimdal 1.4, the
one is in the BLFS book?
I'm sorry, i'm out of suggestions other than those, though someone
else might know more..

Matijn
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to