odd insmod problem

2001-05-09 Thread marius aamodt eriksen
hi - when i insmod the openafs module insmod /usr/vice/etc/modload/libafs-2.4.4.o i get a whole bunch (50 in fact) unresolved symbols. going through some of them, i can see that they do in fact exist. for example: root@gone:~ > grep inode_change_ok /proc/ksyms c013ff20

odd insmod problem

2001-05-09 Thread marius aamodt eriksen
hi - when i insmod the openafs module insmod /usr/vice/etc/modload/libafs-2.4.4.o i get a whole bunch (50 in fact) unresolved symbols. going through some of them, i can see that they do in fact exist. for example: root@gone:~ grep inode_change_ok /proc/ksyms c013ff20

Re: Current CVS version of X does indeed break wrt SHM

2000-09-26 Thread Marius Aamodt Eriksen
On Sun, Sep 24, 2000 at 08:27:36PM -0400, Shawn Starr wrote: > > Unfortunately. I hope some of those key developers see this is a time to > "Let's fix our security problems". Ie, GNOME, etc... Think their view is mainly, "This is to be used on a desktop system, let's rely on security

Re: Current CVS version of X does indeed break wrt SHM

2000-09-26 Thread Marius Aamodt Eriksen
On Sun, Sep 24, 2000 at 08:27:36PM -0400, Shawn Starr wrote: Unfortunately. I hope some of those key developers see this is a time to "Let's fix our security problems". Ie, GNOME, etc... Think their view is mainly, "This is to be used on a desktop system, let's rely on security elsewhere."

Re: compiling linux with/without using GCC

2000-09-19 Thread Marius Aamodt Eriksen
On Tue, Sep 19, 2000 at 11:51:12AM +0530, Mahadev K Cholachagudda wrote: > Hi to all, > > I have one question: > > Why does the linux kernel needs GCC for compiling. ? There are many many hacks that only work on gcc. For example, most C compilers do not yet support 'inline functions'. > >

Re: compiling linux with/without using GCC

2000-09-19 Thread Marius Aamodt Eriksen
On Tue, Sep 19, 2000 at 11:51:12AM +0530, Mahadev K Cholachagudda wrote: Hi to all, I have one question: Why does the linux kernel needs GCC for compiling. ? There are many many hacks that only work on gcc. For example, most C compilers do not yet support 'inline functions'. please