Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Richter Belmont on May 03, 2003, 08:05:40 AM
-
dear all,
I was hoping if one of you could fill me up with the problem I encountered.
I am using SME 5.6 and it's a problem related to compiling c source code or using make command
to avoid further questions, I should say I've obtained gcc and other development rpm from following URL as it was often suggested
http://mirror.contribs.org/smeserver/contribs/dmay/mitel/contrib/dev-tools/
the bottom line is when I try to make certain package, I get this error message
/*************************Begining of error message*****************************/
cc -c conf.c
In file included from /usr/include/signal.h:307,
from /usr/include/sys/wait.h:30,
from dhid.h:30,
from conf.c:29:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:130,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
from dhid.h:31,
from conf.c:29:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
from dhid.h:31,
from conf.c:29:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
make: *** [conf.o] Error 1
/************************End of the error message*****************************/
Since I am actually seeking help and don't really understand it, I don't like to guess what's happening
but my analysis is it's probably something to do with the symbolic links to where it looks for the includes
for example
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
but there is
/usr/src/linux-2.4/include/asm/signal.h
also
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
but there is
/usr/src/linux-2.4/include/linux/limits.h
anyway I would appreciate any feedback on this
thank you