home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7314 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: dispatch.news.demon.net!demon!redrobe.demon.co.uk
  2. From: Mike@Redrobe.demon.co.uk (Mike Redrobe)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: IJG Jpeg6a code compiles under sas?
  5. Date: 14 Apr 96 14:29:53 +0000
  6. Message-ID: <948.6678T869T2678@Redrobe.demon.co.uk>
  7. NNTP-Posting-Host: redrobe.demon.co.uk
  8. X-NNTP-Posting-Host: redrobe.demon.co.uk
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  10.  
  11.  
  12. >> Hello,
  13. >>
  14. >> Just got the latest IJG Jpeg source from aminet, and was unable to get it
  15. >> to compile (using SAS C 6.5)  - but I only tried for 1/2 hour or so....
  16. >>
  17. >> Before I delve in, has anyone got it working? (I'm using the makefile.sas)
  18.  
  19. Just posting a reply which solved it:
  20.  
  21. Stuart Mackinnon <stuartm@zip.com.au> says:
  22.  
  23. >Yes, I have got it to work. Just change makefile.sas (which has been copied
  24. >to makefile), so that where it builds the library, instead of saying:
  25.  
  26. >$(AR) libjpeg.lib R $(LIBOBJECTS)
  27.  
  28. >it says:
  29.  
  30. >$(AR) libjpeg.lib R $(CLIBOBJECTS)
  31. >$(AR) libjpeg.lib R $(DLIBOBJECTS)
  32. >$(AR) libjpeg.lib R $(COMOBJECTS)
  33.  
  34. >And everything should work fine - or at least it did for me.
  35.  
  36. Yep, that solved it.
  37.  
  38.  
  39. Mike
  40.  
  41. --
  42. ---------------------------------------------------------------------------
  43. Mike Redrobe - Mike@Redrobe.demon.co.uk         MikeRR on #Amiga
  44. ---------------------------------------------------------------------------
  45.  
  46.