DragonFly BSD
DragonFly bugs List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: linux module problem with new kernel


From: Rob Schulhof <rrs@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2004 16:30:52 -0800 (PST)


Hi all,

  As far as I can tell, the  problem with the linux module is in the
makefile's use of the -fno-common option when compiling
src/sys/emulation/linux/i386/linux_genassym.c.  This causes the symbols to
be included  in the BSS section of the object file and causes the
src/sys/kern/genassym.sh to write an empty linux_assym.h file because the
symbols are no longer in 'common' blocks.  I'm still sorting through the
cvs changes to find the cause...

Hope that helps...

Rob




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]