home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!think.com!yale.edu!jvnc.net!netnews.upenn.edu!upenn5.hep.upenn.edu!sergei
- From: sergei@upenn5.hep.upenn.edu (Sergei Borodin)
- Newsgroups: comp.os.linux
- Subject: GCC question
- Message-ID: <103956@netnews.upenn.edu>
- Date: 7 Jan 93 18:13:27 GMT
- Sender: news@netnews.upenn.edu
- Organization: University of Pennsylvania
- Lines: 27
- Nntp-Posting-Host: upenn5.hep.upenn.edu
-
-
-
-
- When I'm trying to compile a program I get a message from gcc:
-
- /usr/include/malloc.h:42 warning: `malloc' declared inline after being
- called.
- the same goes for line 43.
-
- I have included <stdlib.h> in my header file.
-
- After this warning, during link stage, linker gives me a message:
-
- /isr/lib/shlib/jump/libxview.a (00_DATA.o): undefined simbol _svc_fdset
- referenced from text segment
- and another undefined simbol _svc_getreqset.
- I'm trying to link shared libs.
-
- Currently I'm using SLS .98pl5-42 distribution and xview3L2 toolkit.
-
- I'd appreciate any hint.
-
- Sergei Borodin
-
- borodin@proton.llumc.edu
-
-
-