bug-gnu-utils
[Top][All Lists]
Advanced

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

(no subject)


From: Iyer Viswanathan
Subject: (no subject)
Date: Wed, 27 Feb 2002 05:47:31 +0530

Hi,
     I obtained the gnu finger version 1.37 from
ftp://prep.ai.mit.edu/pub/gnu/finger/finger-1.37.tar.gz and am having
problems compiling it. 

The make breaks, asking for a non-existent <sys/fault.h> file.

My Machine configurations are as follows (as in /proc/cpuinfo ):
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 7
model name      : Pentium III (Katmai)
stepping        : 3
cpu MHz         : 498.488
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 mmx fxsr sse
bogomips        : 992.87


OS Version with version of gcc compiler (as in /proc/version)

Linux version 2.4.8-26mdk (address@hidden) 
gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)) 
#1 Sun Sep 23 17:06:39 CEST 2001


I did not give any arguments to ./configure

   * Changes you made to the GNU Finger configuration files.........NONE

   * Any changes you have made to the source code or installation
procedures.
 
     Following change to error.c to coincide with the declaration of
sys_errlist[] in stdio.h (as this again breaks the make)

     //extern char *sys_errlist[];
     //Changed to coincide with /usr/include/stdio.h
     extern __const char *__const sys_errlist[];

   * My network configuration (as shown by ifconfig -a) 

eth0      Link encap:Ethernet  HWaddr 00:B0:D0:2D:0D:25  
          inet addr:64.232.23.25  Bcast:64.232.23.255
Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING  MTU:1500  Metric:1
          RX packets:8760596 errors:0 dropped:0 overruns:221 frame:0
          TX packets:4390033 errors:0 dropped:0 overruns:0 carrier:0
          collisions:75217 txqueuelen:100 
          RX bytes:4160206340 (3967.4 Mb)  TX bytes:1666288280 (1589.0
Mb)
          Interrupt:5 Base address:0xec80 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12232 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12232 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1995940 (1.9 Mb)  TX bytes:1995940 (1.9 Mb)


    * Compiler output (during make (without any command line argument))
      (current directory : /home/downloads/finger/finger-1.37 )

---------------------START OF MESSAGE-----------------------
(cd lib; make  CC="gcc -O" libfinger.a)
make[1]: Entering directory `/home/downloads/finger/finger-1.37/lib'
gcc -O -c  -I./../include -I./.. -DDIRENT=1 -DDIRENT=1 -DSTDC_HEADERS=1
-DHAVE_UNISTD_H=1 -DHAVE_UT_HOST=1 -DHAVE_UTMPX_H=1 -DHAVE_FCNTL_H=1
-DHAVE_LASTLOG_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_GETUTENT=1 -DHAVE_ST_RDEV=1
-DHAVE_TM_ZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DHAVE_RESTARTABLE_SYSCALLS=1
-DHAVE_PROC_FS=1 -DHAVE_DEV_CONSOLE=1 -DHAVE_DEV_MOUSE=1 os.c
os.c:46:23: sys/fault.h: No such file or directory
make[1]: *** [os.o] Error 1
make[1]: Leaving directory `/home/downloads/finger/finger-1.37/lib'
make: *** [lib/libfinger.a] Error 2
---------------------END OF MESSAGE-------------------------

Any ideas as to from where the missing <sys/fault.h> file can be
obtained ??

Thanks and Regards,
Vishy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]