home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23098 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.1 KB

  1. Path: sparky!uunet!think.com!yale.edu!jvnc.net!netnews.upenn.edu!upenn5.hep.upenn.edu!sergei
  2. From: sergei@upenn5.hep.upenn.edu (Sergei Borodin)
  3. Newsgroups: comp.os.linux
  4. Subject: GCC question
  5. Message-ID: <103956@netnews.upenn.edu>
  6. Date: 7 Jan 93 18:13:27 GMT
  7. Sender: news@netnews.upenn.edu
  8. Organization: University of Pennsylvania
  9. Lines: 27
  10. Nntp-Posting-Host: upenn5.hep.upenn.edu
  11.  
  12.  
  13.  
  14.  
  15.   When I'm trying to compile a program I get a message from gcc:
  16.  
  17.  /usr/include/malloc.h:42 warning: `malloc' declared inline after being
  18.                                    called.
  19. the same goes for line 43.
  20.  
  21.  I have included <stdlib.h> in my header file.
  22.  
  23.  After this warning, during link stage, linker gives me a message:
  24.  
  25.  /isr/lib/shlib/jump/libxview.a (00_DATA.o): undefined simbol _svc_fdset
  26.                                             referenced from text segment
  27.  and another undefined simbol _svc_getreqset. 
  28.  I'm trying to link shared libs.
  29.  
  30.  Currently I'm using SLS .98pl5-42 distribution and xview3L2 toolkit.
  31.  
  32.  I'd appreciate any hint. 
  33.  
  34.  Sergei Borodin
  35.  
  36.  borodin@proton.llumc.edu
  37.  
  38.  
  39.