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,5c9d7fccf79d30f3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-11 12:50:12 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!netnews.com!feed2.news.rcn.net!rcn!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.91.0.34!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeff Creem" Newsgroups: comp.lang.ada References: <3AABB907.AA7DFE06@gmx.de> <3XOq6.11477$5f.3198988@typhoon.ne.mediaone.net> <3AABC118.9B93D876@gmx.de> Subject: Re: C 2 ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <7xRq6.12250$5f.3283830@typhoon.ne.mediaone.net> Date: Sun, 11 Mar 2001 20:49:07 GMT NNTP-Posting-Host: 24.147.67.93 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 984343747 24.147.67.93 (Sun, 11 Mar 2001 15:49:07 EST) NNTP-Posting-Date: Sun, 11 Mar 2001 15:49:07 EST Organization: Road Runner Xref: supernews.google.com comp.lang.ada:5624 Date: 2001-03-11T20:49:07+00:00 List-Id: > > I have tried to compile the code under cygwin and everything goes fine, > but there are two libs libdl.a and libnsl.a which are not available. Well..You may not need the nsl library. I suspect all of the symbols from that library are present in other cygwin libraries...I am not sure about the libdl. If you remove those as library links what do you get as undefined symbols? Perhaps we can work if from that side to determine what different libraries to use. It would be good if you could get that working on win32 even if it is only under the very cool cygwin stuff. That being said, I do have the same concern (perhaps worse) for an automatic translation of code from C to Ada as I would for Ada to C. I suspect the code is not going to be all that maintainable.. If all else fails you could install Linux and dual boot to convert source code...A little yucky but probably workable.