Link to home
Create AccountLog in
Avatar of iceb
icebFlag for Canada

asked on

Installation problem in SNNSv-4.2 (STUTTGART neural network simulator)

Hello,

I am trying to install SNNSv-4.2 on Linux Mandrake.  I got the configuration of the system, but while using the "make install" command, I encountered following problem:

-----------------------------------------------------------------------------

[ali@creedac-1 SNNSv4.2]$ make install
cd tools/sources && make install-strip
make[1]: Entering directory `/home/ali/Stuttgart/SNNSv4.2/tools/sources'
make INSTALL_PROGRAM='/usr/bin/install -c  -s' install
make[2]: Entering directory `/home/ali/Stuttgart/SNNSv4.2/tools/sources'
gcc  -I../.. -I../../kernel/sources  -g -O  -c symtab.c
symtab.c: In function `st_init':
symtab.c:260: error: `MAXFLOAT' undeclared (first use in this function)
symtab.c:260: error: (Each undeclared identifier is reported only once
symtab.c:260: error: for each function it appears in.)
make[2]: *** [symtab.o] Error 1
make[2]: Leaving directory `/home/ali/Stuttgart/SNNSv4.2/tools/sources'
make[1]: *** [install-strip] Error 2
make[1]: Leaving directory `/home/ali/Stuttgart/SNNSv4.2/tools/sources'
make: *** [install-tools] Error 2
[ali@creedac-1 SNNSv4.2]$
====================

If there is anyone to guide me how to tackle this problem?

Thanks,
~Iceb
Avatar of owensleftfoot
owensleftfoot

It looks to me like you havent got the kernel-source rpm installed - you'll find it on your installation cdroms.
SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Avatar of Duncan Roe
Duncan Roe
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.