home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!redrobe.demon.co.uk
- From: Mike@Redrobe.demon.co.uk (Mike Redrobe)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: IJG Jpeg6a code compiles under sas?
- Date: 14 Apr 96 14:29:53 +0000
- Message-ID: <948.6678T869T2678@Redrobe.demon.co.uk>
- NNTP-Posting-Host: redrobe.demon.co.uk
- X-NNTP-Posting-Host: redrobe.demon.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- >> Hello,
- >>
- >> Just got the latest IJG Jpeg source from aminet, and was unable to get it
- >> to compile (using SAS C 6.5) - but I only tried for 1/2 hour or so....
- >>
- >> Before I delve in, has anyone got it working? (I'm using the makefile.sas)
-
- Just posting a reply which solved it:
-
- Stuart Mackinnon <stuartm@zip.com.au> says:
-
- >Yes, I have got it to work. Just change makefile.sas (which has been copied
- >to makefile), so that where it builds the library, instead of saying:
-
- >$(AR) libjpeg.lib R $(LIBOBJECTS)
-
- >it says:
-
- >$(AR) libjpeg.lib R $(CLIBOBJECTS)
- >$(AR) libjpeg.lib R $(DLIBOBJECTS)
- >$(AR) libjpeg.lib R $(COMOBJECTS)
-
- >And everything should work fine - or at least it did for me.
-
- Yep, that solved it.
-
-
- Mike
-
- --
- ---------------------------------------------------------------------------
- Mike Redrobe - Mike@Redrobe.demon.co.uk MikeRR on #Amiga
- ---------------------------------------------------------------------------
-
-