Path: news.daimi.aau.dk!news-feed.inet.tele.dk!bofh.vszbr.cz!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.nacamar.de!univ-lyon1.fr!cri.ens-lyon.fr!news From: Daniel Bonniot Newsgroups: comp.lang.beta Subject: Re: Beta and win95 with cygwin32 GNU Date: Fri, 06 Feb 1998 12:47:57 +0100 Organization: Ecole Normale Superieure de Lyon, France Lines: 49 Message-ID: <34DAF86D.26A54299@ens-lyon.fr> References: <34DADCC8.41C6@daimi.aau.dk> NNTP-Posting-Host: fourviere.ens-lyon.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.03 [en] (X11; I; SunOS 5.5.1 sun4m) Xref: news.daimi.aau.dk comp.lang.beta:11371 Bo Normann Pedersen wrote: > > A couple of days ago i decided to install BETA on my PC, which is > running Win95. > So I downloaded Beta & Cygwin32 GNU. > Everything seemed to be working fine, but at the time I wanted to > compile I found out that I couldn't. > > Every time I try I get the same error : > .... > Linking > /gnuwin32/b18/H-i386-cygwin32/i386-cygwin32/bin/ld.exe : > cannot open -lmingw32: No such file or directory > gcc: Internal compiler error: Program ld got fatal signal 1. .... > Bo Normann There are two ports of GNU to win32 : cygwin32 and mingw32. Molner wants you to use mingw32. That's why mingw32 library should be linked, and you don't have it ! On Molner web page, you have the instructions to download mingw32. (http://www.mjolner.dk/download/gnu-software.html) But as I said in a previous message, there is still a problem with the link phase, as some object code from the beta system cannot be linked with gnu (mingw32) ld. This bug is referenced... I tried to use cygwin32 ld instead, but the same problem occured. I think Molner should recompile the object code for gnu SDK, but I may be wrong. Are Molner people reading this, or should I write them ? Anyway good luck for those who try to use gnu sdk on win32. Don't hesitate to tell if you have news. Daniel Bonniot. PS : You can use a free beta interpreter from (http://www.daimi.aau.dk/~eernst/gbeta/). Of course you can't compile your code, but it may be usefull if you can't wait !