home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / altsrc / articles / 7000-7999 / 7757 < prev    next >
Internet Message Format  |  1993-04-13  |  1KB

  1. Path: wupost!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!uunet!math.fu-berlin.de!unidui!rrz.uni-koeln.de!news.rrz.uni-koeln.de!sinder
  2. From: sinder@rrz.uni-koeln.de (Andreas Sindermann)
  3. Newsgroups: alt.sources
  4. Subject: Re: HELP in compiling wu ftpd
  5. Date: 12 Apr 93 22:43:43
  6. Organization: Regional Computing Center, University of Cologne, Germany
  7. Lines: 22
  8. Message-ID: <SINDER.93Apr12224343@osi.rrz.uni-koeln.de>
  9. References: <1993Apr12.154616.14919@inesc.pt>
  10. NNTP-Posting-Host: osi.rrz.uni-koeln.de
  11. In-reply-to: nfs@inesc's message of Mon, 12 Apr 1993 15:46:16 GMT
  12.  
  13. In article <1993Apr12.154616.14919@inesc.pt> nfs@inesc (Nuno Filipe Santos) writes:
  14.  
  15.      Hello there.
  16.      I'm having a problem compiling Washington's University ftpd version 2.0 in 
  17.    my Sun 4/110, running Sun-OS 4.1.1.
  18.      It starts to run pretty well, but when it tries to compile getgrent.c, it 
  19.    gives the following error:
  20.  
  21.    gcc -O -DDEBUG -I/usr/include  -c getgrent.c
  22.    In file included from getgrent.c:26:
  23.    /usr/include/stdlib.h:18: conflicting types for `abort'
  24.    <built-in>:0: previous declaration of `abort'
  25.    /usr/include/stdlib.h:26: conflicting types for `exit'
  26.    <built-in>:0: previous declaration of `exit'
  27.    *** Error code 1
  28.    make: Fatal error: Command failed for target `getgrent.o'
  29.  
  30. Add the following CFLAG: -fno-builtin. That shoul work...
  31.  
  32. A. Sindermann
  33. --
  34. sinder@ph-cip.uni-koeln.de
  35.