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-Thread: 103376,b1cf4428bf3b72a4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!zen.net.uk!dedekind.zen.co.uk!news.hacking.dk!pnx.dk!munin.nbi.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: library files Date: 05 Aug 2004 18:09:13 +0200 Organization: Munin Sender: sparre@sparre.crs4.it Message-ID: References: NNTP-Posting-Host: 80.241.165.42 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: munin.nbi.dk 1091722154 17666 80.241.165.42 (5 Aug 2004 16:09:14 GMT) X-Complaints-To: sparre@munin.nbi.dk NNTP-Posting-Date: Thu, 5 Aug 2004 16:09:14 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:2584 Date: 2004-08-05T18:09:13+02:00 List-Id: Harry Overs wrote: > we've got some legacy Ada source code which we want to compile into > a library which will be accessed using a MS VC++ application. > Although we've managed to compile the ada code and turn the .o files > into a library when it comes to linking the C++ program we get > thousands of errors which seem to relate to system calls within the > library (i.e. put method). It seems like that you have tried to link in just the library object file, and not also the object files (standard libraries mostly, I suppose) it depends on. Jacob -- Wie "Tippfehler !?" Mein Modem hat doch Fehlerkorrektur...