home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / explorer / 475 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.5 KB  |  38 lines

  1. Newsgroups: comp.graphics.explorer
  2. Path: sparky!uunet!nih-csl!postman
  3. From: lnspet@forest.nia.nih.gov (Jim Haxby)
  4. Subject: compiler warning from mbuilder
  5. Message-ID: <1993Jan22.193633.11579@alw.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: National Institutes of Health, Bethesda, MD
  8. Date: Fri, 22 Jan 1993 19:36:33 GMT
  9. Lines: 27
  10.  
  11. I compile my program with the module builder and I
  12. get the following warnings:
  13.  
  14. ccom: Warning: unformat_to_3dLat.c, line 87: Argument 3 Type Doesn't Match prototype description; prototype: pointer to pointer to void is different from actual: pointer to pointer to int
  15.         cxLatPtrGet(lattice_2d, 0, &int_ptr, 0, 0);
  16.       -------------------------------------------^
  17. --- ReadBin ---
  18.         rm -f ReadBin
  19.         cc -o ReadBin  /usr/explorer/lib/cxMcw.o   ReadBin.mdw.o unformat_to_3dLat.o -g -prototypes -cckr -float  -L  -L/lib -L/usr/lib   -L/usr/explorer/lib -lfortranApi -lapi -lcxna -L/usr/lib -lm   -lsun -lc_s -lmpc    
  20. /usr/bin/ld:
  21. Warning: malloc: multiply defined
  22.         previous (used) definition from '/usr/lib/libc_s.a';
  23.         new (ignored) definition from '/usr/lib/libmpc.a'
  24. Warning: free: multiply defined
  25.         previous (used) definition from '/usr/lib/libc_s.a';
  26.         new (ignored) definition from '/usr/lib/libmpc.a'
  27. Warning: realloc: multiply defined
  28.         previous (used) definition from '/usr/lib/libc_s.a';
  29.         new (ignored) definition from '/usr/lib/libmpc.a'
  30.  
  31.  
  32. Are these warning bad? 
  33. Any ways to eliminate the warnings?
  34.  
  35. Thanks in advance.
  36.  
  37.  
  38.