From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ec8c2333db24f01 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-02 04:52:21 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: x24702@usma.edu (Zach Swanson) Newsgroups: comp.lang.ada Subject: Re: ImageMagick libs and Ada Date: 2 Feb 2002 04:52:19 -0800 Organization: http://groups.google.com/ Message-ID: <50c1a1b.0202020452.45c2056f@posting.google.com> References: <50c1a1b.0202010746.3ee4bd7a@posting.google.com> <50c1a1b.0202012103.36bb64c6@posting.google.com> NNTP-Posting-Host: 134.240.36.230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012654339 30426 127.0.0.1 (2 Feb 2002 12:52:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Feb 2002 12:52:19 GMT Xref: archiver1.google.com comp.lang.ada:19525 Date: 2002-02-02T12:52:19+00:00 List-Id: > Assert and errno are from the c library. __impure_ptr is from the > Cygwin emulation layer. I went and searched through the cygwin libs and found libcygwin, so I included that file in my linker options. Recompiled the Ada portion of my code and most of the errors went away. Thanks a lot! Now it looks I just need to resolve some issues with the jpeg libs, they're throwing some _imp_jpeg_..... errors. Thanks for the great tip about the location of those references, its definitley getting me on the right track!