Path: news.daimi.aau.dk!not-for-mail From: Manmathan Muthukumarapillai Newsgroups: comp.lang.beta Subject: Re: Compiler Date: Thu, 14 May 1998 13:05:11 +0200 (MET DST) Organization: Mjolner Informatics Aps Lines: 98 Approved: mailtonews@daimi.aau.dk Distribution: world Message-ID: <199805141105.NAA20358@noatun.mjolner.dk> Reply-To: Manmathan Muthukumarapillai NNTP-Posting-Host: daimi.daimi.aau.dk Xref: news.daimi.aau.dk comp.lang.beta:11574 You forget the last slash in the enviroment variable! set GCC_EXEC_PREFIX=%GNU%/lib/gcc-lib/ -----------Print out of mingw32\setupenv.bat---------- REM Edit the setting of GNU, GNUDEVEL below and insert REM a call of this file from your autoexec.bat set GNU=e:/mingw32/usr set GNUDEVEL=e:/cygnus32/user set path=%GNU%/bin;%PATH% set path=%GNUDEVEL%;%PATH% set GCC_EXEC_PREFIX=%GNU%/lib/gcc-lib/ set C_INCLUDE_PATH=%GNU%/include;%GNU%/include/nonansi set LIBRARY_PATH=%GNU%/lib --------END Print out of mingw32\setupenv.bat---------- Sincerely, Manmathan Muthukumarapillai / Mjolner Informatics +++++++++++++++++++ BETA information Sources ++++++++++++++++++++++++ + Mjolner Informatics | Phone: +45 8620 2000 + + Science Park Aarhus | Direct: +45 8620 2011 local 2572 + + Gustav Wieds Vej 10 | Fax: +45 8620 1222 + + DK-8000, Aarhus C, Denmark | E-mail: info@mjolner.com + + WWW : http://www.mjolner.com -and- http://www.daimi.aau.dk/~beta + + FAQ : http://www.daimi.aau.dk/~beta/FAQ News: comp.lang.beta + + News: comp.lang.beta + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hans Solgaard writes: > > My enviroment variables you can see on comp.lang.beta in the > 'compiler' article I posted last week! > > But anyway, the version I'm using, is the one that comes with the cd, > which I won!! So it's the one you (BETA) use! > > regards Hans Solgaard > > > > From: Manmathan Muthukumarapillai > > Subject: Re: Compiler > > To: solgaard@daimi.aau.dk > > Date: Wed, 13 May 1998 13:55:46 +0200 (MET DST) > > Cc: usergroup@mjolner.dk > > Organization: Mjolner Informatics Aps > > > Most likely incorrect setting of enviroment variable is the problem. > > What version/distrubution of GNU-SDK are you using. Can you give me a > > print out of your enviroment variables. (You can get it by typing set > > from command-prompt). > > > > Sincerely > > Manmathan Muthukumarapillai > > > > solgaard@daimi.aau.dk writes: > > > > > > I have now created c:\tmp as BASH requested me! > > > And I'm not including any resources of any kind!! > > > > > > Now the compiler gives me: > > > > > > Mjolner BETA Compiler version 5.3(4) > > > for WinNT/Win95 (i386/i486/Pentium) (PE coff) > > > Target machine type nti(gnu) > > > Building dependency graph for: 'program' ... > > > Translating fragments ... > > > Linking > > > ld: cannot open -lgcc: No such file or directory > > > gcc: Internal compiler error: program ld got fatal signal 1 > > > > > > What compiler error is it?! And how do I solve the problem?? > > > > > > Regards Hans Solgaard > > > > > > > > > > > > > > > > > > > > ************************************** > Hans Solgaard > 4E Ronson > Grosvenor Street > Manchester, M1 7HR > England > Mail: hans.solgaard@stud.umist.ac.uk > 2ndMail: solgaard@daimi.aau.dk > WWW: http://www.daimi.aau.dk/~solgaard/ >