Path: news.daimi.aau.dk!not-for-mail From: Morten Grouleff Newsgroups: comp.lang.beta Subject: Re: Beta and win95 with cygwin32 GNU Date: Fri, 6 Feb 1998 12:51:00 +0100 (MET) Organization: DAIMI, Computer Science Dept. at Aarhus University Lines: 45 Approved: mailtonews@daimi.aau.dk Distribution: world Message-ID: <199802061151.MAA13058@noatun.mjolner.dk> Reply-To: Morten Grouleff NNTP-Posting-Host: daimi.daimi.aau.dk Xref: news.daimi.aau.dk comp.lang.beta:11370 Bo Normann Pedersen writes: > 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 : > > ------ > Calling Beta-compiler > ------ > No qua-check and .lst file > Target machine type nti(gnu) > Building dependency graph for :'c:\...'... > Translating fragments... > Bind fragments in :'c:\...\beer' Checking!Codegeneration > ------ > 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. > > > Well, I gather it is the linker ld.exe that causes the problem, but my > knowledge on know to solve such problems is quite inadiqute (spelling is > wrong, sorry).. Can you link a simple C program? I think the problem is a missing environment variable, as it cannot find a library. Here is what I've got for sdk=gnu: C_INCLUDE_PATH=e:/mingw32/usr/include;e:/mingw32/usr/include/nonansi GCC_EXEC_PREFIX=e:/mingw32/usr/lib/gcc-lib/ LIBRARY_PATH=e:/mingw32/usr/lib Path=...;e:\beta\bin;e:/mingw32/usr/bin;e:/cygnus32/user;... Hope this helps, -- ** Morten Grouleff ** ** Earthworm Jim PC: ** ** Life is what happens to you while you're ** ** busy making other plans - John Lennon **