home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12920 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!news.byu.edu!news.mtholyoke.edu!nic.umass.edu!hamp.hampshire.edu!jmolinari
  3. From: jmolinari@hamp.hampshire.edu
  4. Subject: using gcc libs with PDC
  5. Message-ID: <1992Aug31.162010.1@hamp.hampshire.edu>
  6. Lines: 18
  7. Sender: usenet@nic.umass.edu (USENET News System)
  8. Nntp-Posting-Host: hamp.hampshire.edu
  9. Organization: Hampshire College
  10. Date: Mon, 31 Aug 1992 20:20:10 GMT
  11.  
  12.     Hello!  About a month ago I posted a problem concerning the absence
  13. of the rand() and srand() functions in the PDC package.  Somebody (very
  14. helpfully) directed me towards the gcc libraries, which are much more complete,
  15. and told me to use those with PDC instead.
  16.     Problem is the PDC linker won't recognize the ggc libs as "object
  17. modules" (ah, my blatant ignorance of compiler mechanisms shines through once
  18. again).  I know I replaced the proper files, and renamed them, etc.  The
  19. impression I get is that pdc libs are another "flavor" (?) than gcc libs, but
  20. intuition tells me this is not the case.
  21.     I'm using ccx, the pdc front end; I wouldn't know how to begin
  22. otherwise.
  23.  
  24.         Help?
  25.  
  26.             jmolinari@hamp.hampshire.edu
  27.  
  28. ps, I know common sense dictates me to use the gcc compiler, but memory/disk
  29. space limitations force me not to for the time being.
  30.