|
From: Earnie B. <ear...@ya...> - 2003-07-31 12:12:45
|
I will take a look. Perhaps as.exe is missing or not all of the
resources are properly present.
Earnie.
Parinya Thipchart wrote:
>>What does your source code look like? What is your OS?
>>
>>I can't seem to reproduce the error noted -- even if I do remove every
>
> $PATH reference to
>
>>my "\mingw\bin" directory
>>and absolutely reference my "\mingw\bin" directory as noted below.
>
>
> I'm developping an IDE for MinGW and then I got a message from a user
> that are using my program that he can't use my IDE with MinGW 3.0rc3 but it
> works with MinGW 2.0.
> And he reported the problem below.
>
> First time I thought the installation problem but it shouldn't because it
> is just a setup program(MinGW 3.0-rc3)
> Then I focused at my program should have a problem but I couldn't figure
> out why?
>
> And I got another user reported the same problem to me but he said when he
> re-installed it again the problem is gone!
> I tried to install it on my computer "compile and build" every thing works
> just fine on my computer.
> The same question as yours occurred! (I can't reproduce the problem)
>
> Finally I had to get my old computer(133MHz)
> - Formatted and Installed a fresh Windows 98SE
> - Installed MinGW 3.0 rc3
> - Tried to compile a helloworld program
> #include <iostream>
> int main()
> {
> std::cout << "Hello, world!" << std::end;
> return 0;
> }
>
> And I got it!(the problem below)
>
>
>>>I got a problem when I tried to compile a small hello
>>>program with MinGW 3.0 rc3 and this is the output.
>>>
>>>--->8---
>>>
>>>C:\Temp\hello>c:\mingw\bin\g++ -c -o hello.o hello.cpp
>>>G__~1.EXE: installation problem, cannot exec `as': No
>>>such file or directory
>>>
>>>--->8---
>
>
> Regards,
> Parinya
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> MinGW-users mailing list
> Min...@li...
>
> You may change your MinGW Account Options or unsubscribe at:
> https://lists.sourceforge.net/lists/listinfo/mingw-users
>
|